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