PHP Класс 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 =
Наследование: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$escapeOutput boolean

Открытые методы

Метод Описание
render ( string $templatePathAndFilename, array $arguments = [] ) : string

Описание методов

render() публичный Метод

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
Результат string

Описание свойств

$escapeOutput защищенное свойство

protected bool $escapeOutput
Результат boolean