Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
AdvancedSearchWidget Class Reference
Inheritance diagram for AdvancedSearchWidget:
BaseJuiWidget

Public Member Functions

 run ()
 getSecureAutosuggestUrl ()
- Public Member Functions inherited from BaseJuiWidget
 getViewFile ($viewName)

Public Attributes

 $useAutosuggest = true
 $uniqClassName
 $config = array()
 $landingPage = ''
 $autosuggestUrl

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://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.

Comment controller class file.

Author
Vitalii Kovalchuk vital.nosp@m.y.ko.nosp@m.valch.nosp@m.uk@o.nosp@m.berig.nosp@m..com

Definition at line 14 of file AdvancedSearchWidget.php.

Member Function Documentation

AdvancedSearchWidget::run ( )

Default called method

Returns
void

Definition at line 49 of file AdvancedSearchWidget.php.

References SearchModule\getLandingPage().

{
$lang = Yii::app()->language;
$this->uniqClassName = uniqid('simpleSearch');
/* if we did not configure landing page as widget param then take it from settings */
if ($this->landingPage == '') {
$this->landingPage = SearchModule::getLandingPage($lang);
}
$this->_loadConfig();
$this->render('AdvancedSearchWidget', array('landingPage' => $this->landingPage));
}

Member Data Documentation

AdvancedSearchWidget::$autosuggestUrl

Overrided autosuggest url

string

Definition at line 42 of file AdvancedSearchWidget.php.


The documentation for this class was generated from the following file: