Searched refs:CARD_TYPE (Results 1 – 2 of 2) sorted by relevance
41 const CARD_TYPE = "card"; define in ComboStrap\\BlockquoteTag48 static public $type = self::CARD_TYPE;184 if ($type == self::CARD_TYPE) {294 case self::CARD_TYPE:308 $tagAttributes->addClassName(self::CARD_TYPE);327 case self::CARD_TYPE:
306 $defaultAttributes = array("type" => BlockquoteTag::CARD_TYPE);307 $knownTypes = [BlockquoteTag::TYPO_TYPE, BlockquoteTag::CARD_TYPE];;