Searched refs:iconName (Results 1 – 2 of 2) sorted by relevance
213 private $iconName; variable in ComboStrap\\IconDownloader252 $iconName = substr($name, $sepPosition + 1);253 $this->setIconName($iconName);259 $this->path = WikiPath::createComboResource($iconName . ".svg");306 return $this->iconName;341 $iconName = $this->iconName;346 $iconName = str_replace("-", "_", $iconName);350 $iconName = self::getEmojiCodePoint($iconName);352 …throw new ExceptionCompile("The emoji name $iconName is unknown. The emoji could not be downloaded…358 [$iconName, $iconType] = self::explodeInTwoPartsByLastPosition($iconName, "-");[all …]
421 $iconName = $this->getResourceIconName();424 $iconName = $this->brand->getIconName($this->iconType);426 if ($iconName === null && in_array($this->getBrand(), $brandNames)) {430 $attributes = [FetcherSvg::NAME_ATTRIBUTE => $iconName];648 $iconName = $this->getResourceIconName();649 $iconPath = str_replace(IconDownloader::COMBO, "", $iconName) . ".svg";