Newscoop\CommunityTickerBundle\Services\CommunityFeedService::getRepository PHP 메소드

getRepository() 보호된 메소드

Get repository
protected getRepository ( ) : CommunityTickerEvent
리턴 Newscoop\CommunityTickerBundle\Entity\CommunityTickerEvent
    protected function getRepository()
    {
        return $this->em->getRepository('Newscoop\\CommunityTickerBundle\\Entity\\CommunityTickerEvent');
    }