Lines Matching refs:NestedValue
15 /** @var NestedValue[] */
18 /** @var NestedValue[] */
38 * @return NestedValue the root node of the nested tree
43 $root = new NestedValue(null, -1);
58 * @param NestedValue $root Root node of the tree
60 * @return NestedValue new root node
62 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
148 $node = new NestedValue($value, $parentPath, $depth);
161 * @return NestedValue
177 $this->indexNodes[$key] = new NestedValue(new Value($col, $key), 0);