Lines Matching refs:name
45 * @param string $name
47 private function __construct(string $name) argument
50 $this->name = $name;
61 $this->brandDict = $brandDictionary[$this->name] ?? null;
62 switch ($this->name) {
167 private $name; variable in ComboStrap\\Brand
187 private static function getBrandNameFromAbbr(string $name) argument
199 if (isset(self::$BRAND_ABBR[$name])) {
200 return self::$BRAND_ABBR[$name];
202 return $name;
219 return $this->name;
224 if ($this->name === Brand::CURRENT_BRAND) {
225 return $this->name . " (" . Site::getTitle() . ")";
227 return $this->name;
250 if ($this->name === self::CURRENT_BRAND) {
295 switch ($this->name) {