This event is emitted when a property value of a model shall be transformed into a readable string representation.
__construct(\ContaoCommunityAlliance\DcGeneral\EnvironmentInterface $environment, \ContaoCommunityAlliance\DcGeneral\Data\ModelInterface $model, \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface $property, mixed $value)
\ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
The property to transform.
mixed
The value to transform.
getProperty() : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
getRendered() : null | string
null
string
getValue() : mixed
mixed
setRendered(null|string $rendered) : \ContaoCommunityAlliance\DcGeneral\View\Event\RenderReadablePropertyValueEvent
null
string
The rendered string representation or null to clear the representation.
$property : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
$rendered : string | null
$value : mixed
NAME