Public Member Functions | |
getApi () | |
init () |
Static Public Member Functions | |
static | getLandingPage ($lang) |
static | t ($str= '', $params=array(), $dic= 'search') |
Public Attributes | |
$cacheTime = 360 | |
$defaultLandingPage | |
$landingPages | |
$personalisationDelimiter | |
$perPage | |
$mimetype | |
$whereToSearch | |
$searchType | |
$staticString = '' | |
$urlLimiter |
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales @gen tics. comhttp://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.
Definition at line 12 of file SearchModule.php.
SearchModule::getApi | ( | ) |
gets repository API
Definition at line 69 of file SearchModule.php.
|
static |
gets value for current sep up of search landing page
string | $lang | - defines required language |
Definition at line 81 of file SearchModule.php.
Referenced by SimpleSearchWidget\run(), and AdvancedSearchWidget\run().
SearchModule::init | ( | ) |
Import dependent classes
Definition at line 112 of file SearchModule.php.
|
static |
Translates a message to the specified language.
string | $str | message |
array | $params | params |
string | $dic | dictionary |
Definition at line 131 of file SearchModule.php.
SearchModule::$landingPages |
array landing pages for every language(pages with SearchResultWidget in different languages)
Definition at line 27 of file SearchModule.php.