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