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
¶
RangeFacetEntry.php
:
23
The lower bound of the range.
|
|
$max
¶
RangeFacetEntry.php
:
51
The maximum count in the range.
|
|
$mean
¶
RangeFacetEntry.php
:
58
The average count in the range.
|
|
$min
¶
RangeFacetEntry.php
:
44
The minimum count in the range.
|
|
$to
¶
RangeFacetEntry.php
:
30
The upper bound of the range.
|
|
$totalCount
¶
RangeFacetEntry.php
:
37
The total count of objects in the range.
|
|