Instantiates an OffsetPage object.
int $offset: The query offset.
int $size: The query size limit.
public function __construct($offset, $size) { $this->offset = $offset; $this->size = $size; }