CollectUnique implements AggregatingFunction
FinalYes
Interfaces
Methods
- __construct() : mixed
 - aggregate() : void
 - result() : Entry<string|int, mixed>
 
Methods
__construct()
    public
                    __construct(Reference $ref) : mixed
    Parameters
- $ref : Reference
 
aggregate()
    public
                    aggregate(Row $row) : void
    Parameters
- $row : Row
 
result()
    public
                    result(EntryFactory $entryFactory) : Entry<string|int, mixed>
    Parameters
- $entryFactory : EntryFactory