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_VALU… define in ComboStrap\\BrandButton
111 foreach (self::ICON_TYPES as $typeIcon) {
156 if (!in_array($iconType, self::ICON_TYPES)) {
157 …icon type ($iconType) is unknown. The possible icons value are " . implode(",", self::ICON_TYPES));