Lines Matching refs:brand
81 private $brand; variable in ComboStrap\\BrandButton
93 $this->brand = Brand::create($brandName);
124 public static function createBrandButton(string $brand): BrandButton argument
126 return new BrandButton($brand, self::TYPE_BUTTON_BRAND);
220 $urlTemplate = $this->brand->getWebUrlTemplate($this->type);
243 if ($this->brand->getName() == \action_plugin_combo_metatwitter::CANONICAL) {
273 return $this->brand->__toString();
282 $title = $this->brand->getTitle($this->iconType);
286 $name = ucfirst($this->brand->getName());
391 return $this->brand;
402 … return "{$this->getType()}-{$this->brand->getName()}-{$this->getWidget()}-{$this->getIcon()}";
424 $iconName = $this->brand->getIconName($this->iconType);
509 if ($this->brand->getIconName($this->iconType) !== null) {
608 if ($this->brand->getBrandUrl() !== null) {
609 $buttonAttributes->addOutputAttributeValue("href", $this->brand->getBrandUrl());
671 return $this->brand->getPrimaryColor();
679 return $this->brand->getSecondaryColor();