Class ContaoWidgetManager
Class ContaoWidgetManager.
This class is responsible for creating widgets and processing data through them.
Namespace: DcGeneral\Contao\View\Contao2BackendView
Package: DcGeneral\Contao\View\Contao2BackendView
Located at Contao/View/Contao2BackendView/ContaoWidgetManager.php
Package: DcGeneral\Contao\View\Contao2BackendView
Located at Contao/View/Contao2BackendView/ContaoWidgetManager.php
public
|
#
__construct(
Create a new instance. |
public
mixed
|
#
encodeValue( string $property, mixed $value )
Encode a value from the widget to native data of the data provider via event. |
public
mixed
|
#
decodeValue( string $property, mixed $value )
Decode a value from native data of the data provider to the widget via event. |
public
|
|
public
|
|
protected
string
|
#
getXLabel(
Get special labels. |
public
|
|
public
Contao\Widget
|
|
protected
string
|
|
protected
string
|
|
public
string
|
#
renderWidget( string $property, boolean $ignoreErrors = false )
Render the widget for the named property. |
public
|
|
public
|
protected
|
$environment |
|
#
The environment in use. |
protected
|
$model |
|
#
The model for which widgets shall be generated. |