Public Member Functions | |
getParent () | |
setParent (NamedTree $parent) | |
dropParent () | |
getRoot () | |
toString ($delimiter= ':: ') | |
Private Attributes | |
$parent = null |
Definition at line 17 of file NamedTree.class.php.
NamedTree::dropParent | ( | ) |
Definition at line 44 of file NamedTree.class.php.
NamedTree::getParent | ( | ) |
Definition at line 24 of file NamedTree.class.php.
NamedTree::getRoot | ( | ) |
Definition at line 54 of file NamedTree.class.php.
NamedTree::setParent | ( | NamedTree $ | parent | ) |
Definition at line 32 of file NamedTree.class.php.
References Assert::brothers().
NamedTree::toString | ( | $ | delimiter = ' :: ' |
) |
Definition at line 67 of file NamedTree.class.php.
References NamedObject::$name, $parent, and NamedObject::getName().
NamedTree::$parent = null [private] |
Definition at line 19 of file NamedTree.class.php.
Referenced by toString().