Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Tag/
H A DShareTag.php38 $brandButton = BrandTag::createButtonFromAttributes($shareAttributes, BrandButton::TYPE_BUTTON_SHARE);
135 $brandButton = BrandTag::createButtonFromAttributes($tagAttributes, BrandButton::TYPE_BUTTON_SHARE);
H A DFollowTag.php52 $brand = BrandTag::createButtonFromAttributes($tagAttributes, BrandButton::TYPE_BUTTON_FOLLOW);
/plugin/combo/ComboStrap/
H A DBrandTag.php77 $brandButton = self::createButtonFromAttributes($tagAttributes);
190 public static function createButtonFromAttributes(TagAttributes $brandAttributes, $type = BrandButton::TYPE_BUTTON_BRAND): BrandButton function in ComboStrap\\BrandTag
/plugin/combo/syntax/
H A Dbrand.php193 $brandButton = BrandTag::createButtonFromAttributes($openTagAttributes);