ContainerAwareEventManager::dispatchEvent()

bool dispatchEvent(string $eventName, EventArgs $eventArgs = null)

Dispatches an event to all registered listeners.

Parameters

string $eventName The name of the event to dispatch. The name of the event is the name of the method that is invoked on listeners.
EventArgs $eventArgs The event arguments to pass to the event handlers/listeners. If not supplied, the single empty EventArgs instance is used.

Return Value

bool
doc_Symfony
2016-10-28 06:11:52
Comments
Leave a Comment

Please login to continue.