Home
last modified time | relevance | path

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

/template/strap/action/
H A Dlang.php90 $pageId = PageUrlPath::decodePageId($encodedPageId);
/template/strap/ComboStrap/
H A DRouter.php106 $pageId = PageUrlPath::decodePageId($shortPageId);
111 $pageId = PageUrlPath::decodePageId($identifier);
H A DPageUrlPath.php194 public static function decodePageId(string $encodedPageId): ?string function in ComboStrap\\PageUrlPath