Class NullFill

Summary

Fully Qualified Name: Zend\Paginator\Adapter\NullFill
Implements: AdapterInterface

Description

Methods

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

Method Details

__construct()

Constructor.

Parameter Name Type Description
$count int Total

Returns:

count()

Returns the total number of rows in the array.

Returns: int

getItems()

Returns an array of items for a page.

Parameter Name Type Description
$offset int Page
$itemCountPerPage int Number

Returns: array

Top