Public Member Functions | |
__construct () | |
setHeaders () | |
execute ($par) | |
Protected Member Functions | |
doSearch (Solarium_Client $client, $queryString) | |
getLanguages (Solarium_Result_Select_Facet_Field $facet) | |
getGroups (Solarium_Result_Select_Facet_Field $facet) | |
makeGroupFacetRows (array $groups, $counts, $level=0, $pathString= '') | |
showSearch ($search, $count, $facets, $results) | |
showEmptySearch () | |
getSearchInput ($query) | |
Protected Attributes | |
$opts | |
$hl = array() | |
$limit = 25 |
..
Definition at line 16 of file SpecialSearchTranslations.php.
SpecialSearchTranslations::__construct | ( | ) |
Definition at line 35 of file SpecialSearchTranslations.php.
SpecialSearchTranslations::doSearch | ( | Solarium_Client $ | client, | |
$ | queryString | |||
) | [protected] |
Definition at line 205 of file SpecialSearchTranslations.php.
Referenced by execute().
SpecialSearchTranslations::execute | ( | $ | par | ) |
Definition at line 54 of file SpecialSearchTranslations.php.
SpecialSearchTranslations::getGroups | ( | Solarium_Result_Select_Facet_Field $ | facet | ) | [protected] |
Definition at line 277 of file SpecialSearchTranslations.php.
Referenced by execute().
SpecialSearchTranslations::getLanguages | ( | Solarium_Result_Select_Facet_Field $ | facet | ) | [protected] |
Definition at line 252 of file SpecialSearchTranslations.php.
Referenced by execute().
SpecialSearchTranslations::getSearchInput | ( | $ | query | ) | [protected] |
Definition at line 371 of file SpecialSearchTranslations.php.
Referenced by execute(), and showEmptySearch().
SpecialSearchTranslations::makeGroupFacetRows | ( | array $ | groups, | |
$ | counts, | |||
$ | level = 0 , |
|||
$ | pathString = '' | |||
) | [protected] |
Definition at line 284 of file SpecialSearchTranslations.php.
Referenced by getGroups().
SpecialSearchTranslations::setHeaders | ( | ) |
Definition at line 43 of file SpecialSearchTranslations.php.
Referenced by execute().
SpecialSearchTranslations::showEmptySearch | ( | ) | [protected] |
Definition at line 359 of file SpecialSearchTranslations.php.
Referenced by execute().
SpecialSearchTranslations::showSearch | ( | $ | search, | |
$ | count, | |||
$ | facets, | |||
$ | results | |||
) | [protected] |
Definition at line 341 of file SpecialSearchTranslations.php.
Referenced by execute().
SpecialSearchTranslations::$hl = array() [protected] |
Definition at line 27 of file SpecialSearchTranslations.php.
Referenced by doSearch().
SpecialSearchTranslations::$limit = 25 [protected] |
Definition at line 33 of file SpecialSearchTranslations.php.
SpecialSearchTranslations::$opts [protected] |
Definition at line 18 of file SpecialSearchTranslations.php.
Referenced by execute().