Kraken\Container\ContainerAwareInterface::setContainer PHP Method

setContainer() public method

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