MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / paginate

Method paginate

examples/demo.php:3772–3772  ·  view source on GitHub ↗

* Paginate a result set. * * @param int $page Current page number. * @param int $limit Max items per page. * @return array The paginated slice of results. */

(int $page = 1, int $limit = 25)

Source from the content-addressed store, hash-verified

3770 * @return array The paginated slice of results.
3771 */
3772 public function paginate(int $page = 1, int $limit = 25): array { return []; }
3773
3774 /**
3775 * Search for items matching a query.

Callers 1

demoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected