RenderViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:debug.render>
FinalYes
Debuggable version of :ref:`f:render <typo3-fluid-render>` - performs the same rendering operation but wraps the output with HTML that can be inspected with the admin panel in frontend.
Replaces f:render
when the admin panel decides (see
:php:ViewHelperResolver
class). Also possible to use explicitly by using
f:debug.render
instead of the normal f:render
statement.
Table of Contents
Properties
- $escapeOutput : bool
Methods
- initializeArguments() : void
- render() : string
Properties
$escapeOutput
protected
bool
$escapeOutput
= false
Methods
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string