$context
$context : array
Event class emitted with the operation.parse_class event
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 |
setResult(mixed $result)
Set the result of the object creation
mixed | $result | Result value to set |
None found |
None found |