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
AfsFacetType Class Reference

Type of the facets. More...

Inheritance diagram for AfsFacetType:
BasicEnum

Public Attributes

const INTEGER_TYPE = 'INTEGER'
 Facet values of type integer.
const REAL_TYPE = 'REAL'
 Facet values of type real.
const STRING_TYPE = 'STRING'
 Facet values of type string.
const DATE_TYPE = 'DATE'
 Facet values of type date.
const BOOL_TYPE = 'BOOL'
 Facet values of type boolean.
const UNKNOWN_TYPE = 'UNKNOWN'
 Unknown facet type.

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

Type of the facets.

Specify the type of the facets.