StringAggregate implements AggregatingFunction
FinalYes
Interfaces
Methods
- __construct() : mixed
- aggregate() : void
- references() : array<int, Reference>
- result() : Entry<string|int, mixed>
Methods
__construct()
public
__construct(Reference $ref, string $separator[, SortOrder|null $sort = null ]) : mixed
Parameters
aggregate()
public
aggregate(Row $row, FlowContext $context) : void
Parameters
- $row : Row
- $context : FlowContext
references()
public
references() : array<int, Reference>
Return values
array<int, Reference>result()
public
result(EntryFactory $entryFactory) : Entry<string|int, mixed>
Parameters
- $entryFactory : EntryFactory