Searched refs:renderEnterTag (Results 1 – 5 of 5) sorted by relevance
107 public static function renderEnterTag(): string function in ComboStrap\\MasonryTag
129 public static function renderEnterTag(TagAttributes $tagAttributes): string function in ComboStrap\\IconTag
232 $renderer->doc .= MasonryTag::renderEnterTag();235 $renderer->doc .= PageExplorerTag::renderEnterTag($tagAttributes, $data);253 $renderer->doc .= IconTag::renderEnterTag($tagAttributes);256 $renderer->doc .= BackgroundTag::renderEnterTag();
279 public static function renderEnterTag(TagAttributes $pageExplorerTagAttributes, array $data) function in ComboStrap\\PageExplorerTag
206 public static function renderEnterTag(): string function in ComboStrap\\Tag\\BackgroundTag