|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilSearchSettings:Public Member Functions | |
| ilSearchSettings () | |
| _getSearchSettingRefId () | |
| Read the ref_id of Search Settings object. | |
| enabledIndex () | |
| enableIndex ($a_status) | |
| enabledLucene () | |
| enableLucene ($a_status) | |
| getMaxHits () | |
| setMaxHits ($a_max_hits) | |
| update () | |
| __read () | |
Data Fields | |
| $ilias = null | |
| $max_hits = null | |
| $index = null | |
Definition at line 34 of file class.ilSearchSettings.php.
| ilSearchSettings::__read | ( | ) |
Definition at line 113 of file class.ilSearchSettings.php.
References enableIndex(), enableLucene(), and setMaxHits().
Referenced by ilSearchSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchSettings::_getSearchSettingRefId | ( | ) |
Read the ref_id of Search Settings object.
normally used for rbacsystem->checkAccess()
Definition at line 53 of file class.ilSearchSettings.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by ilSearchController\executeCommand(), and ilMainMenuGUI\setTemplateVars().
Here is the caller graph for this function:| ilSearchSettings::enabledIndex | ( | ) |
Definition at line 75 of file class.ilSearchSettings.php.
Referenced by update().
Here is the caller graph for this function:| ilSearchSettings::enabledLucene | ( | ) |
Definition at line 83 of file class.ilSearchSettings.php.
Referenced by update().
Here is the caller graph for this function:| ilSearchSettings::enableIndex | ( | $a_status | ) |
Definition at line 79 of file class.ilSearchSettings.php.
Referenced by __read().
Here is the caller graph for this function:| ilSearchSettings::enableLucene | ( | $a_status | ) |
Definition at line 87 of file class.ilSearchSettings.php.
Referenced by __read().
Here is the caller graph for this function:| ilSearchSettings::getMaxHits | ( | ) |
Definition at line 92 of file class.ilSearchSettings.php.
References $max_hits.
Referenced by update().
Here is the caller graph for this function:| ilSearchSettings::ilSearchSettings | ( | ) |
| ilSearchSettings::setMaxHits | ( | $a_max_hits | ) |
Definition at line 96 of file class.ilSearchSettings.php.
Referenced by __read().
Here is the caller graph for this function:| ilSearchSettings::update | ( | ) |
Definition at line 102 of file class.ilSearchSettings.php.
References enabledIndex(), enabledLucene(), and getMaxHits().
Here is the call graph for this function:| ilSearchSettings::$ilias = null |
Definition at line 36 of file class.ilSearchSettings.php.
Referenced by ilSearchSettings().
| ilSearchSettings::$index = null |
Definition at line 38 of file class.ilSearchSettings.php.
| ilSearchSettings::$max_hits = null |
Definition at line 37 of file class.ilSearchSettings.php.
Referenced by getMaxHits().