![]() |
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 Protected Member Functions inherited from BasicEnum | |
| static | check_val ($instance, $value, $msg=null) |
| Checks whether the value is valid. | |
Facet values sort mode enumerator.
1.8.1.2