AcmePhp\Cli\Command\AbstractCommand::getRepository PHP Method

getRepository() protected method

protected getRepository ( ) : AcmePhp\Cli\Repository\RepositoryInterface
return AcmePhp\Cli\Repository\RepositoryInterface
    protected function getRepository()
    {
        return $this->getContainer()->get('repository');
    }