AttributeFloatRangeAggregation
        AttributeFloatRangeAggregation.php
                :
        16
                
    
                                Final
                
                    
                Extends AbstractRangeAggregation
            
        
                    
                Implements
                                    AttributeAggregationInterface                            
        
                    
                Properties¶
                
        $name
            ¶
    
        
        AbstractRangeAggregation.php
                :
        21
                
    
        The name of the aggregation.
| 
                     | 
                
                    
                     | 
            
                
        $ranges
            ¶
    
        
        AbstractRangeAggregation.php
                :
        24
                
    
        | 
                     | 
                
                    
                     | 
            
Methods¶
                
__construct()
            ¶
    
        
        AttributeFloatRangeAggregation.php
                :
        24
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $name | string | - | - | 
| $attributeDefinitionIdentifier | string | - | - | 
| $ranges | array<string|int, mixed> | - | - | 
                
getAttributeDefinitionIdentifier()
            ¶
    
        
        AttributeAggregationTrait.php
                :
        16
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getName()
            ¶
    
        
        AbstractRangeAggregation.php
                :
        43
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getRanges()
            ¶
    
        
        AbstractRangeAggregation.php
                :
        38
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
array<string|int, mixed>