Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DBrandButton.php38 const WIDGETS = [self::WIDGET_BUTTON_VALUE, self::WIDGET_LINK_VALUE]; define in ComboStrap\\BrandButton
110 foreach (self::WIDGETS as $widget) {
140 if (!in_array($widget, self::WIDGETS)) {
141 throw new ExceptionCompile("The {$this->type} widget ($widget} is unknown. The possible widgets value are " . implode(",", self::WIDGETS));