DispatcherInterface
Interface for event dispatchers.
since |
1.0 |
---|
Methods
triggerEvent
Trigger an event.
triggerEvent(\Joomla\Event\EventInterface|string $event) : \Joomla\Event\EventInterface
since |
1.0 |
---|
Arguments
- $event
\Joomla\Event\EventInterface|string
The event object or name.
Response
\Joomla\Event\EventInterface
The event after being passed through all listeners.