ComponentDispatcherFactory
Implements ComponentDispatcherFactoryInterfaceNamespace based implementation of the ComponentDispatcherFactoryInterface
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
ComponentDispatcherFactory constructor.
__construct( namespace, \Joomla\CMS\MVC\Factory\MVCFactoryInterface mvcFactory) :
since |
4.0.0 |
---|
Arguments
- namespace
string
The namespace- mvcFactory
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
CMSApplicationInterface
The application- input
Input
The input object, defaults to the one in the application
Response
Properties
namespace
The extension namespace
since |
4.0.0 |
---|
Type(s)
string