Home
last modified time | relevance | path

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

/plugin/struct/meta/
H A DNestedResult.php122 $node = $this->getNodeForValue($newValue, $parentPath, $depth);
128 $node = $this->getNodeForValue($newValue, $parentPath, $depth);
133 $node = $this->getNodeForValue($valObj, $parentPath, $depth);
146 protected function getNodeForValue(Value $value, $parentPath, $depth) function in dokuwiki\\plugin\\struct\\meta\\NestedResult