Dumplie\Inventory\Application\Query\InventoryQuery::findAll PHP Method

findAll() public method

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