interface ContainerAwareInterface (View source)

Interface ContainerAwareInterface

Methods

getContainer()

Get the DI container.

mixed
setContainer(Container $container)

Set the DI container.

Details

at line line 23
Container getContainer()

Get the DI container.

Return Value

Container

Exceptions

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

at line line 32
mixed setContainer(Container $container)

Set the DI container.

Parameters

Container $container The DI container.

Return Value

mixed