Guides
Tutorials
class ApiPlatform\State\Pagination\TraversablePaginator implements IteratorAggregate, `<a href="/docs/reference/State/Pagination/PaginatorInterface">ApiPlatform\State\Pagination\PaginatorInterface</a>`, Traversable, Countable, `<a href="/docs/reference/State/Pagination/PartialPaginatorInterface">ApiPlatform\State\Pagination\PartialPaginatorInterface</a>`
{
public __construct(Traversable $traversable, float $currentPage, float $itemsPerPage, float $totalItems)
public getCurrentPage(): float
public getLastPage(): float
public getItemsPerPage(): float
public getTotalItems(): float
public count(): int
public getIterator(): Traversable
}class ApiPlatform\State\Pagination\TraversablePaginator implements IteratorAggregate, `<a href="/docs/reference/State/Pagination/PaginatorInterface">ApiPlatform\State\Pagination\PaginatorInterface</a>`, Traversable, Countable, `<a href="/docs/reference/State/Pagination/PartialPaginatorInterface">ApiPlatform\State\Pagination\PartialPaginatorInterface</a>`
{
public __construct(Traversable $traversable, float $currentPage, float $itemsPerPage, float $totalItems)
public getCurrentPage(): float
public getLastPage(): float
public getItemsPerPage(): float
public getTotalItems(): float
public count(): int
public getIterator(): Traversable
}public __construct(Traversable $traversable, float $currentPage, float $itemsPerPage, float $totalItems)public __construct(Traversable $traversable, float $currentPage, float $itemsPerPage, float $totalItems)| traversable | Traversable | |
| currentPage | float | |
| itemsPerPage | float | |
| totalItems | float |
Gets the current page number.Gets the current page number.
public getCurrentPage(): floatpublic getCurrentPage(): floatfloat
Gets last page.
public getLastPage(): floatpublic getLastPage(): floatfloat
Gets the number of items by page.Gets the number of items by page.
public getItemsPerPage(): floatpublic getItemsPerPage(): floatfloat
Gets the number of items in the whole collection.
public getTotalItems(): floatpublic getTotalItems(): floatfloat
public count(): intpublic count(): intint
public getIterator(): Traversablepublic getIterator(): TraversableTraversable