Classes and interfaces

AdapterAggregateInterface

Interface that aggregates a Zend\Paginator\Adapter\Abstract just like IteratorAggregate does for Iterators.

« More »

AdapterPluginManager

Plugin manager implementation for paginator adapters.

« More »

Factory

« More »

Paginator

« More »

PaginatorIterator

Class allowing for the continuous iteration of a Zend\Paginator\Paginator instance.

« More »

ScrollingStylePluginManager

Plugin manager implementation for scrolling style adapters

« More »

SerializableLimitIterator

« More »

Classes and interfaces

AdapterInterface

Interface for pagination adapters.

« More »

ArrayAdapter

« More »

Callback

« More »

DbSelect

« More »

DbTableGateway

« More »

Iterator

« More »

NullFill

« More »

Classes and interfaces

ExceptionInterface

« More »

InvalidArgumentException

« More »

RuntimeException

« More »

UnexpectedValueException

« More »

Classes and interfaces

CallbackFactory

« More »

DbSelectFactory

« More »

DbTableGatewayFactory

« More »

Classes and interfaces

ExceptionInterface

« More »

InvalidArgumentException

« More »

RuntimeException

« More »

UnexpectedValueException

« More »

Classes and interfaces

ScrollingStyleInterface

« More »

All

A scrolling style that returns every page in the collection.

« More »

Elastic

A Google-like scrolling style.

« More »

Jumping

A scrolling style in which the cursor advances to the upper bound of the page range, the page range "jumps" to the next section, and the cursor moves back to the beginning of the range.

« More »

Sliding

A Yahoo! Search-like scrolling style.

« More »