Lines Matching refs:brand
15 * The brand of the current application/website
18 const CANONICAL = "brand";
21 * @var array an array of brand abbreviation as key and their name as value
59 * Build the data for the brand
96 foreach ($brands as $brand) {
97 $brandNames[] = $brand->getName();
99 $brandNames[] = $brand->getAbbr();
124 * @return array - the brand names that can be used as type in the brand button
130 foreach ($brands as $brand) {
131 if ($brand->supportButtonType($type)) {
132 $brandNamesForType[] = $brand->getName();
134 $brandNamesForType[] = $brand->getAbbr();
163 * The name of the brand,
208 * If the brand name is unknown (ie custom)
272 // Unknown or current brand / unknown color