PHP Класс Neos\FluidAdaptor\ViewHelpers\RenderChildrenViewHelper

This ViewHelper can only be used in a template which belongs to a Widget Controller. It renders everything inside the Widget ViewHelper, and you can pass additional arguments. = Examples = Header Footer <-- in the outer template, using the widget --> Foo: {foo} Header Foo: bar Footer
Наследование: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Показать файл Открыть проект

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

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

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

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

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

Метод Описание
addArgumentsToTemplateVariableContainer ( array $arguments ) : void Add the given arguments to the TemplateVariableContainer of the widget.
getWidgetChildNodes ( ) : TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode
getWidgetContext ( ) : WidgetContext
getWidgetRenderingContext ( ) : TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface Get the widget rendering context, or throw an exception if it cannot be found.
removeArgumentsFromTemplateVariableContainer ( array $arguments ) : void Remove the given arguments from the TemplateVariableContainer of the widget.

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

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

Add the given arguments to the TemplateVariableContainer of the widget.
protected addArgumentsToTemplateVariableContainer ( array $arguments ) : void
$arguments array
Результат void

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

protected getWidgetChildNodes ( ) : TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode
Результат TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode

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

protected getWidgetContext ( ) : WidgetContext
Результат Neos\FluidAdaptor\Core\Widget\WidgetContext

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

Get the widget rendering context, or throw an exception if it cannot be found.
protected getWidgetRenderingContext ( ) : TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface
Результат TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface

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

Remove the given arguments from the TemplateVariableContainer of the widget.
protected removeArgumentsFromTemplateVariableContainer ( array $arguments ) : void
$arguments array
Результат void

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

public render ( array $arguments = [] ) : string
$arguments array
Результат string

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

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

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