Searched refs:renderExit (Results 1 – 5 of 5) sorted by relevance
29 public static function renderExit(): string function in ComboStrap\\Tag\\FollowTag
126 public static function renderExit(TagAttributes $tagAttributes): string function in ComboStrap\\Tag\\ShareTag
213 public static function renderExit(TagAttributes $tagAttributes, array $data) function in ComboStrap\\Tag\\WebCodeTag
222 $renderer->doc .= WebCodeTag::renderExit($tagAttributes, $data);
117 $renderer->doc .= WebCodeTag::renderExit($tagAttributes, $data);120 $renderer->doc .= ShareTag::renderExit($tagAttributes);123 $renderer->doc .= FollowTag::renderExit();