ShippingPriceRepository
extends EntityRepository
Table of Contents
Methods
-
findByProductAndStore()
: array<string|int, mixed>
-
findOneByProductAndStore()
: ProductShippingPrice|null
findByProductAndStore()
public
findByProductAndStore(int $productId, int $storeId) : array<string|int, mixed>
Parameters
-
$productId
: int
-
-
$storeId
: int
-
Return values
array<string|int, mixed>
findOneByProductAndStore()
public
findOneByProductAndStore(int $productId, int $storeId) : ProductShippingPrice|null
Parameters
-
$productId
: int
-
-
$storeId
: int
-