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
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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