@@ -61,6 +61,9 @@ |
||
61 | 61 | } |
62 | 62 | |
63 | 63 | |
64 | + /** |
|
65 | + * @param integer $limit |
|
66 | + */ |
|
64 | 67 | protected function limitResult(stdClass $result, $limit) |
65 | 68 | { |
66 | 69 | $result->items = array_slice($result->items, 0, $limit); |