Class RenderReadablePropertyValueEvent
This event is emitted when a property value of a model shall be transformed into a readable string representation.
- Symfony\Component\EventDispatcher\Event
-
DcGeneral\Event\AbstractEnvironmentAwareEvent implements DcGeneral\EnvironmentAwareInterface
-
DcGeneral\Event\AbstractModelAwareEvent implements DcGeneral\ModelAwareInterface
-
DcGeneral\View\Event\RenderReadablePropertyValueEvent
Namespace: DcGeneral\View\Event
Package: DcGeneral\View\Event
Located at View/Event/RenderReadablePropertyValueEvent.php
Package: DcGeneral\View\Event
Located at View/Event/RenderReadablePropertyValueEvent.php
public
|
#
__construct(
Create a new instance. |
public
|
|
public
mixed
|
|
public
|
|
public
null|string
|
getModel()
|
getEnvironment()
|
string |
NAME
|
'dc-general.view.contao2backend.render-readable-property-value' |
protected
|
$property |
|
#
The property that shall be transformed. |
protected
mixed
|
$value |
|
#
The value that shall be transformed. |
protected
string|null
|
$rendered | null |
#
The transformed string representation. |
$model
|
$environment
|