Logidav Docs

ProductPriceSheetRepository extends EntityRepository
in package

ProductPriceSheetRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.

Table of Contents

Methods

getLogs()  : mixed
getLogsPrice()  : mixed
getProductPriceSheetsWithMaxPriceInRange()  : array<string|int, mixed>
getProductWithMaxPriceNonApplied()  : array<string|int, mixed>
search()  : Paginator
Search all products

Methods

getLogs()

public getLogs(mixed $id, mixed $data[, mixed $page = 0 ][, mixed $max = null ]) : mixed
Parameters
$id : mixed
$data : mixed
$page : mixed = 0
$max : mixed = null

getLogsPrice()

public getLogsPrice(mixed $id, mixed $data[, mixed $page = 0 ][, mixed $max = null ]) : mixed
Parameters
$id : mixed
$data : mixed
$page : mixed = 0
$max : mixed = null

getProductPriceSheetsWithMaxPriceInRange()

public getProductPriceSheetsWithMaxPriceInRange() : array<string|int, mixed>
Return values
array<string|int, mixed>

getProductWithMaxPriceNonApplied()

public getProductWithMaxPriceNonApplied() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search all products

public search(mixed $data[, int $page = 0 ][, null $max = null ]) : Paginator
Parameters
$data : mixed
$page : int = 0
$max : null = null
Return values
Paginator

        
On this page

Search results