Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Tag/
DFollowTag.php29 public static function renderExit(): string function in ComboStrap\\Tag\\FollowTag
DShareTag.php126 public static function renderExit(TagAttributes $tagAttributes): string function in ComboStrap\\Tag\\ShareTag
DWebCodeTag.php213 public static function renderExit(TagAttributes $tagAttributes, array $data) function in ComboStrap\\Tag\\WebCodeTag
/plugin/combo/syntax/
Dwebcode.php222 $renderer->doc .= WebCodeTag::renderExit($tagAttributes, $data);
/plugin/combo/ComboStrap/
DXmlTagProcessing.php117 $renderer->doc .= WebCodeTag::renderExit($tagAttributes, $data);
120 $renderer->doc .= ShareTag::renderExit($tagAttributes);
123 $renderer->doc .= FollowTag::renderExit();