Home
last modified time | relevance | path

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

/plugin/nspages/printers/
H A DprinterTree.php53 $this->_fillTree($tree, $this->_getNS($item), $item, '');
138 private function _fillTree($tree, $keys, $item, $parentId) { function in nspages_printerTree
153 $this->_fillTree($tree->children[$key], $keys, $item, $currentId);