PHP Класс Neos\Fusion\ViewHelpers\RenderViewHelper

= Examples = TypoScript: some.given { path = Neos.Fusion:Template … } ViewHelper: (the evaluated Fusion, depending on the given path) (the evaluated Fusion, depending on the given path)
Наследование: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Показать файл Открыть проект

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

Свойство Тип Описание
$escapeOutput boolean
$typoScriptView Neos\Fusion\View\FusionView

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

Метод Описание
initializeArguments ( ) : void Initialize the arguments.
render ( string $path, array $context = null, string $typoScriptPackageKey = null ) : string Evaluate the Fusion object at $path and return the rendered result.

Защищенные методы

Метод Описание
initializeFusionView ( ) : void Initialize the Fusion View

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

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

Initialize the arguments.
public initializeArguments ( ) : void
Результат void

initializeFusionView() защищенный Метод

Initialize the Fusion View
protected initializeFusionView ( ) : void
Результат void

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

Evaluate the Fusion object at $path and return the rendered result.
public render ( string $path, array $context = null, string $typoScriptPackageKey = null ) : string
$path string Relative Fusion path to be rendered
$context array Additional context variables to be set.
$typoScriptPackageKey string The key of the package to load Fusion from, if not from the current context.
Результат string

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

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

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

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

protected FusionView,Neos\Fusion\View $typoScriptView
Результат Neos\Fusion\View\FusionView