Sonata\ProductBundle\Block\RecentProductsBlockService::getProductRepository PHP 메소드

getProductRepository() 보호된 메소드

Returns the Base ProductRepository.
protected getProductRepository ( ) : BaseProductRepository
리턴 Sonata\ProductBundle\Repository\BaseProductRepository
    protected function getProductRepository()
    {
        return $this->productRepository;
    }