Class Null

Summary

Fully Qualified Name: Zend\Paginator\Adapter\Null
Extends: NullFill

Description

Methods

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

Method Details

__construct()

{@inheritdoc}

Parameter Name Type Description
$count

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