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

\Joomla\Event\DispatcherInterfaceThe dispatcher to use.

Response

\Joomla\Event\DispatcherAwareInterfaceThis method is chainable.