改名
This commit is contained in:
@@ -177,7 +177,7 @@ class ActiveQuery extends Component
|
|||||||
* @return Pagination
|
* @return Pagination
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function plunk(int $size, int $offset, callable $callback)
|
public function page(int $size, int $offset, callable $callback)
|
||||||
{
|
{
|
||||||
$pagination = new Pagination($this);
|
$pagination = new Pagination($this);
|
||||||
$pagination->setOffset($offset);
|
$pagination->setOffset($offset);
|
||||||
|
|||||||
Reference in New Issue
Block a user