ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilObjUserGUI. More...
Public Member Functions | |
__construct ($a_data, $a_id, $a_call_by_reference=false, $a_prepare_output=true) | |
Constructor public. More... | |
executeCommand () | |
setTitleAndDescription () | |
cancelObject () | |
getAdminTabs () | |
admin and normal tabs are equal for roles More... | |
getTabs () | |
get tabs More... | |
setBackTarget ($a_text, $a_link) | |
set back tab target More... | |
__checkUserDefinedRequiredFields () | |
display user create form More... | |
__showUserDefinedFields () | |
initCreate () | |
createObject () | |
Display user create form. More... | |
saveObject () | |
save user data public More... | |
editObject () | |
Display user edit form. More... | |
updateObject () | |
Update user. More... | |
getValues () | |
Get values from user object and put them into form. More... | |
uploadUserPictureObject () | |
upload user image More... | |
removeUserPictureObject () | |
remove user image More... | |
assignSaveObject () | |
assign users to role More... | |
roleassignmentObject () | |
display roleassignment panel More... | |
applyFilterObject () | |
Apply filter. More... | |
resetFilterObject () | |
Reset filter. More... | |
__getDateSelect ($a_type, $a_varname, $a_selected) | |
__toUnix ($a_time_arr) | |
__unsetSessionVariables () | |
__buildFilterSelect () | |
hitsperpageObject () | |
addAdminLocatorItems ($a_do_not_add_object=false) | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
showUpperIcon () | |
Public Member Functions inherited from ilObjectGUI | |
executeCommand () | |
execute command More... | |
withReferences () | |
determines wether objects are referenced or not (got ref ids or not) More... | |
setCreationMode ($a_mode=true) | |
if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui More... | |
getCreationMode () | |
get creation mode More... | |
prepareOutput ($a_show_subobjects=true) | |
prepare output More... | |
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 public More... | |
createObject () | |
create new object form More... | |
cancelCreation () | |
cancel create action and go back to repository parent More... | |
saveObject () | |
save object More... | |
getDidacticTemplateVar ($a_type) | |
Get didactic template setting from creation screen. More... | |
putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
Add object to tree at given position. More... | |
editObject () | |
edit object More... | |
addExternalEditFormCustom (ilPropertyFormGUI $a_form) | |
updateObject () | |
updates object entry in object_data More... | |
getFormAction ($a_cmd, $a_formaction="") | |
get form action for command (command is method name without "Object", e.g. More... | |
isVisible ($a_ref_id, $a_type) | |
viewObject () | |
list childs of current object More... | |
deleteObject ($a_error=false) | |
Display deletion confirmation screen. More... | |
cloneAllObject () | |
Clone single (not container object) Method is overwritten in ilContainerGUI. More... | |
Static Public Member Functions | |
static | _goto ($a_target) |
Goto user profile screen. More... | |
Static Public Member Functions inherited from ilObjectGUI | |
static | _gotoRepositoryRoot ($a_raise_error=false) |
Goto repository root. More... | |
static | _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset") |
Goto repository root. More... | |
Data Fields | |
$ilCtrl | |
$gender | |
$type | |
$user_ref_id | |
Data Fields inherited from ilObjectGUI | |
const | COPY_WIZARD_NEEDS_PAGE = 1 |
$objDefinition | |
$tpl | |
$tree | |
$lng | |
$data | |
$object | |
$ref_id | |
$obj_id | |
$maxcount | |
$formaction | |
$return_location | |
$target_frame | |
$tab_target_script | |
$actions | |
$sub_objects | |
$omit_locator = false | |
const | CFORM_NEW = 1 |
const | CFORM_IMPORT = 2 |
const | CFORM_CLONE = 3 |
Protected Member Functions | |
loadValuesFromForm ($a_mode='create') | |
isSettingChangeable ($a_field) | |
Check if setting is visible This is the case when called from user folder. More... | |
handleIgnoredRequiredFields () | |
Handles ignored required fields by changing the required flag of form elements. More... | |
Protected Member Functions inherited from ilObjectGUI | |
assignObject () | |
setTitleAndDescription () | |
called by prepare output More... | |
initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
Add header action menu. More... | |
insertHeaderAction ($a_list_gui) | |
Insert header action into main template. More... | |
addHeaderAction () | |
Add header action menu. More... | |
redrawHeaderActionObject () | |
Ajax call: redraw action header only. More... | |
showMountWebfolderIcon () | |
setTabs () | |
set admin tabs public More... | |
setAdminTabs () | |
set admin tabs public More... | |
setLocator () | |
set Locator More... | |
addLocatorItems () | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
omitLocator ($a_omit=true) | |
addAdminLocatorItems ($a_do_not_add_object=false) | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
initCreationForms ($a_new_type) | |
Init creation froms. More... | |
getCreationFormsHTML (array $a_forms) | |
Get HTML for creation forms (accordion) More... | |
initCreateForm ($a_new_type) | |
Init object creation form. More... | |
initDidacticTemplate (ilPropertyFormGUI $form) | |
Show didactic template types. More... | |
addDidacticTemplateOptions (array &$a_options) | |
Add custom templates. More... | |
afterSave (ilObject $a_new_object) | |
Post (successful) object creation hook. More... | |
initEditForm () | |
Init object edit form. More... | |
initEditCustomForm (ilPropertyFormGUI $a_form) | |
Add custom fields to update form. More... | |
getEditFormValues () | |
Get values for edit form. More... | |
getEditFormCustomValues (array &$a_values) | |
Add values to custom edit fields. More... | |
validateCustom (ilPropertyFormGUI $a_form) | |
Validate custom values (if not possible with checkInput()) More... | |
updateCustom (ilPropertyFormGUI $a_form) | |
Insert custom update form values into object. More... | |
afterUpdate () | |
Post (successful) object update hook. More... | |
initImportForm ($a_new_type) | |
Init object import form. More... | |
importFileObject ($parent_id=null, $a_catch_errors=true) | |
Import. More... | |
afterImport (ilObject $a_new_object) | |
Post (successful) object import hook. More... | |
setFormAction ($a_cmd, $a_formaction) | |
set specific form action for command More... | |
getReturnLocation ($a_cmd, $a_location="") | |
get return location for command (command is method name without "Object", e.g. More... | |
setReturnLocation ($a_cmd, $a_location) | |
set specific return location for command More... | |
getTargetFrame ($a_cmd, $a_target_frame="") | |
get target frame for command (command is method name without "Object", e.g. More... | |
setTargetFrame ($a_cmd, $a_target_frame) | |
set specific target frame for command More... | |
showPossibleSubObjects () | |
show possible subobjects (pulldown menu) More... | |
getTemplateFile ($a_cmd, $a_type="") | |
get a template blockfile format: tpl. More... | |
getTabs () | |
get tabs abstract method. More... | |
__showButton ($a_cmd, $a_text, $a_target='') | |
hitsperpageObject () | |
& | __initTableGUI () |
__setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
standard implementation for tables use 'from' variable use different initial setting of table More... | |
redirectToRefId ($a_ref_id, $a_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 $_GET["ref_id"] value More... | |
fillCloneTemplate ($a_tpl_varname, $a_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... | |
setColumnSettings (ilColumnGUI $column_gui) | |
May be overwritten in subclasses. More... | |
checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
Check permission and redirect on error. More... | |
checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
Check permission. More... | |
enableDragDropFileUpload () | |
Enables the file upload into this object by dropping files. More... | |
handleAutoRating (ilObject $a_new_obj) | |
Activate rating automatically if parent container setting. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilObjectGUI | |
$ilErr | |
$locator | |
$user | |
$access | |
$settings | |
$rbacreview | |
$toolbar | |
$rbacsystem | |
$tmp_import_dir | |
$tabs_gui = null | |
$ctrl | |
Class ilObjUserGUI.
ilObjUserGUI: ilLearningProgressGUI, ilObjectOwnershipManagementGUI
Definition at line 17 of file class.ilObjUserGUI.php.
ilObjUserGUI::__construct | ( | $a_data, | |
$a_id, | |||
$a_call_by_reference = false , |
|||
$a_prepare_output = true |
|||
) |
Constructor public.
Definition at line 46 of file class.ilObjUserGUI.php.
References $_GET, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$ref_id, array, and object.
ilObjUserGUI::__buildFilterSelect | ( | ) |
Definition at line 2125 of file class.ilObjUserGUI.php.
References $_SESSION, $action, and ilUtil\formSelect().
Referenced by roleassignmentObject().
ilObjUserGUI::__checkUserDefinedRequiredFields | ( | ) |
display user create form
Definition at line 216 of file class.ilObjUserGUI.php.
References $_POST, and ilUserDefinedFields\_getInstance().
ilObjUserGUI::__getDateSelect | ( | $a_type, | |
$a_varname, | |||
$a_selected | |||
) |
Definition at line 2064 of file class.ilObjUserGUI.php.
References $a_type, $i, date, ilUtil\formSelect(), and time.
ilObjUserGUI::__showUserDefinedFields | ( | ) |
Definition at line 230 of file class.ilObjUserGUI.php.
References $_SESSION, $name, $old, ilUserDefinedFields\_getInstance(), ilUtil\formSelect(), object, ilUtil\prepareFormOutput(), and UDF_TYPE_TEXT.
ilObjUserGUI::__toUnix | ( | $a_time_arr | ) |
Definition at line 2105 of file class.ilObjUserGUI.php.
ilObjUserGUI::__unsetSessionVariables | ( | ) |
|
static |
Goto user profile screen.
Definition at line 2257 of file class.ilObjUserGUI.php.
References $_GET, $ilCtrl, $ilUser, ilObjUser\_lookupId(), array, exit, and ilUtil\stripSlashes().
ilObjUserGUI::addAdminLocatorItems | ( | $a_do_not_add_object = false | ) |
should be overwritten to add object specific items (repository items are preloaded)
Definition at line 2147 of file class.ilObjUserGUI.php.
References $_GET, ilFrameTargetInfo\_getFrame(), ilObject\_lookupObjId(), ilObject\_lookupType(), array, object, and USER_FOLDER_ID.
ilObjUserGUI::applyFilterObject | ( | ) |
Apply filter.
Definition at line 2043 of file class.ilObjUserGUI.php.
References roleassignmentObject().
ilObjUserGUI::assignSaveObject | ( | ) |
assign users to role
public
Definition at line 1835 of file class.ilObjUserGUI.php.
References $_GET, $_POST, ilObjectGUI\$rbacreview, ilObjectGUI\$rbacsystem, array, object, ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilObjUserGUI::cancelObject | ( | ) |
Definition at line 120 of file class.ilObjUserGUI.php.
References $_GET, and ilSession\clear().
ilObjUserGUI::createObject | ( | ) |
Display user create form.
Definition at line 331 of file class.ilObjUserGUI.php.
References $ilUser, ilObjectGUI\$rbacreview, ilObjectGUI\$rbacsystem, ilObjectGUI\$tpl, and initCreate().
ilObjUserGUI::editObject | ( | ) |
Display user edit form.
public
Definition at line 503 of file class.ilObjUserGUI.php.
References $ilCtrl, $ilSetting, $ilUser, ilObjectGUI\$rbacreview, ilObjectGUI\$rbacsystem, ilObjectGUI\$settings, getValues(), and USER_FOLDER_ID.
Referenced by removeUserPictureObject().
ilObjUserGUI::executeCommand | ( | ) |
Definition at line 71 of file class.ilObjUserGUI.php.
References ilObjectGUI\$rbacsystem, ilLearningProgressBaseGUI\LP_CONTEXT_USER_FOLDER, object, ilObjectGUI\prepareOutput(), and USER_FOLDER_ID.
ilObjUserGUI::getAdminTabs | ( | ) |
admin and normal tabs are equal for roles
Definition at line 136 of file class.ilObjUserGUI.php.
References getTabs().
ilObjUserGUI::getTabs | ( | ) |
get tabs
Definition at line 144 of file class.ilObjUserGUI.php.
References $_GET, $_SESSION, ilObjectGUI\$rbacsystem, ilObjUserTracking\_enabledLearningProgress(), ilObjUserTracking\_enabledUserRelatedData(), and array.
Referenced by getAdminTabs().
ilObjUserGUI::getValues | ( | ) |
Get values from user object and put them into form.
Definition at line 862 of file class.ilObjUserGUI.php.
References $_SERVER, $counter, ilObjectGUI\$data, $id, $ilCtrl, $ilSetting, $ilUser, $info, $l, $lang, ilObjectGUI\$lng, $name, $options, $req, ilObjectGUI\$settings, $style, ilAuthUtils\_getActiveAuthModes(), ilAuthUtils\_getAuthModeName(), ilUserDefinedFields\_getInstance(), ilObjUser\_getLastHistoryDataByUserId(), ilDiskQuotaActivationChecker\_isActive(), ilAuthUtils\_isExternalAccountEnabled(), ilDiskQuotaActivationChecker\_isPersonalWorkspaceActive(), ilSystemStyleSettings\_lookupActivatedStyle(), ilDiskQuotaChecker\_lookupDiskQuota(), ilDiskQuotaChecker\_lookupDiskUsage(), ilObjUser\_lookupLogin(), ilDiskQuotaChecker\_lookupPersonalWorkspaceDiskQuota(), array, ilUtil\Bytes2MB(), ilDatePresentation\formatDate(), ilUtil\formatSize(), ilAuthUtils\getAuthModeTranslation(), ilDiskQuotaHandler\getFilesizeByOwner(), ilDiskQuotaHandler\getFilesizeByTypeAndOwner(), ilUtil\getPasswordRequirementsInfo(), IL_CAL_DATE, IL_CAL_DATETIME, IL_CAL_UNIX, isSettingChangeable(), object, ilCheckboxInputGUI\setChecked(), ilImageFileInputGUI\setImage(), ilFormPropertyGUI\setInfo(), ilFormPropertyGUI\setMulti(), ilSelectInputGUI\setOptions(), ilFormPropertyGUI\setRequired(), ilTextAreaInputGUI\setRows(), ilTextInputGUI\setSize(), ilPasswordInputGUI\setUseStripSlashes(), ilCheckboxInputGUI\setValue(), ilRadioGroupInputGUI\setValue(), ilNonEditableValueGUI\setValue(), UDF_TYPE_TEXT, UDF_TYPE_WYSIWYG, USER_FOLDER_ID, and ilUtil\yn2tf().
Referenced by editObject().
|
protected |
Handles ignored required fields by changing the required flag of form elements.
protected
Definition at line 2331 of file class.ilObjUserGUI.php.
References ilUserDefinedFields\_getInstance(), ilTermsOfServiceHelper\getCurrentAcceptanceForUser(), ilUserProfile\getIgnorableRequiredSettings(), and ilCheckboxInputGUI\setValue().
Referenced by saveObject(), and updateObject().
ilObjUserGUI::hitsperpageObject | ( | ) |
Definition at line 2137 of file class.ilObjUserGUI.php.
References roleassignmentObject().
ilObjUserGUI::initCreate | ( | ) |
Definition at line 273 of file class.ilObjUserGUI.php.
References $ilUser, $key, $keys, ilObjectGUI\$rbacreview, ilObjectGUI\$rbacsystem, ilObjectGUI\$tpl, ilObjRole\_getAssignUsersStatus(), array, object, and USER_FOLDER_ID.
Referenced by createObject(), and saveObject().
|
protected |
Check if setting is visible This is the case when called from user folder.
Otherwise (category local user account depend on a setting)
array | $settings | |
string | $a_field |
Definition at line 1689 of file class.ilObjUserGUI.php.
References $ilSetting, ilObjectGUI\$settings, and USER_FOLDER_ID.
Referenced by getValues(), loadValuesFromForm(), saveObject(), and updateObject().
|
protected |
object | $a_mode | [optional] |
Definition at line 541 of file class.ilObjUserGUI.php.
References $from, $ilSetting, $ilUser, ilObjectGUI\$object, ilObjectGUI\$user, IL_CAL_DATE, IL_CAL_UNIX, and isSettingChangeable().
Referenced by saveObject(), and updateObject().
ilObjUserGUI::removeUserPictureObject | ( | ) |
remove user image
Definition at line 1795 of file class.ilObjUserGUI.php.
References $file, editObject(), ilUtil\getWebspaceDir(), and ilUtil\sendSuccess().
ilObjUserGUI::resetFilterObject | ( | ) |
Reset filter.
Definition at line 2055 of file class.ilObjUserGUI.php.
References roleassignmentObject().
ilObjUserGUI::roleassignmentObject | ( | ) |
display roleassignment panel
public
Definition at line 1893 of file class.ilObjUserGUI.php.
References $_POST, $_SESSION, $counter, $ilUser, ilObjectGUI\$obj_id, $path, ilObjectGUI\$rbacreview, ilObjectGUI\$rbacsystem, $records, ilObjectGUI\$ref_id, $tab, $title, __buildFilterSelect(), ilObject\_getAllReferences(), ilSecuritySettings\_getInstance(), ilLink\_getLink(), ilObjRole\_getTranslation(), ilObject\_lookupType(), array, and object.
Referenced by applyFilterObject(), hitsperpageObject(), and resetFilterObject().
ilObjUserGUI::saveObject | ( | ) |
save user data public
Definition at line 349 of file class.ilObjUserGUI.php.
References $_GET, $_POST, $ilSetting, $ilUser, ilObjectGUI\$rbacsystem, ilObjectGUI\$tpl, ilDiskQuotaActivationChecker\_isActive(), ilAuthUtils\_isExternalAccountEnabled(), array, handleIgnoredRequiredFields(), IL_PASSWD_PLAIN, initCreate(), ilUserProfile\isProfileIncomplete(), isSettingChangeable(), loadValuesFromForm(), ilUtil\MB2Bytes(), ilUtil\sendInfo(), ilUtil\sendSuccess(), time, and uploadUserPictureObject().
ilObjUserGUI::setBackTarget | ( | $a_text, | |
$a_link | |||
) |
ilObjUserGUI::setTitleAndDescription | ( | ) |
Definition at line 107 of file class.ilObjUserGUI.php.
References ilUtil\getImagePath(), and object.
ilObjUserGUI::showUpperIcon | ( | ) |
Definition at line 2192 of file class.ilObjUserGUI.php.
References $_POST, $GLOBALS, $ilUser, ilMailOptions\getExternalEmailsByUser(), ilLanguage\loadLanguageModule(), object, and time.
ilObjUserGUI::updateObject | ( | ) |
Update user.
Definition at line 698 of file class.ilObjUserGUI.php.
References $_GET, $_POST, $ilSetting, $ilUser, ilObjectGUI\$rbacsystem, ilObjectGUI\$tpl, ilAuthUtils\_allowPasswordModificationByAuthMode(), ilAuthUtils\_getAuthMode(), ilDiskQuotaActivationChecker\_isActive(), ilDiskQuotaActivationChecker\_isPersonalWorkspaceActive(), ilObjUser\_resetLoginAttempts(), array, handleIgnoredRequiredFields(), IL_PASSWD_PLAIN, ilUserProfile\isProfileIncomplete(), isSettingChangeable(), loadValuesFromForm(), ilUtil\MB2Bytes(), object, ilUtil\sendFailure(), ilUtil\sendSuccess(), time, League\Flysystem\Adapter\Polyfill\update(), uploadUserPictureObject(), and USER_FOLDER_ID.
ilObjUserGUI::uploadUserPictureObject | ( | ) |
upload user image
(original method by ratana ty)
Definition at line 1715 of file class.ilObjUserGUI.php.
References $ilUser, ilObjectGUI\$rbacsystem, ilUtil\escapeShellArg(), ilUtil\execConvert(), ilUtil\getWebspaceDir(), ilUtil\isConvertVersionAtLeast(), ilUtil\sendFailure(), and USER_FOLDER_ID.
Referenced by saveObject(), and updateObject().
ilObjUserGUI::$gender |
Definition at line 26 of file class.ilObjUserGUI.php.
ilObjUserGUI::$ilCtrl |
Definition at line 19 of file class.ilObjUserGUI.php.
Referenced by __construct(), _goto(), editObject(), and getValues().
ilObjUserGUI::$type |
Definition at line 33 of file class.ilObjUserGUI.php.
ilObjUserGUI::$user_ref_id |
Definition at line 40 of file class.ilObjUserGUI.php.