Interface that aggregates a Zend\Paginator\Adapter\Abstract just like IteratorAggregate does for Iterators.
Plugin manager implementation for paginator adapters.
Class allowing for the continuous iteration of a Zend\Paginator\Paginator instance.
Plugin manager implementation for scrolling style adapters
Interface for pagination adapters.
A scrolling style that returns every page in the collection.
A Google-like scrolling style.
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.
A Yahoo! Search-like scrolling style.