DispatcherAwareTrait
Defines the trait for a Dispatcher Aware Class.
since |
1.2.0 |
---|
Methods
getDispatcher
Get the event dispatcher.
getDispatcher() : \Joomla\Event\DispatcherInterface
since |
1.2.0 |
---|---|
throws |
|
Response
setDispatcher
Set the dispatcher to use.
setDispatcher(\Joomla\Event\DispatcherInterface $dispatcher) : $this
since |
1.2.0 |
---|
Arguments
- $dispatcher
\Joomla\Event\DispatcherInterface
The dispatcher to use.
Response
$this