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');
    }