ModuleDispatcherFactoryInterface
Module dispatcher factory interface
| since |
4.0.0 |
|---|---|
| package |
Joomla CMS |
Methods
createDispatcher
Creates a dispatcher.
createDispatcher(\stdClass module, \Joomla\CMS\Application\CMSApplicationInterface application, \Joomla\Input\Input input = null) : \Joomla\CMS\Dispatcher\DispatcherInterface
| since |
4.0.0 |
|---|
Arguments
- module
stdClassThe module- application
CMSApplicationInterfaceThe application- input
Input|nullThe input object, defaults to the one in the application