This interface describes the methods for paginator instance.
Get paging params after pagination operation.
Handles pagination of datasource records.
getPagingParams(): array
Get paging params after pagination operation.
arraypaginate(Cake\Datasource\RepositoryInterfaceCake\Datasource\QueryInterface $object, array $params = [], array $settings = []): Cake\Datasource\ResultSetInterface
Handles pagination of datasource records.
Cake\Datasource\RepositoryInterfaceCake\Datasource\QueryInterface $object The repository or query to paginate.
array $params optional Request params
array $settings optional The settings/configuration used for pagination.
Cake\Datasource\ResultSetInterface
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.4/interface-Cake.Datasource.Paging.PaginatorInterface.html