Lines Matching refs:BoxTag
9 use ComboStrap\Tag\BoxTag; alias
48 case BoxTag::TAG:
49 $renderer->doc .= BoxTag::renderExitXhtml($tagAttributes);
188 case BoxTag::TAG:
189 $renderer->doc .= BoxTag::renderEnterXhtml($tagAttributes);
309 case BoxTag::TAG:
310 $defaultAttributes[BoxTag::HTML_TAG_ATTRIBUTE] = BoxTag::DEFAULT_HTML_TAG;
311 $defaultAttributes[BoxTag::LOGICAL_TAG_ATTRIBUTE] = BoxTag::LOGICAL_TAG_DEFAUT;
446 case BoxTag::TAG:
447 BoxTag::handleEnter($tagAttributes);
575 case BoxTag::TAG:
576 $returnedArray = BoxTag::handleExit($handler);