Lines Matching refs:path
11 private Path $path; variable in ComboStrap\\PathTreeNode
13 public function __construct(?Path $path) argument
15 $this->path = $path;
54 private static function createPathTreeNodeFromPath(Path $path): PathTreeNode argument
56 return new PathTreeNode($path);
73 $path = WikiPath::createMarkupPathFromId($id);
74 $actualNode = $nodeByIds[$path->getWikiId()] ?? null;
76 $actualNode = PathTreeNode::createPathTreeNodeFromPath($path);
77 $nodeByIds[$path->getWikiId()] = $actualNode;
108 return $this->path;
113 return $this->path->toAbsoluteId();