Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DSlug.php37 $excludedCharacters[] = WikiPath::SLUG_SEPARATOR;
45 return strtolower(implode(WikiPath::SLUG_SEPARATOR, $wordsPart));
H A DWikiPath.php46 public const SLUG_SEPARATOR = "-"; define in ComboStrap\\WikiPath