Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DTemplateForWebPage.php382 $icoWikiPath = FileSystems::getFirstExistingPath($iconPaths);
416 $iconPath = FileSystems::getFirstExistingPath($iconPaths);
449 $iconPath = FileSystems::getFirstExistingPath($iconPaths);
H A DFileSystems.php276 public static function getFirstExistingPath(array $paths): Path function in ComboStrap\\FileSystems