![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Retrieves facet helper from list of helpers. More...
Static Public Member Functions | |
static | get_helper ($id, array &$facet_helpers) |
Retrieves helper with specified facet identifier. | |
static | get_formatter ($facet_id, $query) |
Retrieves facet value formatter. |
Retrieves facet helper from list of helpers.
|
static |
Retrieves facet value formatter.
Formatters are needed to surround facet value with double quotes for specific facet type and layout.
$facet_id | [in] Facet identifier. |
$query | [in] AfsQuery which should contain facet information. |
|
static |
Retrieves helper with specified facet identifier.
$id | [in] Facet identifier to look for. |
$facet_helpers | [in] List of helpers to consider. |