Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DMasonryTag.php107 public static function renderEnterTag(): string function in ComboStrap\\MasonryTag
H A DIconTag.php129 public static function renderEnterTag(TagAttributes $tagAttributes): string function in ComboStrap\\IconTag
H A DXmlTagProcessing.php232 $renderer->doc .= MasonryTag::renderEnterTag();
235 $renderer->doc .= PageExplorerTag::renderEnterTag($tagAttributes, $data);
253 $renderer->doc .= IconTag::renderEnterTag($tagAttributes);
256 $renderer->doc .= BackgroundTag::renderEnterTag();
H A DPageExplorerTag.php279 public static function renderEnterTag(TagAttributes $pageExplorerTagAttributes, array $data) function in ComboStrap\\PageExplorerTag
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php206 public static function renderEnterTag(): string function in ComboStrap\\Tag\\BackgroundTag