Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPathTreeNode.php33 * @param PathTreeNode $parentPathTreeNode
36 public static function buildTreeFromFileSystemRecursively(PathTreeNode $parentPathTreeNode) argument
38 $parentPath = $parentPathTreeNode->getPath();
43 $parentPathTreeNode->appendChild($childTreeNode);