ComponentDispatcherFactory
Implements ComponentDispatcherFactoryInterfaceNamespace based implementation of the ComponentDispatcherFactoryInterface
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
ComponentDispatcherFactory constructor.
__construct(string namespace, \Joomla\CMS\MVC\Factory\MVCFactoryInterface mvcFactory) : mixed
since |
4.0.0 |
---|
Arguments
- namespace
string
The namespace- mvcFactory
\Joomla\CMS\MVC\Factory\MVCFactoryInterface
The MVC factory
Response
mixed
createDispatcher
Creates a dispatcher.
createDispatcher(\Joomla\CMS\Application\CMSApplicationInterface application, \Joomla\Input\Input input = null) : \Joomla\CMS\Dispatcher\DispatcherInterface
since |
4.0.0 |
---|
Arguments
- 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