Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
DBrand.php23 private static array $BRAND_ABBR; variable in ComboStrap\\Brand
189 if (!isset(self::$BRAND_ABBR)) {
196 self::$BRAND_ABBR[$abbr] = $brandName;
199 if (isset(self::$BRAND_ABBR[$name])) {
200 return self::$BRAND_ABBR[$name];