Flow PHP

GoogleSheetEncoder implements Encoder

FinalYes
Tags
implements

Interfaces

Encoder

Methods

__construct()  : mixed
decode()  : array<string|int, mixed>
encode()  : array<string|int, mixed>

Methods

__construct()

public __construct([bool $withHeader = true ][, bool $dropExtraColumns = true ]) : mixed
Parameters
$withHeader : bool = true
$dropExtraColumns : bool = true

decode()

public decode(array<string|int, mixed> $batch) : array<string|int, mixed>
Parameters
$batch : array<string|int, mixed>
Return values
array<string|int, mixed>

encode()

public encode(array<string|int, mixed> $batch) : array<string|int, mixed>
Parameters
$batch : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page

Search results