Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DBrand.php40 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"];
[all …]