DispatcherAwareInterface
Interface to be implemented by classes depending on a dispatcher.
since |
1.0 |
---|
Methods
setDispatcher
Set the dispatcher to use.
setDispatcher(\Joomla\Event\DispatcherInterface $dispatcher) : \Joomla\Event\DispatcherAwareInterface
since |
1.0 |
---|
Arguments
- $dispatcher
\Joomla\Event\DispatcherInterface
The dispatcher to use.
Response
\Joomla\Event\DispatcherAwareInterface
This method is chainable.