Cilex\Provider\Console\ContainerAwareApplication::getContainer PHP 메소드

getContainer() 공개 메소드

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