Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\DataModel\Services\EntityId\SeekableEntityIdPager Interface Reference

The position markers are implementation dependent and are not interchangeable between different implementations. More...

+ Inheritance diagram for Wikibase\DataModel\Services\EntityId\SeekableEntityIdPager:
+ Collaboration diagram for Wikibase\DataModel\Services\EntityId\SeekableEntityIdPager:

Public Member Functions

 getPosition ()
 
 setPosition ( $position)
 
- Public Member Functions inherited from Wikibase\DataModel\Services\EntityId\EntityIdPager
 fetchIds ( $limit)
 Fetches the next batch of IDs.
 

Additional Inherited Members

- Public Attributes inherited from Wikibase\DataModel\Services\EntityId\EntityIdPager
const NO_REDIRECTS = 'no'
 Omit redirects from entity listing.
 
const INCLUDE_REDIRECTS = 'include'
 Include redirects in entity listing.
 
const ONLY_REDIRECTS = 'only'
 Include only redirects in listing.
 

Detailed Description

The position markers are implementation dependent and are not interchangeable between different implementations.

Since
3.14

Member Function Documentation

◆ getPosition()

Wikibase\DataModel\Services\EntityId\SeekableEntityIdPager::getPosition ( )
Returns
mixed Round trips with method setPosition

Implemented in Wikibase\DataModel\Services\EntityId\InMemoryEntityIdPager, and Wikibase\Repo\Store\Sql\SqlEntityIdPager.

◆ setPosition()

Wikibase\DataModel\Services\EntityId\SeekableEntityIdPager::setPosition ( $position)
Parameters
mixed$positionRound trips with method getPosition

Implemented in Wikibase\DataModel\Services\EntityId\InMemoryEntityIdPager, and Wikibase\Repo\Store\Sql\SqlEntityIdPager.


The documentation for this interface was generated from the following file: