MVCFactoryAwareTrait

MVC 工厂感知特征。

4.0.0

Joomla CMS

方法

getMVCFactory

返回 MVC 工厂。

getMVCFactory() : \Joomla\CMS\MVC\Factory\MVCFactoryInterface

4.0.0

抛出

UnexpectedValueException

响应

MVCFactoryInterface

setMVCFactory

设置 MVC 工厂。

setMVCFactory(\Joomla\CMS\MVC\Factory\MVCFactoryInterface mvcFactory) : 

4.0.0

参数

mvcFactory

MVCFactoryInterface MVC 工厂

响应

属性

mvcFactory

MVC 工厂。

4.0.0

类型

MVCFactoryInterface