PHP Trait Kraken\Container\ContainerAwareTrait

Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$container ContainerInterface | null

Public Methods

Method Description
getContainer ( )
setContainer ( ContainerInterface $container = null )

Method Details

getContainer() public method

See also: ContainerAwareInterface::getContainer
public getContainer ( )

setContainer() public method

See also: ContainerAwareInterface::setContainer
public setContainer ( ContainerInterface $container = null )
$container ContainerInterface

Property Details

$container protected property

protected ContainerInterface|null $container
return ContainerInterface | null