trait ContainerAwareTrait (View source)

Container Aware Trait

Methods

getContainer()

Get the DI container.

mixed
setContainer(Container $container)

Set the DI container.

Details

at line line 35
Container getContainer()

Get the DI container.

Return Value

Container

Exceptions

UnexpectedValueException May be thrown if the container has not been set.

at line line 54
mixed setContainer(Container $container)

Set the DI container.

Parameters

Container $container The DI container.

Return Value

mixed Returns itself to support chaining.