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 39
static string detectType(string $type)

internal  
 

Heuristic column type detection.

Parameters

string $type

Return Value

string

at line 55
RowNormalizer skipNumeric()

No description

Return Value

RowNormalizer

at line 62
RowNormalizer skipDateTime()

No description

Return Value

RowNormalizer

at line 72
RowNormalizer skipInterval()

No description

Return Value

RowNormalizer

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

No description

Parameters

array $row
ResultSet $resultSet

Return Value

array