final class RowNormalizer

Normalizes fields in row.

Constants

private TypePatterns

Methods

static string
detectType(string $type)

Heuristic column type detection.

skipNumeric()

No description

skipDateTime()

No description

skipInterval()

No description

array
__invoke(array $row, ResultSet $resultSet)

No description

Details

at line 38
static string detectType(string $type)

internal  
 

Heuristic column type detection.

Parameters

string $type

Return Value

string

at line 54
RowNormalizer skipNumeric()

No description

Return Value

RowNormalizer

at line 61
RowNormalizer skipDateTime()

No description

Return Value

RowNormalizer

at line 71
RowNormalizer skipInterval()

No description

Return Value

RowNormalizer

at line 78
array __invoke(array $row, ResultSet $resultSet)

No description

Parameters

array $row
ResultSet $resultSet

Return Value

array