Class DecodePropertyValueForWidgetEvent
Class DecodePropertyValueForWidgetEvent.
This event is issued when a property value has to be converted from the native data (presented by the data provider) into data understood by the widget.
- Symfony\Component\EventDispatcher\Event
-
DcGeneral\Event\AbstractEnvironmentAwareEvent implements DcGeneral\EnvironmentAwareInterface
-
DcGeneral\Event\AbstractModelAwareEvent implements DcGeneral\ModelAwareInterface
-
DcGeneral\Contao\View\Contao2BackendView\Event\DecodePropertyValueForWidgetEvent
Namespace: DcGeneral\Contao\View\Contao2BackendView\Event
Package: DcGeneral\Contao\View\Contao2BackendView\Event
Located at Contao/View/Contao2BackendView/Event/DecodePropertyValueForWidgetEvent.php
Package: DcGeneral\Contao\View\Contao2BackendView\Event
Located at Contao/View/Contao2BackendView/Event/DecodePropertyValueForWidgetEvent.php
public
|
|
public
string
|
|
public
|
|
public
mixed
|
__construct(),
getModel()
|
getEnvironment()
|
string |
NAME
|
'dc-general.view.contao2backend.decode-property-value-for-widget' |
protected
string
|
$property |
|
#
The name of the property for which the data shall be decoded. |
protected
mixed
|
$value |
|
#
The value of the data. |
$model
|
$environment
|