Class EncodePropertyValueFromWidgetEvent.
__construct(\ContaoCommunityAlliance\DcGeneral\EnvironmentInterface $environment, \ContaoCommunityAlliance\DcGeneral\Data\ModelInterface $model, \ContaoCommunityAlliance\DcGeneral\Data\PropertyValueBagInterface $propertyValues)
\ContaoCommunityAlliance\DcGeneral\Data\PropertyValueBagInterface
The property value bag the property value originates from.
getProperty() : string
string
getPropertyValueBag() : \ContaoCommunityAlliance\DcGeneral\Data\PropertyValueBagInterface
getValue() : mixed
mixed
setProperty(string $property) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\EncodePropertyValueFromWidgetEvent
string
The name of the property.
setValue(mixed $value) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\EncodePropertyValueFromWidgetEvent
mixed
The new value.
$property : string
$propertyValues : \ContaoCommunityAlliance\DcGeneral\Data\PropertyValueBagInterface
$value : mixed
NAME