Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DBrandButton.php389 public function getBrand(): Brand function in ComboStrap\\BrandButton
426 if ($iconName === null && in_array($this->getBrand(), $brandNames)) {
562 switch ($this->getBrand()) {
588 … $buttonAttributes->addOutputAttributeValue("data-sharer", $this->getBrand()); // the id
662 return "$comboLibrary:brand:{$this->getBrand()->getName()}:{$this->iconType}";
H A DBrandTag.php143 if ($brandButton->getBrand()->getName() === Brand::CURRENT_BRAND) {
168 $brandButton->getBrand()->getName() === Brand::CURRENT_BRAND
H A DBrandListTag.php56 if (!$brandButton->getBrand()->supportButtonType($type)) {