propertyNode Class Reference
Property node structure that populate the property hierarchy. More...
Public Member Functions | |
| __construct ($name, $subPropertyOf) | |
| Constructor. | |
| __destruct () | |
Public Attributes | |
| $name = "" | |
| URI of the property. | |
| $label = "" | |
| Label to reference to this property. | |
| $description = "" | |
| Description of the property. | |
| $subPropertyOf = array() | |
| Array of references to the sub-properties of this property. | |
| $superPropertyOf = array() | |
| Array of references to the super-properties of this property. | |
Detailed Description
Property node structure that populate the property hierarchy.
Definition at line 275 of file PropertyHierarchy.php.
Constructor & Destructor Documentation
| propertyNode::__construct | ( | $ | name, | |
| $ | subPropertyOf | |||
| ) |
Constructor.
- Parameters:
-
[in] $name URI of the property [in] $subPropertyOf An array of references to the super-properties of this property
Definition at line 303 of file PropertyHierarchy.php.
References $name, and $subPropertyOf.
| propertyNode::__destruct | ( | ) |
Definition at line 313 of file PropertyHierarchy.php.
Member Data Documentation
| propertyNode::$description = "" |
| propertyNode::$label = "" |
| propertyNode::$name = "" |
URI of the property.
Definition at line 278 of file PropertyHierarchy.php.
Referenced by __construct().
| propertyNode::$subPropertyOf = array() |
Array of references to the sub-properties of this property.
Definition at line 287 of file PropertyHierarchy.php.
Referenced by __construct().
| propertyNode::$superPropertyOf = array() |
Array of references to the super-properties of this property.
Definition at line 290 of file PropertyHierarchy.php.
The documentation for this class was generated from the following file:
