Lines Matching defs:BoxTag
9 use ComboStrap\Tag\BoxTag;
49 case BoxTag::TAG:
50 $renderer->doc .= BoxTag::renderExitXhtml($tagAttributes);
180 case BoxTag::TAG:
181 $renderer->doc .= BoxTag::renderEnterXhtml($tagAttributes);
300 case BoxTag::TAG:
301 $defaultAttributes[BoxTag::HTML_TAG_ATTRIBUTE] = BoxTag::DEFAULT_HTML_TAG;
302 $defaultAttributes[BoxTag::LOGICAL_TAG_ATTRIBUTE] = BoxTag::LOGICAL_TAG_DEFAUT;
437 case BoxTag::TAG:
438 BoxTag::handleEnter($tagAttributes);
566 case BoxTag::TAG:
567 $returnedArray = BoxTag::handleExit($handler);