Home
last modified time | relevance | path

Searched refs:TreeNode (Results 1 – 6 of 6) sorted by relevance

/template/strap/ComboStrap/
H A DTreeNode.php8 abstract class TreeNode class
12 * @var TreeNode[]
16 private TreeNode $parentNode;
28 public function appendChild(TreeNode $treeNode): TreeNode
68 * @return TreeNode[] - empty array for a leaf
87 * @return TreeNode
90 public function getFirstChild(): TreeNode
128 private function setParent(TreeNode $parent)
136 public function getParent(): TreeNode
H A DTreeSystem.php9 public static function getDescendantCount(TreeNode $treeNode): int
30 public static function print(TreeNode $tree)
32 $printRecursively = function (TreeNode $treeNode, int $level) {
H A DPathTreeNode.php5 class PathTreeNode extends TreeNode
62 * @return TreeNode
64 public static function buildTreeViaParentPath(array $ids): TreeNode
H A DTreeVisit.php9 public static function visit(TreeNode $tree, Callable $function, int $level = 0)
H A DOutlineSection.php6 class OutlineSection extends TreeNode
H A DPageExplorerTag.php666 * @var TreeNode[] $containerTreeNodes