Logidav Docs

ShippingPriceService
in package

Table of Contents

Properties

$em  : EntityManagerInterface
$repository  : ShippingPriceRepository

Methods

__construct()  : mixed
createShippingPrice()  : ProductShippingPrice
$data['product'] doit être une entité Product ou null
deleteShippingPrice()  : void
getOneShippingPriceByProductAndStore()  : ProductShippingPrice|null
getShippingPricesByProductAndStore()  : array<string|int, mixed>
updateShippingPrice()  : ProductShippingPrice

Properties

Methods

__construct()

public __construct(EntityManagerInterface $em) : mixed
Parameters
$em : EntityManagerInterface

getShippingPricesByProductAndStore()

public getShippingPricesByProductAndStore(int $productId, int $storeId) : array<string|int, mixed>
Parameters
$productId : int
$storeId : int
Return values
array<string|int, mixed>

        
On this page

Search results