$propagationStopped
$propagationStopped : boolean
Event is the base class for classes containing event data.
This class contains no event data. It is used by events that do not pass state information to an event handler when an event is raised.
You can call the method stopPropagation() to abort the execution of further listeners in your event listener.
$dispatcher : \Symfony\Component\EventDispatcher\EventDispatcherInterface
setDispatcher(\Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher)
Stores the EventDispatcher that dispatches this Event.
\Symfony\Component\EventDispatcher\EventDispatcherInterface | $dispatcher |
getDispatcher() : \Symfony\Component\EventDispatcher\EventDispatcherInterface
Returns the EventDispatcher that dispatches this Event.
None found |
None found |
setName(string $name)
Sets the event's name property.
string | $name | The event name |
None found |