Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DRouterBestEndPage.php95 $requestedPageNames = $requestedPage->getPathObject()->getNames();
109 $candidatePageNames = $candidatePage->getPathObject()->getNames();
H A DPath.php58 function getNames(); function
H A DWikiPath.php779 $names = $this->getNames();
788 function getNames(): array function in ComboStrap\\WikiPath
1039 $names = $this->getNames();
1167 foreach ($this->getNames() as $name) {
1220 foreach ($this->getNames() as $name) {
H A DPathAbs.php54 $names = $this->getNames();
H A DLocalPath.php181 $names = $this->getNames();
200 function getNames() function in ComboStrap\\LocalPath
H A DMarkupPath.php1437 $names = $this->getNames();
2254 function getNames() function in ComboStrap\\MarkupPath
2256 return $this->path->getNames();
H A DRouter.php574 $pathNames = array_slice($pageNameSpace->getNames(), 0, -1);
/template/strap/ComboStrap/Web/
H A DUrl.php658 $names = $this->getNames();
686 function getNames() function in ComboStrap\\Web\\Url
703 $names = $this->getNames();
/template/strap/ComboStrap/Meta/Field/
H A DPageTemplateName.php189 $parentNames = $page->getPathObject()->getParent()->getNames();