Home
last modified time | relevance | path

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

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