| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilUserSearchOptions:
 Collaboration diagram for ilUserSearchOptions:| Public Member Functions | |
| ilUserSearchOptions () | |
| _getSearchableFieldsInfo ($a_admin=false) | |
| _getPossibleFields ($a_admin=false) | |
| _isSearchable ($a_key) | |
| _isEnabled ($a_key) | |
| _saveStatus ($a_key, $a_enabled) | |
| __appendUserDefinedFields ($fields, $counter) | |
| __prepareValues ($a_values) | |
| Data Fields | |
| $db = null | |
Definition at line 38 of file class.ilUserSearchOptions.php.
| ilUserSearchOptions::__appendUserDefinedFields | ( | $fields, | |
| $counter | |||
| ) | 
Definition at line 181 of file class.ilUserSearchOptions.php.
References __prepareValues(), ilUserDefinedFields\_getInstance(), FIELD_TYPE_UDF_SELECT, FIELD_TYPE_UDF_TEXT, UDF_TYPE_SELECT, and UDF_TYPE_TEXT.
Referenced by _getSearchableFieldsInfo().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilUserSearchOptions::__prepareValues | ( | $a_values | ) | 
Definition at line 208 of file class.ilUserSearchOptions.php.
Referenced by __appendUserDefinedFields().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilUserSearchOptions::_getPossibleFields | ( | $a_admin = false | ) | 
Definition at line 116 of file class.ilUserSearchOptions.php.
Referenced by _getSearchableFieldsInfo(), and _isSearchable().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilUserSearchOptions::_getSearchableFieldsInfo | ( | $a_admin = false | ) | 
Definition at line 50 of file class.ilUserSearchOptions.php.
References $lng, __appendUserDefinedFields(), _getPossibleFields(), _isEnabled(), FIELD_TYPE_SELECT, FIELD_TYPE_TEXT, and ilCountry\getCountryCodes().
Referenced by ilAdminUserSearchGUI\__fillUserSearch(), ilRepositorySearchGUI\__performUserSearch(), ilAdminUserSearchGUI\__performUserSearch(), and ilRepositorySearchGUI\initFormSearch().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilUserSearchOptions::_isEnabled | ( | $a_key | ) | 
Definition at line 160 of file class.ilUserSearchOptions.php.
Referenced by _getSearchableFieldsInfo(), and ilUserFieldSettingsTableGUI\fillRow().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilUserSearchOptions::_isSearchable | ( | $a_key | ) | 
Definition at line 155 of file class.ilUserSearchOptions.php.
References _getPossibleFields().
Referenced by ilUserFieldSettingsTableGUI\fillRow(), and ilObjUserFolderGUI\saveGlobalUserSettingsObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilUserSearchOptions::_saveStatus | ( | $a_key, | |
| $a_enabled | |||
| ) | 
Definition at line 173 of file class.ilUserSearchOptions.php.
Referenced by ilObjUserFolderGUI\saveGlobalUserSettingsObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilUserSearchOptions::ilUserSearchOptions | ( | ) | 
Definition at line 42 of file class.ilUserSearchOptions.php.
References $ilDB.
| ilUserSearchOptions::$db = null | 
Definition at line 40 of file class.ilUserSearchOptions.php.