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\PropertyInterfaceThe property to transform.
mixedThe value to transform.
getProperty() : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
getRendered() : null | string
nullstring
getValue() : mixed
mixedsetRendered(null|string $rendered) : \ContaoCommunityAlliance\DcGeneral\View\Event\RenderReadablePropertyValueEvent
nullstringThe rendered string representation or null to clear the representation.
$property : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\Properties\PropertyInterface
$rendered : string | null
$value : mixed
NAME