Fully Qualified Name: | Zend\Paginator\Adapter\Null |
Extends: | NullFill |
Name | Description | Defined By |
---|---|---|
__construct() | {@inheritdoc} | Null |
count() | Returns the total number of rows in the array. | NullFill |
getItems() | Returns an array of items for a page. | NullFill |
{@inheritdoc}
Parameter Name | Type | Description |
---|---|---|
$count |
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