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