Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Public Attributes | List of all members
AfsFacetCombination Class Reference

Combination of the facets' values. More...

Inheritance diagram for AfsFacetCombination:
BasicEnum

Public Attributes

const OR_MODE = 'or'
 Values of the facets are OR-combined.
const AND_MODE = 'and'
 Values of the facets are AND-combined.

Additional Inherited Members

- Static Protected Member Functions inherited from BasicEnum
static check_val ($instance, $value, $msg=null)
 Checks whether the value is valid.

Detailed Description

Combination of the facets' values.

Specify whether results of each filter should be summed up or instersected to build final result.