Interface AdapterInterface

Summary

Fully Qualified Name: Zend\Paginator\Adapter\AdapterInterface
Extends: Countable

Description

Interface for pagination adapters.

Methods

Name Description Defined By
getItems() Returns a collection of items for a page. AdapterInterface

Method Details

getItems()

Returns a collection of items for a page.

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

Returns: array

Top