Searched refs:IconTag (Results 1 – 5 of 5) sorted by relevance
8 use ComboStrap\IconTag; alias170 if (in_array($tagName, [IconTag::TAG, syntax_plugin_combo_media::TAG])) {191 if ($primary !== null && $tagName === IconTag::TAG) {280 IconTag::TAG,
10 use ComboStrap\IconTag; alias49 $array[] = IconTag::TAG;
77 case IconTag::TAG:252 case IconTag::TAG:253 $renderer->doc .= IconTag::renderEnterTag($tagAttributes);476 case IconTag::TAG:477 $returnedArray = IconTag::handleEnter($tagAttributes, $handler);654 case IconTag::TAG:655 $returnedArray = IconTag::handleExit($handler);762 case IconTag::TAG:763 $returnedArray = IconTag::handleSpecial($tagAttributes, $handler);825 case IconTag::TAG:[all …]
13 class IconTag class90 return IconTag::exceptionHandling($e, $tagAttributes);147 $html .= IconTag::renderEmptyTag($tagAttributes);
97 IconTag::TAG,