Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPageUrlPath.php52 public const PAGE_ID_URL_SEPARATOR = "-";
67 $lastPosition = strrpos($lastPartName, PageUrlPath::PAGE_ID_URL_SEPARATOR);
161 return $id . self::PAGE_ID_URL_SEPARATOR . $this->getPageIdAbbrUrlEncoded();
53 public const PAGE_ID_URL_SEPARATOR = "-"; global() define in ComboStrap\\PageUrlPath