ContainerAwareTrait

Defines the trait for a Container Aware Class.

since

1.2

package

Joomla Framework

Methods

getContainer

Get the DI container.

getContainer() : \Joomla\DI\Container
since

1.2

throws

ContainerNotFoundExceptionMay be thrown if the container has not been set.

Response

Container

setContainer

Set the DI container.

setContainer(\Joomla\DI\Container container) : 
since

1.2

Arguments

container

ContainerThe DI container.

Response

$this

Properties

container

DI Container

since

1.2

Type(s)

Container