Kraken\Container\ContainerAwareInterface::setContainer PHP Метод

setContainer() публичный Метод

Set Container of which object is aware of.
public setContainer ( ContainerInterface $container = null ) : mixed
$container ContainerInterface
Результат mixed
    public function setContainer(ContainerInterface $container = null);
ContainerAwareInterface