Class NamespaceElement
Represents a namespace.
public
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
public
string
|
$name | |
#
Holds the name of the namespace. |
public
boolean
|
$is_global | |
#
Flag that indicates if this is the global scope namespace (). |
public
|
$constants | |
#
Array of constants declared on the namespace. |
public
|
$enumerations | |
#
Array of enumerations declared on the namespace. |
public
|
$type_definitions | |
#
Array of type definitions declared on the file. |
public
|
$global_variables | |
#
Array of variables declared on the namespace. |
public
|
$functions | |
#
Array of functions declared on the namespace. |
public
|
$classes | |
#
Array of classes declared on the namespace. |