Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/ !
H A DRouter.php54 $requestedMarkupPath = MarkupPath::createMarkupFromId($ID);
55 if (FileSystems::exists($requestedMarkupPath)) {
64 $originalId !== $requestedMarkupPath->getUrlId() // The id may have been changed
72 $databasePageRow = $requestedMarkupPath->getDatabasePage();
104 …$shortPageId = PageUrlPath::getShortEncodedPageIdFromUrlId($requestedMarkupPath->getPathObject()->…
115 if ($requestedMarkupPath->getParent() === null) {
273 list($bestEndPage, $method) = RouterBestEndPage::process($requestedMarkupPath);
276 … $notSamePage = $bestEndPage->getWikiId() !== $requestedMarkupPath->getWikiId();
H A DFetcherPage.php26 private MarkupPath $requestedMarkupPath; variable in ComboStrap\\FetcherPage
216 … $this->requestedMarkupPath = MarkupPath::createPageFromPathObject($this->getRequestedPath());
319 return $this->requestedMarkupPath;
H A DMarkupPath.php2127 $requestedMarkupPath = MarkupPath::createPageFromPathObject($requestedPath);
2129 if ($requestedMarkupPath->isSlot()) {