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" />
(the evaluated Fusion, depending on the given path)

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.

Return Value

void

Exceptions

Exception

mixed render()

Evaluate the Fusion object at $path and return the rendered result.

Return Value

mixed

Exceptions

Exception
Exception

protected void initializeFusionView()

Initialize the Fusion View

Return Value

void

Exceptions

Exception