PHP 인터페이스 Dumplie\Inventory\Application\Query\InventoryQuery

파일 보기 프로젝트 열기: dumplie/dumplie

공개 메소드들

메소드 설명
count ( ) : integer
findAll ( integer $limit, integer $offset ) : array
getBySku ( string $sku ) : Product
skuExists ( string $sku ) : boolean

메소드 상세

count() 공개 메소드

public count ( ) : integer
리턴 integer

findAll() 공개 메소드

public findAll ( integer $limit, integer $offset ) : array
$limit integer
$offset integer
리턴 array

getBySku() 공개 메소드

public getBySku ( string $sku ) : Product
$sku string
리턴 Dumplie\Inventory\Application\Query\Result\Product

skuExists() 공개 메소드

public skuExists ( string $sku ) : boolean
$sku string
리턴 boolean