ProductRepository
class ProductRepository extends EntityRepository
ProductRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Methods
setConfig(array $config)
setConfig
Product
get(integer $productId)
get
Product[]
getQueryBuilderBySearchData(array $searchData)
get
Product[]
getQueryBuilderBySearchDataForAdmin(array $searchData)
get
getFavoriteProductQueryBuilderByCustomer($Customer)
No description
Details
at line 27
setConfig(array $config)
setConfig
at line 40
Product
get(integer $productId)
get
at line 66
Product[]
getQueryBuilderBySearchData(array $searchData)
get
at line 131
Product[]
getQueryBuilderBySearchDataForAdmin(array $searchData)
get