Home
last modified time | relevance | path

Searched refs:encodedPageId (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/action/
H A Dlang.php88 $encodedPageId = PageUrlPath::getShortEncodedPageIdFromUrlId($lastPartName);
89 if ($encodedPageId !== null) {
90 $pageId = PageUrlPath::decodePageId($encodedPageId);
/plugin/combo/ComboStrap/
H A DPageUrlPath.php192 * @param string $encodedPageId
195 public static function decodePageId(string $encodedPageId): ?string argument
197 if (empty($encodedPageId)) return null;
198 $checkSum = $encodedPageId[0];
199 $extractedEncodedPageId = substr($encodedPageId, 1);