| Fully Qualified Name: | Laminas\Paginator\Adapter\NullFill |
| Implements: | AdapterInterface |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Constructor. | NullFill |
| count() | Returns the total number of rows in the array. | NullFill |
| getItems() | Returns an array of items for a page. | NullFill |
Constructor.
| Parameter Name | Type | Description |
|---|---|---|
| $count | int | Total |
Returns:
Returns the total number of rows in the array.
Returns: int
Returns an array of items for a page.
| Parameter Name | Type | Description |
|---|---|---|
| $offset | int | Page |
| $itemCountPerPage | int | Number |
Returns: array