Section
Read onlyYes
FinalYes
Properties
- $offset : int
- $partitionsId : int
- $rowCount : int
Methods
- __construct() : mixed
- fromArray() : self
- normalize() : array{offset: int, partitionsId: int, rowCount: int}
Properties
$offset
public
int
$offset
$partitionsId
public
int
$partitionsId
$rowCount
public
int
$rowCount
Methods
__construct()
public
__construct(int $offset, int $partitionsId, int $rowCount) : mixed
Parameters
- $offset : int
- $partitionsId : int
- $rowCount : int
fromArray()
public
static fromArray(array<string, mixed> $data) : self
Parameters
- $data : array<string, mixed>
Tags
Return values
selfnormalize()
public
normalize() : array{offset: int, partitionsId: int, rowCount: int}