![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Type of the facets. More...
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. | |
Type of the facets.
Specify the type of the facets.
1.8.1.2