Jarves\Command\AbstractCommand::getJarves PHP Method

getJarves() protected method

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