|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilUserSearchOptions:Static Public Member Functions | |
| static | getSelectableColumnInfo ($a_admin=false) |
| Get info of searchable fields for selectable columns in table gui. More... | |
| static | _getSearchableFieldsInfo ($a_admin=false) |
| static | _getPossibleFields ($a_admin=false) |
| static | _isSearchable ($a_key) |
| static | _isEnabled ($a_key) |
| static | _saveStatus ($a_key, $a_enabled) |
| static | __appendUserDefinedFields ($fields, $counter) |
| static | __prepareValues ($a_values) |
Data Fields | |
| $db = null | |
Definition at line 44 of file class.ilUserSearchOptions.php.
|
static |
Definition at line 230 of file class.ilUserSearchOptions.php.
References $counter, __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 caller graph for this function:
|
static |
Definition at line 255 of file class.ilUserSearchOptions.php.
References $lng.
Referenced by __appendUserDefinedFields().
Here is the caller graph for this function:
|
static |
Definition at line 178 of file class.ilUserSearchOptions.php.
Referenced by _getSearchableFieldsInfo(), and _isSearchable().
Here is the caller graph for this function:
|
static |
Definition at line 72 of file class.ilUserSearchOptions.php.
References $counter, $lng, $options, $path, __appendUserDefinedFields(), _getPossibleFields(), _isEnabled(), FIELD_TYPE_MULTI, FIELD_TYPE_SELECT, FIELD_TYPE_TEXT, ilCountry\getCountryCodes(), and ilOrgUnitPathStorage\getTextRepresentationOfOrgUnits().
Referenced by ilRepositorySearchGUI\__performUserSearch(), and ilRepositorySearchGUI\initFormSearch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 210 of file class.ilUserSearchOptions.php.
Referenced by _getSearchableFieldsInfo(), ilUserFieldSettingsTableGUI\fillRow(), ilMailAutoCompleteUserProvider\getFields(), ilUserAutoComplete\getFields(), ilMStListCoursesTableGUI\initFilter(), and ilMStListUsersTableGUI\initFilter().
Here is the caller graph for this function:
|
static |
Definition at line 205 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 caller graph for this function:
|
static |
Definition at line 222 of file class.ilUserSearchOptions.php.
Referenced by ilObjUserFolderGUI\saveGlobalUserSettingsObject().
Here is the caller graph for this function:
|
static |
Get info of searchable fields for selectable columns in table gui.
| bool | $a_admin |
Definition at line 53 of file class.ilUserSearchOptions.php.
Referenced by ilMStListCoursesTableGUI\getSelectableColumns(), ilMStListUsersTableGUI\getSelectableColumns(), and ilRepositoryUserResultTableGUI\getSelectableColumns().
Here is the caller graph for this function:| ilUserSearchOptions::$db = null |
Definition at line 46 of file class.ilUserSearchOptions.php.