ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct ( $a_data, int $a_id, bool $a_call_by_reference=false, bool $a_prepare_output=true, ILIAS\UI\Factory $uiFactory=null, ILIAS\UI\Renderer $uiRenderer=null) | |
executeCommand () | |
cancelObject () | |
getAdminTabs () | |
setBackTarget (string $a_text, string $a_link) | |
set back tab target More... | |
__checkUserDefinedRequiredFields () | |
__showUserDefinedFields () | |
initCreate () | |
createObject () | |
Display user create form. More... | |
saveObject () | |
save user data More... | |
editObject () | |
Display user edit form. More... | |
getValues () | |
Get values from user object and put them into form. More... | |
initForm (string $a_mode) | |
Init user form. More... | |
uploadUserPictureObject () | |
upload user image (original method by ratana ty) More... | |
removeUserPictureObject () | |
remove user image More... | |
assignSaveObject () | |
assign users to role More... | |
roleassignmentObject () | |
display role assignment panel More... | |
applyFilterObject () | |
Apply filter. More... | |
resetFilterObject () | |
Reset filter. More... | |
__getDateSelect (string $a_type, string $a_varname, string $a_selected) | |
__toUnix (array $a_time_arr) | |
__unsetSessionVariables () | |
__buildFilterSelect () | |
![]() | |
__construct ($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true) | |
getRefId () | |
setAdminMode (string $mode) | |
getAdminMode () | |
getObject () | |
executeCommand () | |
withReferences () | |
determines whether objects are referenced or not (got ref ids or not) More... | |
setCreationMode (bool $mode=true) | |
if true, a creation screen is displayed the current [ref_id] don't belong to the current class! The mode is determined in ilRepositoryGUI More... | |
getCreationMode () | |
prepareOutput (bool $show_sub_objects=true) | |
getAdminTabs () | |
administration tabs show only permissions and trash folder More... | |
getHTML () | |
confirmedDeleteObject () | |
confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More... | |
cancelDeleteObject () | |
cancel deletion of object More... | |
cancelObject () | |
cancel action and go back to previous page More... | |
createObject () | |
create new object form More... | |
cancelCreation () | |
cancel create action and go back to repository parent More... | |
saveObject () | |
getDidacticTemplateVar (string $type) | |
Get didactic template setting from creation screen. More... | |
putObjectInTree (ilObject $obj, int $parent_node_id=null) | |
Add object to tree at given position. More... | |
editObject () | |
addExternalEditFormCustom (ilPropertyFormGUI $form) | |
updateObject () | |
updates object entry in object_data More... | |
getFormAction (string $cmd, string $default_form_action="") | |
Get form action for command (command is method name without "Object", e.g. More... | |
isVisible (int $ref_id, string $type) | |
viewObject () | |
viewObject container presentation for "administration -> repository, trash, permissions" More... | |
deleteObject (bool $error=false) | |
Display deletion confirmation screen. More... | |
setColumnSettings (ilColumnGUI $column_gui) | |
redirectAfterCreation () | |
Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html Should be overwritten and redirect to settings screen. More... | |
addToDeskObject () | |
removeFromDeskObject () | |
![]() | |
callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Data Fields | |
ilCtrl | $ilCtrl |
array | $gender |
int | $user_ref_id |
![]() | |
const | ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION |
const | ADMIN_MODE_NONE = "" |
const | ADMIN_MODE_SETTINGS = "settings" |
const | ADMIN_MODE_REPOSITORY = "repository" |
const | UPLOAD_TYPE_LOCAL = 1 |
const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
const | CFORM_NEW = 1 |
const | CFORM_IMPORT = 2 |
const | CFORM_CLONE = 3 |
Protected Member Functions | |
setTitleAndDescription () | |
getTabs () | |
loadValuesFromForm (string $a_mode='create') | |
loadUserDefinedDataFromForm (?ilObjUser $user=null) | |
isSettingChangeable (string $a_field) | |
addAdminLocatorItems (bool $do_not_add_object=false) | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
handleIgnoredRequiredFields () | |
Handles ignored required fields by changing the required flag of form elements. More... | |
![]() | |
getObjectService () | |
assignObject () | |
setTitleAndDescription () | |
initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
Add header action menu. More... | |
insertHeaderAction (?ilObjectListGUI $list_gui=null) | |
Insert header action into main template. More... | |
addHeaderAction () | |
Add header action menu. More... | |
redrawHeaderActionObject () | |
Ajax call: redraw action header only. More... | |
setTabs () | |
set admin tabs More... | |
setAdminTabs () | |
set admin tabs More... | |
setLocator () | |
addLocatorItems () | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
omitLocator (bool $omit=true) | |
addAdminLocatorItems (bool $do_not_add_object=false) | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
initCreationForms (string $new_type) | |
Init creation forms. More... | |
getCreationFormsHTML (array $forms) | |
Get HTML for creation forms (accordion) More... | |
initCreateForm (string $new_type) | |
initDidacticTemplate (ilPropertyFormGUI $form) | |
addDidacticTemplateOptions (array &$a_options) | |
Add custom templates. More... | |
afterSave (ilObject $new_object) | |
Post (successful) object creation hook. More... | |
initEditForm () | |
initEditCustomForm (ilPropertyFormGUI $a_form) | |
Add custom fields to update form. More... | |
getEditFormValues () | |
getEditFormCustomValues (array &$a_values) | |
Add values to custom edit fields. More... | |
validateCustom (ilPropertyFormGUI $form) | |
Validate custom values (if not possible with checkInput()) More... | |
updateCustom (ilPropertyFormGUI $form) | |
Insert custom update form values into object. More... | |
afterUpdate () | |
Post (successful) object update hook. More... | |
initImportForm (string $new_type) | |
importFileObject (int $parent_id=null) | |
afterImport (ilObject $new_object) | |
Post (successful) object import hook. More... | |
setFormAction (string $cmd, string $form_action) | |
getReturnLocation (string $cmd, string $default_location="") | |
Get return location for command (command is method name without "Object", e.g. More... | |
setReturnLocation (string $cmd, string $location) | |
set specific return location for command More... | |
getTargetFrame (string $cmd, string $default_target_frame="") | |
get target frame for command (command is method name without "Object", e.g. More... | |
setTargetFrame (string $cmd, string $target_frame) | |
Set specific target frame for command. More... | |
showPossibleSubObjects () | |
show possible sub objects (pull down menu) More... | |
getTabs () | |
overwrite in derived GUI class of your object type More... | |
redirectToRefId (int $ref_id, string $cmd="") | |
redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request More... | |
fillCloneTemplate (?string $tpl_name, string $type) | |
Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. More... | |
getCenterColumnHTML () | |
Get center column. More... | |
getRightColumnHTML () | |
Display right column. More... | |
checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
enableDragDropFileUpload () | |
Enables the file upload into this object by dropping files. More... | |
showCustomIconsEditing ( $input_colspan=1, ilPropertyFormGUI $form=null, $as_section=true) | |
show edit section of custom icons for container More... | |
Private Member Functions | |
checkUserWriteRight () | |
Additional Inherited Members | |
![]() | |
static | _gotoRepositoryRoot (bool $raise_error=false) |
Goto repository root. More... | |
static | _gotoRepositoryNode (int $ref_id, string $cmd="") |
static | _gotoSharedWorkspaceNode (int $wsp_id) |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilObjUserGUI
Definition at line 25 of file class.ilObjUserGUI.php.
ilObjUserGUI::__construct | ( | $a_data, | |
int | $a_id, | ||
bool | $a_call_by_reference = false , |
||
bool | $a_prepare_output = true , |
||
ILIAS\UI\Factory | $uiFactory = null , |
||
ILIAS\UI\Renderer | $uiRenderer = null |
||
) |
Definition at line 47 of file class.ilObjUserGUI.php.
References $DIC, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$ref_id, $uiFactory, $uiRenderer, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), and ilLanguage\loadLanguageModule().
ilObjUserGUI::__buildFilterSelect | ( | ) |
Definition at line 1891 of file class.ilObjUserGUI.php.
References ilLegacyFormElementsUtil\formSelect(), ilSession\get(), and ILIAS\Repository\lng().
ilObjUserGUI::__checkUserDefinedRequiredFields | ( | ) |
Definition at line 233 of file class.ilObjUserGUI.php.
References ilUserDefinedFields\_getInstance().
ilObjUserGUI::__getDateSelect | ( | string | $a_type, |
string | $a_varname, | ||
string | $a_selected | ||
) |
Definition at line 1828 of file class.ilObjUserGUI.php.
References $i, ilLegacyFormElementsUtil\formSelect(), and ILIAS\Repository\int().
ilObjUserGUI::__showUserDefinedFields | ( | ) |
Definition at line 246 of file class.ilObjUserGUI.php.
References $name, ilUserDefinedFields\_getInstance(), ilLegacyFormElementsUtil\formSelect(), ilSession\get(), ILIAS\Repository\object(), ilLegacyFormElementsUtil\prepareFormOutput(), and UDF_TYPE_TEXT.
ilObjUserGUI::__toUnix | ( | array | $a_time_arr | ) |
Definition at line 1874 of file class.ilObjUserGUI.php.
ilObjUserGUI::__unsetSessionVariables | ( | ) |
Definition at line 1886 of file class.ilObjUserGUI.php.
References ilSession\clear().
|
protected |
should be overwritten to add object specific items (repository items are preloaded)
Definition at line 1913 of file class.ilObjUserGUI.php.
References $DIC, $GLOBALS, ilObjectGUI\$ilias, $ilUser, ilFrameTargetInfo\_getFrame(), ilMail\_getInstallationSignature(), ilObjUser\_lookupId(), ilObject\_lookupObjId(), ilObject\_lookupType(), ANONYMOUS_USER_ID, ilPersonalProfileGUI\CHANGE_EMAIL_CMD, ilCtrl\clearParametersByClass(), ILIAS\Repository\ctrl(), exit, ILIAS\Repository\lng(), ILIAS\Repository\object(), ilCtrl\redirectByClass(), ROLE_FOLDER_ID, ilCtrl\setParameterByClass(), ilCtrl\setTargetScript(), ilUtil\stripSlashes(), SYSTEM_FOLDER_ID, and USER_FOLDER_ID.
ilObjUserGUI::applyFilterObject | ( | ) |
Apply filter.
Definition at line 1809 of file class.ilObjUserGUI.php.
References roleassignmentObject().
ilObjUserGUI::assignSaveObject | ( | ) |
assign users to role
Definition at line 1685 of file class.ilObjUserGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\object(), SYSTEM_ROLE_ID, and SYSTEM_USER_ID.
ilObjUserGUI::cancelObject | ( | ) |
Definition at line 144 of file class.ilObjUserGUI.php.
References ilSession\clear(), and ILIAS\Repository\ctrl().
|
private |
Definition at line 2161 of file class.ilObjUserGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
Referenced by editObject(), and loadUserDefinedDataFromForm().
ilObjUserGUI::createObject | ( | ) |
Display user create form.
Definition at line 358 of file class.ilObjUserGUI.php.
References $DIC, ilObjectGUI\$tpl, initCreate(), initForm(), ILIAS\Repository\lng(), and ilGlobalTemplateInterface\setContent().
ilObjUserGUI::editObject | ( | ) |
Display user edit form.
Definition at line 543 of file class.ilObjUserGUI.php.
References checkUserWriteRight(), getValues(), initForm(), and USER_FOLDER_ID.
Referenced by removeUserPictureObject().
ilObjUserGUI::executeCommand | ( | ) |
Definition at line 98 of file class.ilObjUserGUI.php.
References ILIAS\Repository\ctrl(), ilLearningProgressBaseGUI\LP_CONTEXT_USER_FOLDER, ILIAS\Repository\object(), ilObjectGUI\prepareOutput(), and USER_FOLDER_ID.
ilObjUserGUI::getAdminTabs | ( | ) |
Definition at line 155 of file class.ilObjUserGUI.php.
References getTabs().
|
protected |
Definition at line 160 of file class.ilObjUserGUI.php.
References $DIC, ilObjUserTracking\_enabledLearningProgress(), ilObjUserTracking\_enabledUserRelatedData(), ILIAS\Repository\ctrl(), ilSession\get(), and ILIAS\Repository\lng().
Referenced by getAdminTabs().
ilObjUserGUI::getValues | ( | ) |
Get values from user object and put them into form.
Definition at line 905 of file class.ilObjUserGUI.php.
References ilObjectGUI\$data, ilUserDefinedFields\_getInstance(), ilObjUser\_lookupLogin(), ilDatePresentation\formatDate(), IL_CAL_DATE, IL_CAL_DATETIME, IL_CAL_UNIX, ILIAS\Repository\int(), and ILIAS\Repository\object().
Referenced by editObject().
|
protected |
Handles ignored required fields by changing the required flag of form elements.
Definition at line 2089 of file class.ilObjUserGUI.php.
References ilObjectGUI\$object, ilObjectGUI\$user, ilUserDefinedFields\_getInstance(), ilUserDefinedFields\getDefinitions(), ilUserProfile\getIgnorableRequiredSettings(), ILIAS\Repository\lng(), and ilNonEditableValueGUI\setValue().
Referenced by loadUserDefinedDataFromForm(), and saveObject().
ilObjUserGUI::initCreate | ( | ) |
Definition at line 290 of file class.ilObjUserGUI.php.
References $DIC, $ilUser, ILIAS\LTI\ToolProvider\$key, $keys, ilObjRole\_getAssignUsersStatus(), ANONYMOUS_ROLE_ID, ILIAS\Repository\lng(), ILIAS\Repository\object(), ROLE_FOLDER_ID, SYSTEM_ROLE_ID, and USER_FOLDER_ID.
Referenced by createObject(), and saveObject().
ilObjUserGUI::initForm | ( | string | $a_mode | ) |
Init user form.
Definition at line 999 of file class.ilObjUserGUI.php.
References $_SERVER, Vendor\Package\$a, $DIC, Vendor\Package\$e, ilObjectGUI\$id, $ilSetting, $ilUser, $lang, ilObjectGUI\$lng, $name, XapiProxy\$req, ilObjectGUI\$settings, ilAuthUtils\_getActiveAuthModes(), ilAuthUtils\_getAuthModeName(), ilUserDefinedFields\_getInstance(), ilObjUser\_getLastHistoryDataByUserId(), ilObjUser\_getPersonalPicturePath(), ilAuthUtils\_isExternalAccountEnabled(), ilSystemStyleSettings\_lookupActivatedStyle(), ilDatePresentation\formatDate(), ilAuthUtils\getAuthModeTranslation(), ilUserDefinedFields\getChangeableLocalUserAdministrationDefinitions(), ilUserDefinedFields\getDefinitions(), ilCtrl\getFormAction(), ilCustomUserFieldsHelper\getInstance(), ilSecuritySettingsChecker\getPasswordRequirementsInfo(), IL_CAL_UNIX, ILIAS\Repository\int(), isSettingChangeable(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ILIAS\Repository\object(), ilCheckboxInputGUI\setChecked(), ilImageFileInputGUI\setImage(), ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), ilFormPropertyGUI\setRequired(), ilTextAreaInputGUI\setRows(), ilPasswordInputGUI\setUseStripSlashes(), ilCheckboxInputGUI\setValue(), ilRadioGroupInputGUI\setValue(), ilNonEditableValueGUI\setValue(), SYSTEM_ROLE_ID, SYSTEM_USER_ID, ilLanguage\txt(), ILIAS\Repository\user(), USER_FOLDER_ID, and ilUtil\yn2tf().
Referenced by createObject(), editObject(), loadUserDefinedDataFromForm(), and saveObject().
|
protected |
Definition at line 1537 of file class.ilObjUserGUI.php.
References $DIC, $ilSetting, ilObjectGUI\$settings, and USER_FOLDER_ID.
Referenced by initForm(), loadUserDefinedDataFromForm(), loadValuesFromForm(), and saveObject().
|
protected |
Definition at line 727 of file class.ilObjUserGUI.php.
References $DIC, Vendor\Package\$e, Vendor\Package\$f, $ilSetting, ilObjectGUI\$object, ilObjectGUI\$user, ilAuthUtils\_allowPasswordModificationByAuthMode(), ilAuthUtils\_getAuthMode(), ilUserDefinedFields\_getInstance(), checkUserWriteRight(), ILIAS\Repository\ctrl(), ilUserDefinedFields\getChangeableLocalUserAdministrationDefinitions(), ilUserDefinedFields\getDefinitions(), handleIgnoredRequiredFields(), initForm(), ILIAS\Repository\int(), ilUserProfile\isProfileIncomplete(), isSettingChangeable(), ILIAS\Repository\lng(), loadValuesFromForm(), ILIAS\Repository\object(), ilObjUser\PASSWD_PLAIN, ilObjUser\setUserDefinedData(), SYSTEM_ROLE_ID, SYSTEM_USER_ID, ilObject\update(), ilObjectGUI\updateObject(), uploadUserPictureObject(), ILIAS\Repository\user(), and USER_FOLDER_ID.
Referenced by saveObject().
|
protected |
Definition at line 558 of file class.ilObjUserGUI.php.
References $DIC, $ilUser, ilObjectGUI\$object, ilObjectGUI\$user, ilObjUser\getActive(), IL_CAL_DATE, IL_CAL_UNIX, ILIAS\Repository\int(), isSettingChangeable(), ilObjUser\setActive(), ilObjUser\setAuthMode(), ilObjUser\setBirthday(), ilObjUser\setCity(), ilObjUser\setClientIP(), ilObjUser\setComment(), ilObjUser\setCountry(), ilObjUser\setDepartment(), ilObjUser\setEmail(), ilObjUser\setExternalAccount(), ilObjUser\setFax(), ilObjUser\setFirstname(), ilObjUser\setFullname(), ilObjUser\setGender(), ilObjUser\setGeneralInterests(), ilObjUser\setHobby(), ilObjUser\setInstitution(), ilObjUser\setLastname(), ilObjUser\setLatitude(), ilObjUser\setLocationZoom(), ilObjUser\setLogin(), ilObjUser\setLongitude(), ilObjUser\setLookingForHelp(), ilObjUser\setMatriculation(), ilObjUser\setOfferingHelp(), ilObjUser\setPhoneHome(), ilObjUser\setPhoneMobile(), ilObjUser\setPhoneOffice(), ilObjUser\setSecondEmail(), ilObjUser\setSelectedCountry(), ilObjUser\setStreet(), ilObjUser\setTimeLimitFrom(), ilObjUser\setTimeLimitOwner(), ilObjUser\setTimeLimitUnlimited(), ilObjUser\setTimeLimitUntil(), ilObjUser\setUTitle(), and ilObjUser\setZipcode().
Referenced by loadUserDefinedDataFromForm(), and saveObject().
ilObjUserGUI::removeUserPictureObject | ( | ) |
remove user image
Definition at line 1648 of file class.ilObjUserGUI.php.
References editObject(), ilFileUtils\getWebspaceDir(), and ILIAS\Repository\lng().
ilObjUserGUI::resetFilterObject | ( | ) |
Reset filter.
Definition at line 1820 of file class.ilObjUserGUI.php.
References roleassignmentObject().
ilObjUserGUI::roleassignmentObject | ( | ) |
display role assignment panel
Definition at line 1765 of file class.ilObjUserGUI.php.
References ilObjectGUI\$access, $DIC, ANONYMOUS_USER_ID, ilSession\get(), ILIAS\Repository\int(), ilOrgUnitPositionAccessHandler\isCurrentUserBasedOnPositionsAllowedTo(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilSession\set().
Referenced by applyFilterObject(), and resetFilterObject().
ilObjUserGUI::saveObject | ( | ) |
save user data
Definition at line 378 of file class.ilObjUserGUI.php.
References $DIC, $ilSetting, $ilUser, ilObjectGUI\$tpl, ilAuthUtils\_isExternalAccountEnabled(), ILIAS\Repository\ctrl(), handleIgnoredRequiredFields(), initCreate(), initForm(), ILIAS\Repository\int(), ilUserProfile\isProfileIncomplete(), isSettingChangeable(), ILIAS\Repository\lng(), loadUserDefinedDataFromForm(), loadValuesFromForm(), ilObjUser\PASSWD_PLAIN, ilGlobalTemplateInterface\setContent(), SYSTEM_ROLE_ID, SYSTEM_USER_ID, uploadUserPictureObject(), and ILIAS\Repository\user().
ilObjUserGUI::setBackTarget | ( | string | $a_text, |
string | $a_link | ||
) |
set back tab target
Definition at line 224 of file class.ilObjUserGUI.php.
|
protected |
Definition at line 130 of file class.ilObjUserGUI.php.
References ilUtil\getImagePath(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
ilObjUserGUI::uploadUserPictureObject | ( | ) |
upload user image (original method by ratana ty)
Definition at line 1558 of file class.ilObjUserGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ilShellUtil\escapeShellArg(), ilShellUtil\execConvert(), ilFileUtils\getWebspaceDir(), ilShellUtil\isConvertVersionAtLeast(), ILIAS\Repository\lng(), ilFileUtils\moveUploadedFile(), and USER_FOLDER_ID.
Referenced by loadUserDefinedDataFromForm(), and saveObject().
|
protected |
Definition at line 34 of file class.ilObjUserGUI.php.
|
protected |
Definition at line 29 of file class.ilObjUserGUI.php.
|
protected |
Definition at line 35 of file class.ilObjUserGUI.php.
array ilObjUserGUI::$gender |
Definition at line 41 of file class.ilObjUserGUI.php.
ilCtrl ilObjUserGUI::$ilCtrl |
Definition at line 40 of file class.ilObjUserGUI.php.
Referenced by __construct().
|
protected |
Definition at line 44 of file class.ilObjUserGUI.php.
|
protected |
Definition at line 43 of file class.ilObjUserGUI.php.
|
protected |
Definition at line 45 of file class.ilObjUserGUI.php.
|
protected |
Definition at line 28 of file class.ilObjUserGUI.php.
|
protected |
Definition at line 38 of file class.ilObjUserGUI.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilObjUserGUI.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilObjUserGUI.php.
|
protected |
Definition at line 30 of file class.ilObjUserGUI.php.
int ilObjUserGUI::$user_ref_id |
Definition at line 42 of file class.ilObjUserGUI.php.
|
protected |
Definition at line 36 of file class.ilObjUserGUI.php.
|
protected |
Definition at line 37 of file class.ilObjUserGUI.php.