ClassNode Class Reference
Class node structure that populate the class hierarchy. More...
Public Member Functions | |
| __construct ($name, $subClassOf) | |
| Constructor. | |
| __destruct () | |
Data Fields | |
| $name = "" | |
| URI of the class. | |
| $label = "" | |
| Label that defines that class. | |
| $description = "" | |
| Description of the class. | |
| $subClassOf = array() | |
| Array of references to immediate super-classes-of this node. | |
| $superClassOf = array() | |
| Array of references to immediate sub-classes-of this node. | |
Detailed Description
Class node structure that populate the class hierarchy.
Definition at line 277 of file ClassHierarchy.php.
Constructor & Destructor Documentation
| __construct | ( | $ | name, | |
| $ | subClassOf | |||
| ) |
Constructor.
- Parameters:
-
[in] $name URI of the class node [in] $subClassOf Array of references to the super-classes of this class node
Definition at line 305 of file ClassHierarchy.php.
References $name, and $subClassOf.
| __destruct | ( | ) |
Definition at line 315 of file ClassHierarchy.php.
Field Documentation
| $description = "" |
Description of the class.
Definition at line 286 of file ClassHierarchy.php.
| $label = "" |
Label that defines that class.
Definition at line 283 of file ClassHierarchy.php.
| $name = "" |
| $subClassOf = array() |
Array of references to immediate super-classes-of this node.
Definition at line 289 of file ClassHierarchy.php.
Referenced by __construct().
| $superClassOf = array() |
Array of references to immediate sub-classes-of this node.
Definition at line 292 of file ClassHierarchy.php.
The documentation for this class was generated from the following file:
