Searched refs:brandName (Results 1 – 5 of 5) sorted by relevance
37 public $brandName; variable in Google\\Service\\RealTimeBidding\\AdvertiserAndBrand84 public function setBrandName($brandName) argument86 $this->brandName = $brandName;93 return $this->brandName;
51 foreach ($brandNames as $brandName) {55 $brandButton = new BrandButton($brandName, $type);68 $html .= "<td>" . ucfirst($brandName) . "</td>";96 $html .= "Icon name is null for brand $brandName";108 $message = "Error while rendering the brand $brandName. Error: {$e->getMessage()}";
116 foreach (array_keys($brandDictionary) as $brandName) {117 $brands[] = self::create($brandName);170 public static function create(string $brandName): Brand argument 173 $brandNameQualified = strtolower($brandName);191 foreach ($brandDictionary as $brandName => $brandProperties) {196 self::$BRAND_ABBR[$abbr] = $brandName;
75 $brandName = $tagAttributes->getType();79 return LogUtility::wrapInRedForHtml("Error while reading the brand data for the brand ($brandName). Error: {$e->getMessage()}");99 return LogUtility::wrapInRedForHtml("Error while getting the link data for the the brand ($brandName). Error: {$e->getMessage()}");192 $brandName = $brandAttributes->getValue(TagAttributes::TYPE_KEY, Brand::CURRENT_BRAND);196 $brandButton = (new BrandButton($brandName, $type))
90 public function __construct(string $brandName, string $typeButton) argument 93 $this->brand = Brand::create($brandName);178 string $brandName, argument 183 return (new BrandButton($brandName, self::TYPE_BUTTON_SHARE))193 string $brandName, argument 199 return (new BrandButton($brandName, self::TYPE_BUTTON_FOLLOW))