Copied!

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
Deprecated

since eZ Platform 3.2.0, to be removed in Ibexa 4.0.0.

Properties

public $from

RangeFacetEntry.php : 23

The lower bound of the range.

public mixed $from

public $max

RangeFacetEntry.php : 51

The maximum count in the range.

public int $max

public $mean

RangeFacetEntry.php : 58

The average count in the range.

public float $mean

public $min

RangeFacetEntry.php : 44

The minimum count in the range.

public int $min

public $to

RangeFacetEntry.php : 30

The upper bound of the range.

public mixed $to

public $totalCount

RangeFacetEntry.php : 37

The total count of objects in the range.

public int $totalCount