AbstractElementRenderer implements RendererInterface
AbstractYes
Abstract renderer which can be used as base class for custom renderers.
Scope: frontend This class is meant to be sub classed by developers.
Table of Contents
Interfaces
- RendererInterface
- Base interface for Renderers. A Renderer is used to render a form.
Properties
- $controllerContext : ControllerContext
- The assigned controller context which might be needed by the renderer.
- $formRuntime : FormRuntime
Methods
- getFormRuntime() : FormRuntime
- setControllerContext() : mixed
- Set the controller context which should be used
- setFormRuntime() : mixed
Properties
$controllerContext
The assigned controller context which might be needed by the renderer.
since v11, will be removed with v12.
protected
ControllerContext
$controllerContext
$formRuntime
protected
FormRuntime
$formRuntime
Methods
getFormRuntime()
public
getFormRuntime() : FormRuntime
Return values
FormRuntimesetControllerContext()
Set the controller context which should be used
public
setControllerContext(ControllerContext $controllerContext) : mixed
since v11, will be removed with v12.
Parameters
- $controllerContext : ControllerContext
setFormRuntime()
public
setFormRuntime(FormRuntime $formRuntime) : mixed
Parameters
- $formRuntime : FormRuntime