Guides
Tutorials
Partial Paginator Interface.
interface ApiPlatform\State\Pagination\PartialPaginatorInterface implements Traversable, Countable
{
public getCurrentPage(): float
public getItemsPerPage(): float
public count()
}
interface ApiPlatform\State\Pagination\PartialPaginatorInterface implements Traversable, Countable
{
public getCurrentPage(): float
public getItemsPerPage(): float
public count()
}
Gets the current page number.
public getCurrentPage(): float
public getCurrentPage(): float
float
Gets the number of items by page.
public getItemsPerPage(): float
public getItemsPerPage(): float
float