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

getContainer() 공개 메소드

Returns the application container.
public getContainer ( ) : Application
리턴 Cilex\Application
    public function getContainer()
    {
        return $this->getApplication()->getContainer();
    }