Searched refs:NestedValue (Results 1 – 3 of 3) sorted by relevance
15 /** @var NestedValue[] */18 /** @var NestedValue[] */38 * @return NestedValue the root node of the nested tree43 $root = new NestedValue(null, -1);58 * @param NestedValue $root Root node of the tree60 * @return NestedValue new root node62 protected function createIndex(NestedValue $root, $index)87 $newRoot = new NestedValue(null, -1);103 protected function nestBranch(NestedValue $parent, $row, $nesting, $depth = 0)144 * @return NestedValue[all …]
12 class NestedValue class17 /** @var NestedValue[] */77 * @param NestedValue $child80 public function addChild(NestedValue $child)89 * @return NestedValue[]146 * @param NestedValue $a147 * @param NestedValue $b150 public function sortChildren(NestedValue $a, NestedValue $b)
37 * @param NestedValue $node40 protected function renderNode(NestedValue $node)