Bucket
Read onlyYes
FinalYes
Properties
- $id : string
- $index : int
- $totalRows : int
Methods
- __construct() : mixed
- toRow() : Row
Properties
$id
public
string
$id
$index
public
int
$index
$totalRows
public
int
$totalRows
Methods
__construct()
public
__construct(string $id, int $totalRows, int $index) : mixed
Parameters
- $id : string
- $totalRows : int
- $index : int
toRow()
public
toRow() : Row