AcmePhp\Cli\Command\AbstractCommand::getRepository PHP 메소드

getRepository() 보호된 메소드

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