![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Facet values sort mode enumerator. More...
Public Attributes | |
const | ALPHA = 'alpha' |
Alphabetical sort order on facet value ids. | |
const | ITEMS = 'items' |
Numerical sort order on number of items per facet value. | |
const | ALPHA_KEY = 'alphaKey' |
Alphabetical sort order using user specified key. | |
const | NUM_KEY = 'numKey' |
Numerical sort order using user specified key. |
Additional Inherited Members | |
![]() | |
static | check_val ($instance, $value, $msg=null) |
Checks whether the value is valid. |
Facet values sort mode enumerator.