MVCFactoryServiceTrait

定义 MVC 工厂服务类的特征。

4.0.0

Joomla CMS

方法

getMVCFactory

获取工厂。

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工厂

响应

void

属性

mvcFactory

MVC 工厂。