RenderViewHelper
class RenderViewHelper extends AbstractViewHelper (View source)
Render a Fusion object with a relative Fusion path, optionally pushing new variables onto the Fusion context.
= Examples =
Fusion:
some.given {
path = Neos.Fusion:Template
…
}
ViewHelper:
<output>
(the evaluated Fusion, depending on the given path)
</output>
<code title="Fusion from a foreign package">
<ts:render path="some.given.path" fusionPackageKey="Acme.Bookstore" />
Properties
protected bool | $escapeOutput | ||
protected FusionView | $fusionView |
Methods
void
initializeArguments()
Initialize the arguments.
mixed
render()
Evaluate the Fusion object at $path and return the rendered result.
void
initializeFusionView()
Initialize the Fusion View
Details
void
initializeArguments()
Initialize the arguments.
mixed
render()
Evaluate the Fusion object at $path and return the rendered result.
protected void
initializeFusionView()
Initialize the Fusion View