Cilex\Provider\Console\ContainerAwareApplication::getContainer PHP Method

getContainer() public method

Get the Container.
public getContainer ( ) : Pimple\Container
return Pimple\Container
    public function getContainer()
    {
        return $this->pimple;
    }