RangeFacetEntry
        RangeFacetEntry.php
                :
        16
                 
    
                            
        
        
                This class holds statistical data for value ranges.
since eZ Platform 3.2.0, to be removed in Ibexa 4.0.0.
Tags
Properties¶
                 $from
            ¶
        $from
            ¶
    
        
        RangeFacetEntry.php
                :
        23
                 
    
        The lower bound of the range.
|  |  | 
                 $max
            ¶
        $max
            ¶
    
        
        RangeFacetEntry.php
                :
        51
                 
    
        The maximum count in the range.
|  |  | 
                 $mean
            ¶
        $mean
            ¶
    
        
        RangeFacetEntry.php
                :
        58
                 
    
        The average count in the range.
|  |  | 
                 $min
            ¶
        $min
            ¶
    
        
        RangeFacetEntry.php
                :
        44
                 
    
        The minimum count in the range.
|  |  | 
                 $to
            ¶
        $to
            ¶
    
        
        RangeFacetEntry.php
                :
        30
                 
    
        The upper bound of the range.
|  |  | 
                 $totalCount
            ¶
        $totalCount
            ¶
    
        
        RangeFacetEntry.php
                :
        37
                 
    
        The total count of objects in the range.
|  |  |