Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DAdvertiserAndBrand.php37 public $brandName; variable in Google\\Service\\RealTimeBidding\\AdvertiserAndBrand
84 public function setBrandName($brandName) argument
86 $this->brandName = $brandName;
93 return $this->brandName;
/plugin/combo/ComboStrap/
H A DBrandListTag.php51 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()}";
H A DBrand.php116 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;
H A DBrandTag.php75 $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))
H A DBrandButton.php90 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))