ExcelRowsNormalizer
Read onlyYes
FinalYes
Methods
- __construct() : mixed
- headers() : array<int, string>
- normalize() : array<int, null|bool|float|int|string>
Methods
__construct()
public
__construct([string $dateFormat = 'Y-m-d' ][, string $dateTimeFormat = 'Y-m-d H:i:s' ][, string $timeFormat = 'H:i:s' ]) : mixed
Parameters
- $dateFormat : string = 'Y-m-d'
- $dateTimeFormat : string = 'Y-m-d H:i:s'
- $timeFormat : string = 'H:i:s'
headers()
public
headers(Row $row) : array<int, string>
Parameters
- $row : Row
Return values
array<int, string>normalize()
public
normalize(Row $row) : array<int, null|bool|float|int|string>
Parameters
- $row : Row