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