Searched refs:PageUrlPath (Results 1 – 10 of 10) sorted by relevance
11 use ComboStrap\PageUrlPath; alias88 $encodedPageId = PageUrlPath::getShortEncodedPageIdFromUrlId($lastPartName);90 $pageId = PageUrlPath::decodePageId($encodedPageId);
36 class PageUrlPath extends MetadataText class59 public static function createForPage(MarkupPath $page): PageUrlPath61 return (new PageUrlPath())67 $lastPosition = strrpos($lastPartName, PageUrlPath::PAGE_ID_URL_SEPARATOR);
97 $urlPath = PageUrlPath::createForPage($requestedPage)200 return PageUrlPath::encodePageId($pageId);
104 …$shortPageId = PageUrlPath::getShortEncodedPageIdFromUrlId($requestedMarkupPath->getPathObject()->…106 $pageId = PageUrlPath::decodePageId($shortPageId);111 $pageId = PageUrlPath::decodePageId($identifier);
55 …is unknown and was set to the default one", LogUtility::LVL_MSG_ERROR, PageUrlPath::PROPERTY_NAME);
47 PageUrlPath::PROPERTY_NAME,
172 * @var PageUrlPath1655 $this->pageUrlPath = PageUrlPath::createForPage($this);1998 * @return PageUrlPath2002 function getUrlPathObject(): PageUrlPath
54 use ComboStrap\PageUrlPath; alias75 PageUrlPath::PROPERTY_NAME => PageUrlPath::class,
60 use ComboStrap\PageUrlPath; alias
11 use ComboStrap\PageUrlPath; alias134 …$urlId = PageUrlPath::createForPage(MarkupPath::createMarkupFromId($dokuwikiId))->getValueOrDefaul…