ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
class | ilSearchGUI |
Class ilSearchGUI. More... |
Variables | |
const | SEARCH_FAST = 1 |
const | SEARCH_DETAILS = 2 |
const | SEARCH_AND = 'and' |
const | SEARCH_OR = 'or' |
const SEARCH_AND = 'and' |
Definition at line 8 of file class.ilSearchGUI.php.
Referenced by ilSearchGUI\initStandardSearchForm(), and ilShopAdvancedSearchGUI\showForm().
const SEARCH_DETAILS = 2 |
Definition at line 7 of file class.ilSearchGUI.php.
Referenced by ilSearchGUI\__getFilter(), ilSearchGUI\__searchMeta(), ilSearchGUI\__searchObjects(), ilSearchGUI\initStandardSearchForm(), and ilSearchGUI\performSearch().
const SEARCH_FAST = 1 |
Definition at line 6 of file class.ilSearchGUI.php.
Referenced by ilSearchGUI\getType(), and ilSearchGUI\initStandardSearchForm().
const SEARCH_OR = 'or' |
Definition at line 9 of file class.ilSearchGUI.php.
Referenced by ilSearchGUI\getCombination().