FlattenResponseHelper
in package
implements
FlattenResponseInterface
Read onlyYes
FinalYes
Table of Contents
Interfaces
Properties
- $locale : string|null
- $titleMap : SplObjectStorage<VariableInterface, string>
- $variables : VariableSetInterface
Methods
- __construct() : mixed
- flattenAll() : iterable<string|int, array<string, string|int|null>>
- Convert all records to a flat array
Properties
$locale
private
string|null
$locale
= null
$titleMap
private
SplObjectStorage<VariableInterface, string>
$titleMap
$variables
private
VariableSetInterface
$variables
Methods
__construct()
public
__construct(VariableSetInterface $variables[, string|null $locale = null ][, VariableTitleFormatterInterface|null $formatter = null ]) : mixed
Parameters
- $variables : VariableSetInterface
- $locale : string|null = null
- $formatter : VariableTitleFormatterInterface|null = null
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>