Sulu\Bundle\MediaBundle\Controller\MediaController::getCollectionRepository PHP Метод

getCollectionRepository() защищенный Метод

protected getCollectionRepository ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionRepositoryInterface
Результат Sulu\Bundle\MediaBundle\Entity\CollectionRepositoryInterface
    protected function getCollectionRepository()
    {
        return $this->get('sulu_media.collection_repository');
    }