Header
Footer
<-- in the outer template, using the widget -->
Foo: {foo}
Mostra file
Open project: neos/flow-development-collection
Property | Type | Description | |
---|---|---|---|
$escapeOutput | boolean |
Method | Description | |
---|---|---|
render ( array $arguments = [] ) : string |
Method | Description | |
---|---|---|
addArgumentsToTemplateVariableContainer ( array $arguments ) : void | Add the given arguments to the TemplateVariableContainer of the widget. | |
getWidgetChildNodes ( ) : TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode | ||
getWidgetContext ( ) : |
||
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. |
protected addArgumentsToTemplateVariableContainer ( array $arguments ) : void | ||
$arguments | array | |
return | void |
protected getWidgetChildNodes ( ) : TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode | ||
return | TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\RootNode |
protected getWidgetContext ( ) : |
||
return |
protected getWidgetRenderingContext ( ) : TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface | ||
return | TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface |
protected removeArgumentsFromTemplateVariableContainer ( array $arguments ) : void | ||
$arguments | array | |
return | void |