Lines Matching refs:brandDict
40 private $brandDict; variable in ComboStrap\\Brand
61 $this->brandDict = $brandDictionary[$this->name] ?? null;
72 if ($this->brandDict !== null) {
73 $colors = $this->brandDict["colors"] ?? null;
79 $this->brandUrl = $this->brandDict["url"] ?? null;
237 if (isset($this->brandDict[$type])) {
238 return $this->brandDict[$type]["web"];
253 if ($this->brandDict !== null && $type !== null) {
254 if (isset($this->brandDict[$type])) {
255 return $this->brandDict[$type]["popup"];
265 if ($this->brandDict !== null) {
266 $primaryColor = $this->brandDict["colors"]["primary"];
305 if (isset($this->brandDict["icons"])) {
306 return $this->brandDict["icons"][$type];
341 $value = $this->brandDict['abbr'] ?? null;