FlattenResponseInterface
in
Table of Contents
Methods
- flattenAll() : iterable<string|int, array<string, string|int|null>>
- Convert all records to a flat array
Methods
flattenAll()
Convert all records to a flat array
public
flattenAll(iterable<string|int, RecordInterface> $records) : iterable<string|int, array<string, string|int|null>>
Parameters
- $records : iterable<string|int, RecordInterface>