Hydrator
Methods
- cast() : Rows
- dehydrate() : array<int, TypedRowValues>
- hydrate() : Rows
Methods
cast()
public
cast(array<int, RawRowValues> $batch[, Schema|null $schema = null ]) : Rows
Parameters
- $batch : array<int, RawRowValues>
- $schema : Schema|null = null
Return values
Rowsdehydrate()
public
dehydrate(Rows $rows) : array<int, TypedRowValues>
Parameters
- $rows : Rows
Return values
array<int, TypedRowValues>hydrate()
public
hydrate(array<int, RawRowValues> $batch[, Schema|null $schema = null ]) : Rows
Parameters
- $batch : array<int, RawRowValues>
- $schema : Schema|null = null