Jarves\Command\AbstractCommand::getJarves PHP 메소드

getJarves() 보호된 메소드

protected getJarves ( ) : Jarves
리턴 Jarves\Jarves
    protected function getJarves()
    {
        return $this->getContainer()->get('jarves');
    }
AbstractCommand