Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DWikiPath.php403 static function getLastPart($pathId) argument
405 …$endSeparatorLocation = StringUtility::lastIndexOf($pathId, WikiPath::NAMESPACE_SEPARATOR_DOUBLE_P…
407 … $endSeparatorLocation = StringUtility::lastIndexOf($pathId, WikiPath::NAMESPACE_SEPARATOR_SLASH);
410 $lastPathPart = $pathId;
412 $lastPathPart = substr($pathId, $endSeparatorLocation + 1);