BConnect POS - Reference PHP

ProductStockInventoryRepository extends ServiceEntityRepository
in package

Tags
extends

Table of Contents

Methods

__construct()  : mixed
find()  : ProductStockInventory|null
findAll()  : array<string|int, ProductStockInventory>
findBy()  : array<string|int, ProductStockInventory>
findOneBy()  : ProductStockInventory|null

Methods

findBy()

public findBy(array<string|int, mixed> $criteria[, array<string|int, mixed> $orderBy = = 'null' ][, mixed $limit = = 'null' ][, mixed $offset = = 'null' ]) : array<string|int, ProductStockInventory>
Parameters
$criteria : array<string|int, mixed>
$orderBy : array<string|int, mixed> = = 'null'
$limit : mixed = = 'null'
$offset : mixed = = 'null'
Return values
array<string|int, ProductStockInventory>
On this page

Search results