Dumplie\Inventory\Application\Query\InventoryQuery::findAll PHP 메소드

findAll() 공개 메소드

public findAll ( integer $limit, integer $offset ) : array
$limit integer
$offset integer
리턴 array
    public function findAll(int $limit, int $offset = 0) : array;