![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Layout of the facets. More...
Public Attributes | |
const | TREE = 'TREE' |
Tree layout. | |
const | INTERVAL = 'INTERVAL' |
Interval layout. | |
const | UNKNOWN = 'UNKNOWN' |
Unknown layout used for not fully declared facets. |
Additional Inherited Members | |
![]() | |
static | check_val ($instance, $value, $msg=null) |
Checks whether the value is valid. |
Layout of the facets.
Specify the layout of the facets.
const INTERVAL = 'INTERVAL' |
Interval layout.
This layout is used for interval of values such as prices.
const TREE = 'TREE' |
Tree layout.
This layout is used for flat and hierarchical facet values.
const UNKNOWN = 'UNKNOWN' |
Unknown layout used for not fully declared facets.
This is intended for internal use only.