Home
last modified time | relevance | path

Searched refs:IconTag (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/syntax/
H A Dbrand.php8 use ComboStrap\IconTag; alias
170 if (in_array($tagName, [IconTag::TAG, syntax_plugin_combo_media::TAG])) {
191 if ($primary !== null && $tagName === IconTag::TAG) {
280 IconTag::TAG,
H A Dxmlinlinetag.php10 use ComboStrap\IconTag; alias
49 $array[] = IconTag::TAG;
/plugin/combo/ComboStrap/
H A DIconTag.php13 class IconTag class
90 return IconTag::exceptionHandling($e, $tagAttributes);
147 $html .= IconTag::renderEmptyTag($tagAttributes);
H A DXmlTagProcessing.php78 case IconTag::TAG:
244 case IconTag::TAG:
245 $renderer->doc .= IconTag::renderEnterTag($tagAttributes);
467 case IconTag::TAG:
468 $returnedArray = IconTag::handleEnter($tagAttributes, $handler);
645 case IconTag::TAG:
646 $returnedArray = IconTag::handleExit($handler);
753 case IconTag::TAG:
754 $returnedArray = IconTag::handleSpecial($tagAttributes, $handler);
816 case IconTag
[all...]
H A DCall.php97 IconTag::TAG,