Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
DIconDownloader.php358 [$iconName, $iconType] = self::explodeInTwoPartsByLastPosition($iconName, "-");
383 [$iconName, $iconType] = self::explodeInTwoPartsByLastPosition($iconName, "-");
393 [$iconShortName, $iconType] = self::explodeInTwoPartsByLastPosition($iconName, "-");
403 … [$iconType, $extractedIconName] = self::explodeInTwoPartsByLastPosition($iconName, "-");
422 … [$extractedIconName, $iconType] = self::explodeInTwoPartsByLastPosition($iconName, "-");
570 …private static function explodeInTwoPartsByLastPosition(string $iconName, string $sep = "-"): array function in ComboStrap\\IconDownloader