Searched refs:iconType (Results 1 – 3 of 3) sorted by relevance
56 private $iconType = self::ICON_SOLID_VALUE; variable in ComboStrap\\BrandButton149 public function setIconType($iconType): BrandButton argument154 $this->iconType = $iconType;155 $iconType = trim(strtolower($iconType));156 if (!in_array($iconType, self::ICON_TYPES)) {157 …throw new ExceptionCompile("The icon type ($iconType) is unknown. The possible icons value are " .…282 $title = $this->brand->getTitle($this->iconType);338 switch ($this->iconType) {424 $iconName = $this->brand->getIconName($this->iconType);427 …throw new ExceptionNotFound("No {$this->iconType} icon could be found for the known brand ($this)"…[all …]
358 [$iconName, $iconType] = self::explodeInTwoPartsByLastPosition($iconName, "-");359 $iconBaseUrl .= "/$iconType";383 [$iconName, $iconType] = self::explodeInTwoPartsByLastPosition($iconName, "-");384 $iconBaseUrl .= "/$iconType/svg";385 if ($iconType === "outline") {388 $iconName .= "-$iconType";393 [$iconShortName, $iconType] = self::explodeInTwoPartsByLastPosition($iconName, "-");394 $iconBaseUrl .= "/$iconType";403 … [$iconType, $extractedIconName] = self::explodeInTwoPartsByLastPosition($iconName, "-");404 switch ($iconType) {[all …]
35 $iconType = ucfirst($variant[BrandTag::ICON_ATTRIBUTE]);39 $widgetType <br/> $iconType72 $iconType = $variant[BrandTag::ICON_ATTRIBUTE];75 ->setIconType($iconType)