Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DBrandTag.php77 $brandButton = self::createButtonFromAttributes($tagAttributes);
86 $style = $brandButton->getStyle();
88 …turn LogUtility::wrapInRedForHtml("The style of the {$brandButton->getType()} button ($brandButton
90 $snippetId = $brandButton->getStyleScriptIdentifier();
97 $tagAttributes = self::mixBrandButtonToTagAttributes($tagAttributes, $brandButton);
123 …$logoShouldBeInAnchorElement = !($brandButton->getWidget() === BrandButton::WIDGET_LINK_VALUE && $…
132 if (!$brandImageFound && $brandButton->hasIcon()) {
134 $iconAttributes = $brandButton->getIconAttributes();
143 if ($brandButton->getBrand()->getName() === Brand::CURRENT_BRAND) {
168 $brandButton->getBrand()->getName() === Brand::CURRENT_BRAND
[all …]
H A DBrandListTag.php55 $brandButton = new BrandButton($brandName, $type);
56 if (!$brandButton->getBrand()->supportButtonType($type)) {
74 $brandButton
85 $brandTagAttributes = $brandButton->getHtmlAttributes($page);
86 $buttonTag = $brandButton->getHtmlElement($brandTagAttributes);
89 if ($brandButton->hasIcon()) {
90 $iconArrayAttributes = $brandButton->getIconAttributes();
99 …$snippetManager->attachCssInternalStyleSheet($brandButton->getStyleScriptIdentifier(), $brandButto…
/template/strap/ComboStrap/Tag/
H A DShareTag.php38 …$brandButton = BrandTag::createButtonFromAttributes($shareAttributes, BrandButton::TYPE_BUTTON_SHA…
49 $style = $brandButton->getStyle();
51 …rHtml .= LogUtility::wrapInRedForHtml("The style of the share button ($brandButton) could not be d…
54 $snippetId = $brandButton->getStyleScriptIdentifier();
77 $buttonAttributes = $brandButton->getHtmlAttributes($requestedPage)
87 $element = $brandButton->getHtmlElement($buttonAttributes);
93 if ($brandButton->hasIcon()) {
95 $iconAttributes = $brandButton->getIconAttributes();
100 …$message = "Getting the icon for the social channel ($brandButton) returns an error ({$e->getMessa…
135 …$brandButton = BrandTag::createButtonFromAttributes($tagAttributes, BrandButton::TYPE_BUTTON_SHARE…
[all …]
/template/strap/syntax/
H A Dbrand.php193 … $brandButton = BrandTag::createButtonFromAttributes($openTagAttributes);
194 … $actualCall->addAttribute(ColorRgb::COLOR, $brandButton->getTextColor());
270 static function addIconInCallStack(CallStack $callStack, BrandButton $brandButton) argument
273 if (!$brandButton->hasIcon()) {
276 $iconAttributes = $brandButton->getIconAttributes();