Class Enumeration
Represents an enumeration declared independently on a header file or as part of a class.
public
|
#
__construct( string $name, array $options, string $description = "" )
Initializes the enumeration element. |
public
string
|
$name | |
#
Holds the name of the enumeration. |
public
array
|
$options | |
#
List of options. |
public
string
|
$description | |
#
Description of the element. |
public
|
$parent_class | |
#
Reference to the class containing this element if applicable. |
public
|
$header | |
#
Reference to the header containing this element. |
public
|
$namespace | |
#
Reference to the namespace containing this element. |