PHP Interface Dumplie\Inventory\Application\Query\InventoryQuery

Afficher le fichier Open project: dumplie/dumplie

Méthodes publiques

Méthode Description
count ( ) : integer
findAll ( integer $limit, integer $offset ) : array
getBySku ( string $sku ) : Product
skuExists ( string $sku ) : boolean

Method Details

count() public méthode

public count ( ) : integer
Résultat integer

findAll() public méthode

public findAll ( integer $limit, integer $offset ) : array
$limit integer
$offset integer
Résultat array

getBySku() public méthode

public getBySku ( string $sku ) : Product
$sku string
Résultat Dumplie\Inventory\Application\Query\Result\Product

skuExists() public méthode

public skuExists ( string $sku ) : boolean
$sku string
Résultat boolean