Fully Qualified Name: | Zend\Paginator\Adapter\AdapterInterface |
Extends: | Countable |
Interface for pagination adapters.
Name | Description | Defined By |
---|---|---|
getItems() | Returns a collection of items for a page. | AdapterInterface |
Returns a collection of items for a page.
Parameter Name | Type | Description |
---|---|---|
$offset | int | Page |
$itemCountPerPage | int | Number |
Returns: array