Searched refs:renderExitXhtml (Results 1 – 12 of 12) sorted by relevance
46 BlockquoteTag::renderExitXhtml($tagAttributes, $renderer, $data);49 $renderer->doc .= BoxTag::renderExitXhtml($tagAttributes);52 $renderer->doc .= ButtonTag::renderExitXhtml($data);58 $renderer->doc .= BarTag::renderExitXhtml($data);61 $renderer->doc .= CarrouselTag::renderExitXhtml();68 $renderer->doc .= ContainerTag::renderExitXhtml();71 $renderer->doc .= GridTag::renderExitXhtml($tagAttributes);81 $renderer->doc .= DropDownTag::renderExitXhtml();105 $renderer->doc .= SectionTag::renderExitXhtml();108 $renderer->doc .= TabsTag::renderExitXhtml($tagAttributes, $data);[all …]
25 public static function renderExitXhtml(): string function in ComboStrap\\SectionTag
38 public static function renderExitXhtml(): string function in ComboStrap\\DropDownTag
48 public static function renderExitXhtml(): string function in ComboStrap\\ContainerTag
150 public static function renderExitXhtml(): string function in ComboStrap\\CarrouselTag
181 public static function renderExitXhtml($data): string function in ComboStrap\\ButtonTag
228 public static function renderExitXhtml(array $data): string function in ComboStrap\\PanelTag
320 …static function renderExitXhtml(TagAttributes $tagAttributes, Doku_Renderer_xhtml $renderer, array… function in ComboStrap\\BlockquoteTag
395 public static function renderExitXhtml(TagAttributes $tagAttributes, array $data): string function in ComboStrap\\TabsTag
496 public static function renderExitXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\GridTag
124 static function renderExitXhtml(TagAttributes $tagAttributes): string function in ComboStrap\\Tag\\BoxTag
140 public static function renderExitXhtml(array $data): string function in ComboStrap\\Tag\\BarTag