Event is the base class for all events.
- Author
- ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m
Definition at line 18 of file Event.php.
◆ stopPropagation()
Stop further processing of the event.
Definition at line 25 of file Event.php.
◆ isStopped()
Check if the event is stopped.
- Returns
- Boolean
Definition at line 33 of file Event.php.