PHP Class Neos\Neos\ViewHelpers\StandaloneViewViewHelper

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 =
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Datei anzeigen Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$escapeOutput boolean

Public Methods

Method Description
render ( string $templatePathAndFilename, array $arguments = [] ) : string

Method Details

render() public method

public render ( string $templatePathAndFilename, array $arguments = [] ) : string
$templatePathAndFilename string Path and filename of the template to render
$arguments array Arguments to assign to the template before rendering
return string

Property Details

$escapeOutput protected_oe property

protected bool $escapeOutput
return boolean