Interface AdapterAggregateInterface

Summary

Fully Qualified Name: Zend\Paginator\AdapterAggregateInterface

Description

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

Methods

Name Description Defined By
getPaginatorAdapter() Return a fully configured Paginator Adapter from this method. AdapterAggregateInterface

Method Details

getPaginatorAdapter()

Return a fully configured Paginator Adapter from this method.

Returns: \AdapterInterface

Top