AggregationVisitor
        AggregationVisitor.php
                :
        13
                 
    
            Interface
                Methods¶
                 supports()
            ¶
supports()
            ¶
    
        
        AggregationVisitor.php
                :
        18
                 
    
        Returns true if visitor supports given aggregation.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $aggregation | Aggregation | - | - | 
| $languageFilter | LanguageFilter | - | - | 
Return values
bool
                 visit()
            ¶
visit()
            ¶
    
        
        AggregationVisitor.php
                :
        25
                 
    
        Builds aggregation query.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $dispatcher | AggregationVisitor | - | - | 
| $aggregation | Aggregation | - | - | 
| $languageFilter | LanguageFilter | - | - | 
Return values
array<string|int, mixed>