Guides
Tutorials
Decorates the Doctrine MongoDB ODM paginator.
class ApiPlatform\Doctrine\Odm\Paginator 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(Doctrine\ODM\MongoDB\Iterator\Iterator $mongoDbOdmIterator, Doctrine\ODM\MongoDB\UnitOfWork $unitOfWork, string $resourceClass, array $pipeline)
public getCurrentPage(): float
public getLastPage(): float
public getItemsPerPage(): float
public getTotalItems(): float
public getIterator(): Traversable
public count(): int
}
class ApiPlatform\Doctrine\Odm\Paginator 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(Doctrine\ODM\MongoDB\Iterator\Iterator $mongoDbOdmIterator, Doctrine\ODM\MongoDB\UnitOfWork $unitOfWork, string $resourceClass, array $pipeline)
public getCurrentPage(): float
public getLastPage(): float
public getItemsPerPage(): float
public getTotalItems(): float
public getIterator(): Traversable
public count(): int
}
public __construct(Doctrine\ODM\MongoDB\Iterator\Iterator $mongoDbOdmIterator, Doctrine\ODM\MongoDB\UnitOfWork $unitOfWork, string $resourceClass, array $pipeline)
public __construct(Doctrine\ODM\MongoDB\Iterator\Iterator $mongoDbOdmIterator, Doctrine\ODM\MongoDB\UnitOfWork $unitOfWork, string $resourceClass, array $pipeline)
mongoDbOdmIterator | Doctrine\ODM\MongoDB\Iterator\Iterator | |
unitOfWork | Doctrine\ODM\MongoDB\UnitOfWork | |
resourceClass | string | |
pipeline | array |
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 getIterator(): Traversable
public getIterator(): Traversable
Traversable
public count(): int
public count(): int
int