MVCComponent
扩展自 Component 实现 MVCFactoryServiceInterfaceMVC 组件类。
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
__construct
组件构造函数。
__construct(\Joomla\CMS\Dispatcher\ComponentDispatcherFactoryInterface dispatcherFactory) :
继承
getDispatcher
返回给定应用程序的分发器。
getDispatcher(\Joomla\CMS\Application\CMSApplicationInterface application) : \Joomla\CMS\Dispatcher\DispatcherInterface
继承
getMVCFactory
获取工厂。
getMVCFactory() : \Joomla\CMS\MVC\Factory\MVCFactoryInterface
继承
setMVCFactory
MVC 工厂。
setMVCFactory(\Joomla\CMS\MVC\Factory\MVCFactoryInterface mvcFactory) :
继承