ContainerAwareTrait

定义了容器感知类的特征。

1.2

Joomla 框架

方法

getContainer

获取 DI 容器。

getContainer() : \Joomla\DI\Container

1.2

抛出

ContainerNotFoundException如果尚未设置容器,则可能抛出此异常。

响应

容器

setContainer

设置 DI 容器。

setContainer(\Joomla\DI\Container container) : 

1.2

参数

容器

ContainerDI 容器。

响应

$this

属性

容器

DI 容器

1.2

类型

容器