ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (string $label, array $children=[]) | |
getLabel () | |
getChildren () | |
__construct (string $label, array $children=[]) | |
getLabel () | |
getChildren () | |
Protected Attributes | |
$label = "" | |
$children = [] | |
Definition at line 4 of file expandable2.php.
DataNode::__construct | ( | string | $label, |
array | $children = [] |
||
) |
DataNode::__construct | ( | string | $label, |
array | $children = [] |
||
) |
DataNode::getChildren | ( | ) |
Definition at line 22 of file ExpandableTreeTest.php.
References $children.
DataNode::getChildren | ( | ) |
Definition at line 25 of file expandable2.php.
References $children.
Referenced by expandable2().
DataNode::getLabel | ( | ) |
Definition at line 18 of file ExpandableTreeTest.php.
References $label.
DataNode::getLabel | ( | ) |
Definition at line 21 of file expandable2.php.
References $label.
|
protected |
Definition at line 14 of file expandable2.php.
Referenced by __construct(), and getChildren().
|
protected |
Definition at line 9 of file expandable2.php.
Referenced by __construct(), getLabel(), and ExpandableTreeTest\setUp().