Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DPathAbs.php16 $extension = pathinfo($this->getLastName(), PATHINFO_EXTENSION);
41 $lastName = $this->getLastName();
H A DPath.php53 function getLastName(): string; function
H A DThirdMediaLink.php30 $label = $path->getLastName();
H A DImageLink.php97 $title = $dokuPath->getLastName();
H A DSnippet.php378 $libraryName = $url->getLastName();
875 $lastName = $internalPath->getLastName();
H A DTemplateEngine.php248 $theme[] = $directory->getLastName();
H A DFileSystems.php245 $mime = mimetype($path->getLastName(), true)[1];
H A DLocalPath.php179 function getLastName(): string function in ComboStrap\\LocalPath
H A DMarkupPath.php2249 function getLastName(): string function in ComboStrap\\MarkupPath
2251 return $this->path->getLastName();
H A DWikiPath.php774 function getLastName(): string function in ComboStrap\\WikiPath
/template/strap/ComboStrap/Web/
H A DUrl.php656 function getLastName(): string function in ComboStrap\\Web\\Url