Home
last modified time | relevance | path

Searched refs:TYPE_BUTTON_FOLLOW (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php25 return Brand::getBrandNamesForButtonType(BrandButton::TYPE_BUTTON_FOLLOW);
52 $brand = BrandTag::createButtonFromAttributes($tagAttributes, BrandButton::TYPE_BUTTON_FOLLOW);
/plugin/combo/ComboStrap/
H A DBrandButton.php67 const TYPE_BUTTON_FOLLOW = "follow"; define in ComboStrap\\BrandButton
69 const TYPE_BUTTONS = [self::TYPE_BUTTON_SHARE, self::TYPE_BUTTON_FOLLOW, self::TYPE_BUTTON_BRAND];
199 return (new BrandButton($brandName, self::TYPE_BUTTON_FOLLOW))
255 case self::TYPE_BUTTON_FOLLOW:
290 case self::TYPE_BUTTON_FOLLOW:
597 case self::TYPE_BUTTON_FOLLOW:
H A DBrand.php325 case BrandButton::TYPE_BUTTON_FOLLOW: