Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DBrandButton.php39 const ICON_SOLID_VALUE = "solid"; define in ComboStrap\\BrandButton
43 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];
56 private $iconType = self::ICON_SOLID_VALUE;
180 string $icon = self::ICON_SOLID_VALUE,
196 string $icon = self::ICON_SOLID_VALUE,
H A DBrandTag.php194 $icon = $brandAttributes->getValue(self::ICON_ATTRIBUTE, BrandButton::ICON_SOLID_VALUE);