Class ManipulateWidgetEvent
Class ManipulateWidgetEvent.
This event gets emitted when a widget shall get manipulated. This happens directly after all the initialization has been done.
If you want to create the widget entirely by yourself refer to the BuildWidgetEvent event.
- Symfony\Component\EventDispatcher\Event
-
DcGeneral\Event\AbstractEnvironmentAwareEvent implements DcGeneral\EnvironmentAwareInterface
-
DcGeneral\Event\AbstractModelAwareEvent implements DcGeneral\ModelAwareInterface
-
DcGeneral\Contao\View\Contao2BackendView\Event\ManipulateWidgetEvent
Namespace: DcGeneral\Contao\View\Contao2BackendView\Event
Package: DcGeneral\Contao\View\Contao2BackendView\Event
See:
Located at Contao/View/Contao2BackendView/Event/ManipulateWidgetEvent.php
Package: DcGeneral\Contao\View\Contao2BackendView\Event
See:
DcGeneral\Contao\View\Contao2BackendView\Event\BuildWidgetEvent
Located at Contao/View/Contao2BackendView/Event/ManipulateWidgetEvent.php
public
|
#
__construct(
Create a new event. |
public
Widget
|
|
public
|
getModel()
|
getEnvironment()
|
string |
NAME
|
'dc-general.view.contao2backend.manipulate-widget' |
protected
Widget
|
$widget |
|
#
The widget instance to manipulate. |
protected
|
$property |
|
#
The property information for which the widget has been created. |
$model
|
$environment
|