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(): float
public getCurrentPage(): float
float
Gets last page.
public getLastPage(): float
public getLastPage(): float
float
Gets the number of items by page.Gets the number of items by page.
public getItemsPerPage(): float
public getItemsPerPage(): float
float
Gets the number of items in the whole collection.
public getTotalItems(): float
public getTotalItems(): float
float
public count(): int
public count(): int
int
public getIterator(): Traversable
public getIterator(): Traversable
Traversable