ILIAS
Release_3_10_x_branch Revision 61812
|
Go to the source code of this file.
Data Structures | |
class | ilSearchGUI |
Namespaces | |
namespace | ilias |
soap server |
Variables | |
const | SEARCH_FAST = 1 |
const | SEARCH_DETAILS = 2 |
const | SEARCH_AND = 'and' |
const | SEARCH_OR = 'or' |
const SEARCH_AND = 'and' |
Definition at line 39 of file class.ilSearchGUI.php.
Referenced by ilShopAdvancedSearchGUI\showForm(), and ilSearchGUI\showSearch().
const SEARCH_DETAILS = 2 |
Definition at line 38 of file class.ilSearchGUI.php.
Referenced by ilSearchGUI\__getFilter(), ilSearchGUI\__searchMeta(), ilSearchGUI\__searchObjects(), ilSearchGUI\performSearch(), and ilSearchGUI\showSearch().
const SEARCH_FAST = 1 |
Definition at line 37 of file class.ilSearchGUI.php.
Referenced by ilSearchGUI\getType(), and ilSearchGUI\showSearch().
const SEARCH_OR = 'or' |
Definition at line 40 of file class.ilSearchGUI.php.
Referenced by ilSearchGUI\getCombination().