ModuleDispatcherFactory
Implements ModuleDispatcherFactoryInterfaceNamespace based implementation of the ModuleDispatcherFactoryInterface
since |
4.0.0 |
---|---|
package |
Application |
Methods
__construct
ModuleDispatcherFactory constructor.
__construct(string namespace) : mixed
since |
4.0.0 |
---|
Arguments
- namespace
string
The namespace
Response
mixed
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
\stdClass
The module- application
\Joomla\CMS\Application\CMSApplicationInterface
The application- input
\Joomla\Input\Input
The input object, defaults to the one in the application
Response
\Joomla\CMS\Dispatcher\DispatcherInterface