This commit is contained in:
2020-09-14 10:41:21 +08:00
parent 2f285c73c1
commit 4c2d16220b
-8
View File
@@ -177,14 +177,6 @@ class ActiveQuery extends Component
* @param int $offset
* @param int $total
* @throws Exception
*
*
* $pagination = new Pagination($this);
* $pagination->setOffset($offset);
* $pagination->setLimit($size);
* $pagination->setMax($total);
* $pagination->setCallback($callback);
* $pagination->search($param);
*/
public function plunk(int $size, callable $callback, $param = null, $offset = 0, $total = -1)
{