MVCComponent
Extends Component Implements MVCFactoryServiceInterfaceMVC Component class.
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
Component constructor.
__construct(\Joomla\CMS\Dispatcher\ComponentDispatcherFactoryInterface dispatcherFactory) :
inherited
since |
4.0.0 |
---|
Arguments
- dispatcherFactory
ComponentDispatcherFactoryInterface
The dispatcher factory
Response
mixed
getDispatcher
Returns the dispatcher for the given application.
getDispatcher(\Joomla\CMS\Application\CMSApplicationInterface application) : \Joomla\CMS\Dispatcher\DispatcherInterface
inherited
getMVCFactory
Get the factory.
getMVCFactory() : \Joomla\CMS\MVC\Factory\MVCFactoryInterface
inherited
since |
4.0.0 |
---|---|
throws |
|
Response
setMVCFactory
The MVC Factory.
setMVCFactory(\Joomla\CMS\MVC\Factory\MVCFactoryInterface mvcFactory) :
inherited
Properties
dispatcherFactory
The dispatcher factory.
inherited