PHP Interface Kraken\Container\ContainerAwareInterface

Show file Open project: kraken-php/framework

Public Methods

Method Description
getContainer ( ) : ContainerInterface | null Get Container of which object is aware of.
setContainer ( ContainerInterface $container = null ) : mixed Set Container of which object is aware of.

Method Details

getContainer() public method

Get Container of which object is aware of.
public getContainer ( ) : ContainerInterface | null
return ContainerInterface | null

setContainer() public method

Set Container of which object is aware of.
public setContainer ( ContainerInterface $container = null ) : mixed
$container ContainerInterface
return mixed