|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 236 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 caller graph for this function:
|
static |
Definition at line 261 of file class.ilUserSearchOptions.php.
Referenced by __appendUserDefinedFields().
Here is the caller graph for this function:
|
static |
Definition at line 180 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 $c, $DIC, $lng, __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 212 of file class.ilUserSearchOptions.php.
References $DIC.
Referenced by _getSearchableFieldsInfo(), ilUserFieldSettingsTableGUI\fillRow(), ilMailAutoCompleteUserProvider\getFields(), ilUserAutoComplete\getFields(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\initFilter(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\initFilter(), ILIAS\MyStaff\ListCourses\ilMStListCoursesTableGUI\initFilter(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\initFilter(), and ilRepositorySearchGUI\initFormSearch().
Here is the caller graph for this function:
|
static |
Definition at line 207 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 226 of file class.ilUserSearchOptions.php.
References $DIC.
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 ilRepositoryUserResultTableGUI\getSelectableColumns(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\initSelectableColumns(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\initSelectableColumns(), ILIAS\MyStaff\ListCourses\ilMStListCoursesTableGUI\initSelectableColumns(), and ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\initSelectableColumns().
Here is the caller graph for this function:| ilUserSearchOptions::$db = null |
Definition at line 46 of file class.ilUserSearchOptions.php.