RenderChildrenViewHelper
class RenderChildrenViewHelper extends AbstractViewHelper (View source)
Render the inner parts of a Widget.
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}
```
Properties
protected ControllerContext
$controllerContext
Controller Context to use
from
AbstractViewHelper
protected ObjectManagerInterface
$objectManager
from
AbstractViewHelper
protected LoggerInterface
$logger
from
AbstractViewHelper
protected bool
$escapeOutput
Methods
void
setRenderingContext(RenderingContextInterface $renderingContext)
No description
from
AbstractViewHelper
void
from
AbstractViewHelper
void
injectLogger(LoggerInterface $logger)
Injects the (system) logger based on PSR-3.
from
AbstractViewHelper
void
initializeArguments()
Initialize the arguments.
string
render()
No description
RenderingContextInterface
getWidgetRenderingContext()
Get the widget rendering context, or throw an exception if it cannot be found.
RootNode
getWidgetChildNodes()
No description
getWidgetContext()
No description
void
addArgumentsToTemplateVariableContainer(array $arguments)
Add the given arguments to the TemplateVariableContainer of the widget.
void
removeArgumentsFromTemplateVariableContainer(array $arguments)
Remove the given arguments from the TemplateVariableContainer of the widget.
Details
void
setRenderingContext(RenderingContextInterface $renderingContext)
No description
void
injectObjectManager(ObjectManagerInterface $objectManager)
No description
void
injectLogger(LoggerInterface $logger)
Injects the (system) logger based on PSR-3.
bool
isEscapingInterceptorEnabled()
No description
void
initializeArguments()
Initialize the arguments.
string
render()
No description
protected RenderingContextInterface
getWidgetRenderingContext()
Get the widget rendering context, or throw an exception if it cannot be found.
protected RootNode
getWidgetChildNodes()
No description
protected WidgetContext
getWidgetContext()
No description
protected void
addArgumentsToTemplateVariableContainer(array $arguments)
Add the given arguments to the TemplateVariableContainer of the widget.
protected void
removeArgumentsFromTemplateVariableContainer(array $arguments)
Remove the given arguments from the TemplateVariableContainer of the widget.