| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ilObjUserGUI. More...
 Inheritance diagram for ilObjUserGUI:
 Collaboration diagram for ilObjUserGUI:Public Member Functions | |
| 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 () | |
| getValues () | |
| initForm (string $a_mode) | |
| Init user form.  More... | |
| removeUserPictureObject () | |
| assignSaveObject () | |
| roleassignmentObject () | |
| applyFilterObject () | |
| resetFilterObject () | |
| __getDateSelect (string $a_type, string $a_varname, string $a_selected) | |
| __toUnix (array $a_time_arr) | |
| __unsetSessionVariables () | |
| __buildFilterSelect () | |
| __sendProfileMail () | |
  Public Member Functions inherited from ilObjectGUI | |
| __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] does belong to the parent 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... | |
| cancelObject () | |
| cancel action and go back to previous page  More... | |
| createObject () | |
| create new object form  More... | |
| editAvailabilityPeriodObject () | |
| saveAvailabilityPeriodObject () | |
| 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 () | |
  Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback | |
| callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Protected Member Functions | |
| setTitleAndDescription () | |
| getTabs () | |
| loadValuesFromForm (string $a_mode='create') | |
| loadUserDefinedDataFromForm (?ilObjUser $user=null) | |
| isSettingChangeable (string $a_field) | |
| uploadUserPicture () | |
| upload user image (original method by ratana ty)  More... | |
| 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... | |
  Protected Member Functions inherited from ilObjectGUI | |
| getObjectService () | |
| assignObject () | |
| setTitleAndDescription () | |
| createActionDispatcherGUI () | |
| 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... | |
| addAdoptContentLinkToToolbar () | |
| addAvailabilityPeriodButtonToToolbar (ilToolbarGUI $toolbar) | |
| 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... | |
| 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... | |
Private Member Functions | |
| moveFileToStorage () | |
| checkUserWriteRight () | |
| checkAccessToRolesTab () | |
Private Attributes | |
| ilPropertyFormGUI | $form_gui | 
| UserGUIRequest | $user_request | 
| ilHelpGUI | $help | 
| ilTabsGUI | $tabs | 
| ilMailMimeSenderFactory | $mail_sender_factory | 
| FileUpload | $uploads | 
| ResourceStorageServices | $irss | 
| ResourceStakeholder | $stakeholder | 
| ilUserProfile | $user_profile | 
| string | $requested_letter = '' | 
| string | $requested_baseClass = '' | 
| string | $requested_search = '' | 
| array | $back_target | 
| bool | $update | 
| array | $selectable_roles | 
| int | $default_role | 
| string | $default_layout_and_style | 
| ilUserDefinedFields | $user_defined_fields | 
| int | $usrf_ref_id | 
| Conductor | $legal_documents | 
Class ilObjUserGUI.
Definition at line 35 of file class.ilObjUserGUI.php.
| ilObjUserGUI::__buildFilterSelect | ( | ) | 
Definition at line 1729 of file class.ilObjUserGUI.php.
References ilLegacyFormElementsUtil\formSelect(), ilSession\get(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilObjUserGUI::__checkUserDefinedRequiredFields | ( | ) | 
Definition at line 236 of file class.ilObjUserGUI.php.
References ilUserDefinedFields\_getInstance().
 Here is the call graph for this function:| ilObjUserGUI::__getDateSelect | ( | string | $a_type, | 
| string | $a_varname, | ||
| string | $a_selected | ||
| ) | 
Definition at line 1666 of file class.ilObjUserGUI.php.
References ilLegacyFormElementsUtil\formSelect(), and ILIAS\Repository\int().
 Here is the call graph for this function:| ilObjUserGUI::__sendProfileMail | ( | ) | 
Definition at line 1792 of file class.ilObjUserGUI.php.
References $DIC, ILIAS\LTI\ToolProvider\$key, ilMail\_getInstallationSignature(), ilObjUser\_lookupId(), ANONYMOUS_USER_ID, ilPersonalProfileGUI\CHANGE_EMAIL_CMD, exit, ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilUtil\stripSlashes().
Referenced by loadUserDefinedDataFromForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjUserGUI::__showUserDefinedFields | ( | ) | 
Definition at line 249 of file class.ilObjUserGUI.php.
References ilUserDefinedFields\_getInstance(), ilLegacyFormElementsUtil\formSelect(), ilSession\get(), ILIAS\Repository\object(), ilLegacyFormElementsUtil\prepareFormOutput(), and UDF_TYPE_TEXT.
 Here is the call graph for this function:| ilObjUserGUI::__toUnix | ( | array | $a_time_arr | ) | 
Definition at line 1712 of file class.ilObjUserGUI.php.
| ilObjUserGUI::__unsetSessionVariables | ( | ) | 
Definition at line 1724 of file class.ilObjUserGUI.php.
References ilSession\clear().
 Here is the call graph for this function:
      
  | 
  protected | 
should be overwritten to add object specific items (repository items are preloaded)
Definition at line 1751 of file class.ilObjUserGUI.php.
References ilFrameTargetInfo\_getFrame(), ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\locator(), ILIAS\Repository\object(), ROLE_FOLDER_ID, SYSTEM_FOLDER_ID, and USER_FOLDER_ID.
 Here is the call graph for this function:| ilObjUserGUI::applyFilterObject | ( | ) | 
Definition at line 1650 of file class.ilObjUserGUI.php.
References roleassignmentObject().
 Here is the call graph for this function:| ilObjUserGUI::assignSaveObject | ( | ) | 
Definition at line 1551 of file class.ilObjUserGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\object(), SYSTEM_ROLE_ID, and SYSTEM_USER_ID.
 Here is the call graph for this function:| ilObjUserGUI::cancelObject | ( | ) | 
Definition at line 152 of file class.ilObjUserGUI.php.
References ilSession\clear(), and ILIAS\Repository\ctrl().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 1994 of file class.ilObjUserGUI.php.
References ILIAS\Repository\access(), ANONYMOUS_USER_ID, ILIAS\Repository\int(), ILIAS\Repository\object(), ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
Referenced by getTabs(), and roleassignmentObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 1963 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().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjUserGUI::createObject | ( | ) | 
Display user create form.
Definition at line 355 of file class.ilObjUserGUI.php.
References initCreate(), initForm(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilObjUserGUI::editObject | ( | ) | 
Definition at line 521 of file class.ilObjUserGUI.php.
References checkUserWriteRight(), getValues(), initForm(), and USER_FOLDER_ID.
Referenced by removeUserPictureObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjUserGUI::executeCommand | ( | ) | 
Definition at line 106 of file class.ilObjUserGUI.php.
References ILIAS\Repository\ctrl(), ilLearningProgressBaseGUI\LP_CONTEXT_USER_FOLDER, ILIAS\Repository\object(), ilObjectGUI\prepareOutput(), and USER_FOLDER_ID.
 Here is the call graph for this function:| ilObjUserGUI::getAdminTabs | ( | ) | 
Definition at line 163 of file class.ilObjUserGUI.php.
References getTabs().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 168 of file class.ilObjUserGUI.php.
References ilObjUserTracking\_enabledLearningProgress(), ilObjUserTracking\_enabledUserRelatedData(), checkAccessToRolesTab(), ILIAS\Repository\ctrl(), ilSession\get(), ILIAS\Repository\help(), and ILIAS\Repository\lng().
Referenced by getAdminTabs().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjUserGUI::getValues | ( | ) | 
Definition at line 836 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().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Handles ignored required fields by changing the required flag of form elements.
Definition at line 1925 of file class.ilObjUserGUI.php.
References ilUserDefinedFields\_getInstance(), and ilUserDefinedFields\getDefinitions().
Referenced by loadUserDefinedDataFromForm(), and saveObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjUserGUI::initCreate | ( | ) | 
Definition at line 293 of file class.ilObjUserGUI.php.
References ILIAS\LTI\ToolProvider\$key, 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().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjUserGUI::initForm | ( | string | $a_mode | ) | 
Init user form.
Definition at line 919 of file class.ilObjUserGUI.php.
References $_SERVER, Vendor\Package\$a, Vendor\Package\$e, ilObjectGUI\$id, $lang, XapiProxy\$req, ilObjectGUI\$settings, ilAuthUtils\_getActiveAuthModes(), ilAuthUtils\_getAuthModeName(), ilUserDefinedFields\_getInstance(), ilObjUser\_getLastHistoryDataByUserId(), ilObjUser\_getPersonalPicturePath(), ilAuthUtils\_isExternalAccountEnabled(), ilSystemStyleSettings\_lookupActivatedStyle(), ILIAS\Repository\ctrl(), ilDatePresentation\formatDate(), ilAuthUtils\getAuthModeTranslation(), ilUserDefinedFields\getChangeableLocalUserAdministrationDefinitions(), ilUserDefinedFields\getDefinitions(), ilCustomUserFieldsHelper\getInstance(), ilSecuritySettingsChecker\getPasswordRequirementsInfo(), IL_CAL_UNIX, ILIAS\Repository\int(), isSettingChangeable(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilImageFileInputGUI\setImage(), ilSelectInputGUI\setOptions(), ilFormPropertyGUI\setRequired(), ilTextAreaInputGUI\setRows(), ILIAS\Repository\settings(), ilPasswordInputGUI\setUseStripSlashes(), ilRadioGroupInputGUI\setValue(), SYSTEM_ROLE_ID, SYSTEM_USER_ID, ILIAS\Repository\user(), USER_FOLDER_ID, and ilUtil\yn2tf().
Referenced by createObject(), editObject(), loadUserDefinedDataFromForm(), and saveObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 1416 of file class.ilObjUserGUI.php.
References ilObjectGUI\$settings, ILIAS\Repository\settings(), and USER_FOLDER_ID.
Referenced by initForm(), loadUserDefinedDataFromForm(), loadValuesFromForm(), and saveObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 668 of file class.ilObjUserGUI.php.
References Vendor\Package\$e, Vendor\Package\$f, ilObjectGUI\$object, ilObjectGUI\$user, __sendProfileMail(), ilAuthUtils\_allowPasswordModificationByAuthMode(), ilAuthUtils\_getAuthMode(), ilUserDefinedFields\_getInstance(), checkUserWriteRight(), ILIAS\Repository\ctrl(), ilUserDefinedFields\getChangeableLocalUserAdministrationDefinitions(), ilUserDefinedFields\getDefinitions(), handleIgnoredRequiredFields(), initForm(), ILIAS\Repository\int(), isSettingChangeable(), ILIAS\Repository\lng(), loadValuesFromForm(), ILIAS\Repository\object(), ilObjUser\PASSWD_PLAIN, ILIAS\Repository\settings(), ilObjUser\setUserDefinedData(), SYSTEM_ROLE_ID, SYSTEM_USER_ID, ilObject\update(), ilObjectGUI\updateObject(), uploadUserPicture(), ILIAS\Repository\user(), and USER_FOLDER_ID.
Referenced by saveObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 535 of file class.ilObjUserGUI.php.
References 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(), ilObjUser\setZipcode(), and ILIAS\Repository\user().
Referenced by loadUserDefinedDataFromForm(), and saveObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 1464 of file class.ilObjUserGUI.php.
References ILIAS\FileUpload\FileUpload\getResults(), and ILIAS\Repository\object().
Referenced by uploadUserPicture().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjUserGUI::removeUserPictureObject | ( | ) | 
Definition at line 1517 of file class.ilObjUserGUI.php.
References editObject(), ilFileUtils\getWebspaceDir(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilObjUserGUI::resetFilterObject | ( | ) | 
Definition at line 1658 of file class.ilObjUserGUI.php.
References roleassignmentObject().
 Here is the call graph for this function:| ilObjUserGUI::roleassignmentObject | ( | ) | 
Definition at line 1621 of file class.ilObjUserGUI.php.
References checkAccessToRolesTab(), ILIAS\Repository\ctrl(), ilSession\get(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilSession\set(), and ILIAS\Repository\tabs().
Referenced by applyFilterObject(), and resetFilterObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjUserGUI::saveObject | ( | ) | 
save user data
Definition at line 370 of file class.ilObjUserGUI.php.
References ilAuthUtils\_isExternalAccountEnabled(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), handleIgnoredRequiredFields(), initCreate(), initForm(), ILIAS\Repository\int(), isSettingChangeable(), ILIAS\Repository\lng(), loadUserDefinedDataFromForm(), loadValuesFromForm(), ilObjUser\PASSWD_PLAIN, ILIAS\Repository\settings(), SYSTEM_ROLE_ID, SYSTEM_USER_ID, uploadUserPicture(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilObjUserGUI::setBackTarget | ( | string | $a_text, | 
| string | $a_link | ||
| ) | 
set back tab target
Definition at line 229 of file class.ilObjUserGUI.php.
      
  | 
  protected | 
Definition at line 138 of file class.ilObjUserGUI.php.
References ilUtil\getImagePath(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
 Here is the call graph for this function:
      
  | 
  protected | 
upload user image (original method by ratana ty)
Definition at line 1434 of file class.ilObjUserGUI.php.
References ILIAS\Repository\lng(), and moveFileToStorage().
Referenced by loadUserDefinedDataFromForm(), and saveObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 55 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 59 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 58 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 37 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 39 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 44 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 63 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 41 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 50 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 49 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 51 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 57 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 45 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 40 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 56 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 43 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 60 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 47 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 38 of file class.ilObjUserGUI.php.
      
  | 
  private | 
Definition at line 62 of file class.ilObjUserGUI.php.