$propagationStopped
$propagationStopped : boolean
Default event for Guzzle notifications
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 |
__construct(array $context = array())
array | $context | Contextual information |
None found |
None found |
None found |
None found |
None found |
None found |
None found |