Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DDateTag.php99 $lang = $tagAttributes->getComponentAttributeValue(Lang::PROPERTY_NAME);
109 $date = $tagAttributes->getComponentAttributeValue(DateTag::DATE_ATTRIBUTE, $defaultDateTime);
H A DQualityTag.php116 $pageId = $tagAttributes->getComponentAttributeValue("page-id");
H A DBrandTag.php55 $value = $tagAttributes->getComponentAttributeValue(self::WIDGET_ATTRIBUTE);
H A DTagAttributes.php896 function getComponentAttributeValue($attributeName, $default = null) function in ComboStrap\\TagAttributes
1457 $value = $this->getComponentAttributeValue($attribute, $default);
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php124 $backgroundImage = $backgroundAttributes->getComponentAttributeValue(BackgroundAttribute::BACKGROUND_IMAGE);