Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DBrandButton.php43 const ICON_TYPES = [self::ICON_SOLID_VALUE, self::ICON_SOLID_CIRCLE_VALUE, self::ICON_OUTLINE_VALUE, self::ICON_OUTLINE_CIRCLE_VALUE, self::ICON_NONE_VALUE]; define in ComboStrap\\BrandButton
111 foreach (self::ICON_TYPES as $typeIcon) {
156 if (!in_array($iconType, self::ICON_TYPES)) {
157 throw new ExceptionCompile("The icon type ($iconType) is unknown. The possible icons value are " . implode(",", self::ICON_TYPES));