StandaloneViewViewHelper
class StandaloneViewViewHelper extends AbstractViewHelper (View source)
A View Helper to render a fluid template based on the given template path and filename.
This will just set up a standalone Fluid view and render the template found at the given path and filename. Any arguments passed will be assigned to that template, the rendering result is returned.
= Examples =
<output>
<some><fancy/></html
(depending on template and arguments given)
</output>
Properties
protected bool | $escapeOutput |
Methods
void
initializeArguments()
No description
string
render()
No description
Details
void
initializeArguments()
No description
string
render()
No description