Cilex\Provider\Console\ContainerAwareApplication::getContainer PHP Метод

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

Get the Container.
public getContainer ( ) : Pimple\Container
Результат Pimple\Container
    public function getContainer()
    {
        return $this->pimple;
    }