ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilObjSetupUser A class derived from ilObjUser for authentication purposes in the ILIAS setup. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
Public Member Functions inherited from ilObjUser | |
__construct ($a_user_id=0, $a_call_by_reference=false) | |
Constructor public. More... | |
read () | |
loads a record "user" from database private More... | |
getPasswordEncodingType () | |
setPasswordEncodingType ($password_encryption_type) | |
getPasswordSalt () | |
setPasswordSalt ($password_salt) | |
assignData ($a_data) | |
loads a record "user" from array public More... | |
writeAccepted () | |
write accept date of user agreement to db More... | |
refreshLogin () | |
updates the login data of a "user" // TODO set date with now() should be enough public More... | |
updateLogin ($a_login) | |
update login name More... | |
writePref ($a_keyword, $a_value) | |
write userpref to user table private More... | |
deletePref ($a_keyword) | |
Deletes a userpref value of the user from the database public. More... | |
writePrefs () | |
write all userprefs private More... | |
getTimeZone () | |
get timezone of user More... | |
getTimeFormat () | |
get time format More... | |
getDateFormat () | |
get date format More... | |
setPref ($a_keyword, $a_value) | |
set a user preference More... | |
getPref ($a_keyword) | |
get a user preference More... | |
readPrefs () | |
get all user preferences private More... | |
delete () | |
deletes a user public More... | |
setFullname ($a_title="", $a_firstname="", $a_lastname="") | |
builds a string with title + firstname + lastname method is used to build fullname in member variable $this->fullname. More... | |
getFullname ($a_max_strlen=0) | |
get fullname public More... | |
setLogin ($a_str) | |
set login / username public More... | |
getLogin () | |
get login / username public More... | |
setPasswd ($a_str, $a_type=IL_PASSWD_PLAIN) | |
set password public More... | |
getPasswd () | |
get password More... | |
getPasswdType () | |
get password type More... | |
setGender ($a_str) | |
set gender public More... | |
getGender () | |
get gender public More... | |
setUTitle ($a_str) | |
set user title (note: don't mix up this method with setTitle() that is derived from ilObject and sets the user object's title) public More... | |
getUTitle () | |
get user title (note: don't mix up this method with getTitle() that is derived from ilObject and gets the user object's title) public More... | |
setFirstname ($a_str) | |
set firstname public More... | |
getFirstname () | |
get firstname public More... | |
setLastname ($a_str) | |
set lastame public More... | |
getLastname () | |
get lastname public More... | |
setInstitution ($a_str) | |
set institution public More... | |
getInstitution () | |
get institution public More... | |
setDepartment ($a_str) | |
set department public More... | |
getDepartment () | |
get department public More... | |
setStreet ($a_str) | |
set street public More... | |
getStreet () | |
get street public More... | |
setCity ($a_str) | |
set city public More... | |
getCity () | |
get city public More... | |
setZipcode ($a_str) | |
set zipcode public More... | |
getZipcode () | |
get zipcode public More... | |
setCountry ($a_str) | |
Set country (free text) More... | |
getCountry () | |
Get country (free text) More... | |
setSelectedCountry ($a_val) | |
Set selected country (selection drop down) More... | |
getSelectedCountry () | |
Get selected country (selection drop down) More... | |
setPhoneOffice ($a_str) | |
set office phone public More... | |
getPhoneOffice () | |
get office phone public More... | |
setPhoneHome ($a_str) | |
set home phone public More... | |
getPhoneHome () | |
get home phone public More... | |
setPhoneMobile ($a_str) | |
set mobile phone public More... | |
getPhoneMobile () | |
get mobile phone public More... | |
setFax ($a_str) | |
set fax public More... | |
getFax () | |
get fax public More... | |
setClientIP ($a_str) | |
set client ip number public More... | |
getClientIP () | |
get client ip number public More... | |
setMatriculation ($a_str) | |
set matriculation number public More... | |
getMatriculation () | |
get matriculation number public More... | |
setEmail ($a_str) | |
set email public More... | |
getEmail () | |
get email address public More... | |
setHobby ($a_str) | |
set hobby public More... | |
getHobby () | |
get hobby public More... | |
setLanguage ($a_str) | |
set user language public More... | |
getLanguage () | |
returns a 2char-language-string public More... | |
setDiskQuota ($a_disk_quota) | |
Sets the minimal disk quota imposed by this user account. More... | |
getDiskQuota () | |
Returns the minimal disk quota imposed by this user account. More... | |
getPersonalWorkspaceDiskQuota () | |
setLastPasswordChangeTS ($a_last_password_change_ts) | |
getLastPasswordChangeTS () | |
getCurrentLanguage () | |
returns the current language (may differ from user's pref setting!) More... | |
setCurrentLanguage ($a_val) | |
Set current language. More... | |
setLastLogin ($a_str) | |
set user's last login public More... | |
getLastLogin () | |
returns last login date public More... | |
setLastUpdate ($a_str) | |
set last update of user data set public More... | |
getLastUpdate () | |
setComment ($a_str) | |
set referral comment public More... | |
getComment () | |
get referral comment public More... | |
setApproveDate ($a_str) | |
set date the user account was activated null indicates that the user has not yet been activated public More... | |
getApproveDate () | |
get the date when the user account was approved public More... | |
getAgreeDate () | |
get the date when the user accepted the user agreement public More... | |
setAgreeDate ($a_str) | |
set date the user account was accepted by the user nullindicates that the user has not accepted his account public More... | |
setActive ($a_active, $a_owner=0) | |
set user active state and updates system fields appropriately public More... | |
getActive () | |
get user active state public More... | |
syncActive () | |
synchronizes current and stored user active values for the owner value to be set correctly, this function should only be called when an admin is approving a user account public More... | |
getStoredActive ($a_id) | |
get user active state More... | |
setSkin ($a_str) | |
set user skin (template set) public More... | |
setTimeLimitOwner ($a_owner) | |
getTimeLimitOwner () | |
setTimeLimitFrom ($a_from) | |
getTimeLimitFrom () | |
setTimeLimitUntil ($a_until) | |
getTimeLimitUntil () | |
setTimeLimitUnlimited ($a_unlimited) | |
getTimeLimitUnlimited () | |
setTimeLimitMessage ($a_time_limit_message) | |
getTimeLimitMessage () | |
setLoginAttempts ($a_login_attempts) | |
getLoginAttempts () | |
checkTimeLimit () | |
setProfileIncomplete ($a_prof_inc) | |
getProfileIncomplete () | |
isPasswordChangeDemanded () | |
isPasswordExpired () | |
getPasswordAge () | |
setLastPasswordChangeToNow () | |
resetLastPasswordChange () | |
setLatitude ($a_latitude) | |
Set Latitude. More... | |
getLatitude () | |
Get Latitude. More... | |
setLongitude ($a_longitude) | |
Set Longitude. More... | |
getLongitude () | |
Get Longitude. More... | |
setLocationZoom ($a_locationzoom) | |
Set Location Zoom. More... | |
getLocationZoom () | |
Get Location Zoom. More... | |
checkUserId () | |
isCurrentUserActive () | |
getLoginByUserId ($a_userid) | |
addDesktopItem ($a_item_id, $a_type, $a_par="") | |
add an item to user's personal desktop More... | |
setDesktopItemParameters ($a_item_id, $a_type, $a_par) | |
set parameters of a desktop item entry More... | |
dropDesktopItem ($a_item_id, $a_type) | |
drop an item from user's personal desktop More... | |
isDesktopItem ($a_item_id, $a_type) | |
check wether an item is on the users desktop or not More... | |
getDesktopItems ($a_types="") | |
addObjectToClipboard ($a_item_id, $a_type, $a_title, $a_parent=0, $a_time=0, $a_order_nr=0) | |
add an item to user's personal clipboard More... | |
addToPCClipboard ($a_content, $a_time, $a_nr) | |
Add a page content item to PC clipboard (should go to another class) More... | |
getPCClipboardContent () | |
Add a page content item to PC clipboard (should go to another class) More... | |
clipboardHasObjectsOfType ($a_type) | |
Check whether clipboard has objects of a certain type. More... | |
clipboardDeleteObjectsOfType ($a_type) | |
Delete objects of type for user. More... | |
clipboardDeleteAll () | |
Delete objects of type for user. More... | |
getClipboardObjects ($a_type="", $a_top_nodes_only=false) | |
get all clipboard objects of user and specified type More... | |
getClipboardChilds ($a_parent, $a_insert_time) | |
Get childs of an item. More... | |
removeObjectFromClipboard ($a_item_id, $a_type) | |
remove object from user's personal clipboard More... | |
getOrgUnitsRepresentation () | |
setAuthMode ($a_str) | |
set auth mode public More... | |
getAuthMode ($a_auth_key=false) | |
get auth mode public More... | |
setExternalAccount ($a_str) | |
set external account More... | |
getExternalAccount () | |
get external account More... | |
getPersonalPicturePath ($a_size="small", $a_force_pic=false) | |
Get path to personal picture. More... | |
removeUserPicture ($a_do_update=true) | |
Remove user picture. More... | |
setUserDefinedData ($a_data) | |
getUserDefinedData () | |
updateUserDefinedFields () | |
readUserDefinedFields () | |
addUserDefinedFieldEntry () | |
deleteUserDefinedFieldEntries () | |
hasPublicProfile () | |
returns true if public is profile, false otherwise More... | |
getPublicName () | |
returns firstname lastname and login if profile is public, login otherwise More... | |
setBirthday ($a_birthday) | |
getBirthday () | |
resetOwner () | |
isCaptchaVerified () | |
Is user captcha verified? More... | |
setCaptchaVerified ($a_val) | |
Set captcha verified. More... | |
exportPersonalData () | |
Export personal data. More... | |
getPersonalDataExportFile () | |
Get personal data export file. More... | |
sendPersonalDataFile () | |
Send personal data file. More... | |
importPersonalData ($a_file, $a_profile_data, $a_settings, $a_bookmarks, $a_notes, $a_calendar) | |
Import personal data. More... | |
setInactivationDate ($inactivation_date) | |
setter for inactivation date More... | |
getInactivationDate () | |
getter for inactivation date More... | |
hasToAcceptTermsOfService () | |
hasToAcceptTermsOfServiceInSession ($status=null) | |
isAnonymous () | |
activateDeletionFlag () | |
removeDeletionFlag () | |
hasDeletionFlag () | |
setIsSelfRegistered ($status) | |
isSelfRegistered () | |
setGeneralInterests (array $value=null) | |
Set general interests. More... | |
getGeneralInterests () | |
Get general interests. More... | |
getGeneralInterestsAsText () | |
Get general interests as plain text. More... | |
setOfferingHelp (array $value=null) | |
Set help offering. More... | |
getOfferingHelp () | |
Get help offering. More... | |
getOfferingHelpAsText () | |
Get help offering as plain text. More... | |
setLookingForHelp (array $value=null) | |
Set help looking for. More... | |
getLookingForHelp () | |
Get help looking for. More... | |
getLookingForHelpAsText () | |
Get help looking for as plain text. More... | |
updateMultiTextFields ($a_create=false) | |
Write multi-text values to DB. More... | |
Public Member Functions inherited from ilObject | |
__construct ($a_id=0, $a_reference=true) | |
Constructor public. More... | |
withReferences () | |
determines wehter objects are referenced or not (got ref ids or not) More... | |
read () | |
read object data from db into object More... | |
getId () | |
get object id public More... | |
setId ($a_id) | |
set object id public More... | |
setRefId ($a_id) | |
set reference id public More... | |
getRefId () | |
get reference id public More... | |
getType () | |
get object type public More... | |
setType ($a_type) | |
set object type public More... | |
getPresentationTitle () | |
get presentation title Normally same as title Overwritten for sessions More... | |
getTitle () | |
get object title public More... | |
getUntranslatedTitle () | |
get untranslated object title public More... | |
setTitle ($a_title) | |
set object title More... | |
getDescription () | |
get object description More... | |
setDescription ($a_desc) | |
set object description More... | |
getLongDescription () | |
get object long description (stored in object_description) More... | |
getImportId () | |
get import id More... | |
setImportId ($a_import_id) | |
set import id More... | |
getOwner () | |
get object owner More... | |
getOwnerName () | |
setOwner ($a_owner) | |
set object owner More... | |
getCreateDate () | |
get create date public More... | |
getLastUpdateDate () | |
get last update date public More... | |
getDiskUsage () | |
Gets the disk usage of the object in bytes. More... | |
create () | |
create More... | |
update () | |
update object in db More... | |
MDUpdateListener ($a_element) | |
Meta data update listener. More... | |
createMetaData () | |
create meta data entry More... | |
updateMetaData () | |
update meta data entry More... | |
deleteMetaData () | |
delete meta data entry More... | |
updateOwner () | |
update owner of object in db More... | |
putInTree ($a_parent_ref) | |
maybe this method should be in tree object!? More... | |
setPermissions ($a_parent_ref) | |
set permissions of object More... | |
setParentRolePermissions ($a_parent_ref) | |
Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g courses, groups for building permission intersections with non_member templates. More... | |
createReference () | |
creates reference for object More... | |
countReferences () | |
count references of object More... | |
delete () | |
delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! More... | |
initDefaultRoles () | |
init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) public More... | |
applyDidacticTemplate ($a_tpl_id) | |
Apply template. More... | |
setRegisterMode ($a_bool) | |
isUserRegistered ($a_user_id=0) | |
requireRegistration () | |
getXMLZip () | |
getHTMLDirectory () | |
cloneObject ($a_target_id, $a_copy_id=0, $a_omit_tree=false) | |
Clone object permissions, put in tree ... More... | |
appendCopyInfo ($a_target_id, $a_copy_id) | |
Prepend Copy info if object with same name exists in that container. More... | |
cloneDependencies ($a_target_id, $a_copy_id) | |
Clone object dependencies. More... | |
cloneMetaData ($target_obj) | |
Copy meta data. More... | |
getPossibleSubObjects ($a_filter=true) | |
get all possible subobjects of this type the object can decide which types of subobjects are possible jut in time overwrite if the decision distinguish from standard model More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilObjUser | |
static | _lookupFullname ($a_user_id) |
Lookup Full Name. More... | |
static | _lookupEmail ($a_user_id) |
Lookup email. More... | |
static | _lookupGender ($a_user_id) |
Lookup gender. More... | |
static | _lookupClientIP ($a_user_id) |
Lookup client ip. More... | |
static | _lookupName ($a_user_id) |
lookup user name More... | |
static | _lookupFields ($a_user_id) |
lookup fields (deprecated; use more specific methods instead) More... | |
static | _lookupLogin ($a_user_id) |
lookup login More... | |
static | _lookupExternalAccount ($a_user_id) |
lookup external account for login and authmethod More... | |
static | _lookupId ($a_user_str) |
Lookup id by login. More... | |
static | _lookupLastLogin ($a_user_id) |
lookup last login More... | |
static | _doesLoginnameExistInHistory ($a_login) |
Checks wether the passed loginname already exists in history. More... | |
static | _getLastHistoryDataByUserId ($a_usr_id) |
Returns the last used loginname and the changedate of the passed user_id. More... | |
static | _deleteAllPref ($a_user_id) |
Deletes a userpref value of the user from the database public. More... | |
static | _writePref ($a_usr_id, $a_keyword, $a_value) |
static | _lookupPref ($a_usr_id, $a_keyword) |
static | lookupMatriculation ($a_usr_id) |
Lookup matriculation. More... | |
static | _lookupLanguage ($a_usr_id) |
static | _writeExternalAccount ($a_usr_id, $a_ext_id) |
static | _writeAuthMode ($a_usr_id, $a_auth_mode) |
static | _lookupActive ($a_usr_id) |
Check user account active. More... | |
static | hasActiveSession ($a_user_id, $a_session_id) |
Check for simultaneous login. More... | |
static | toUsernameWithoutDomain ($a_login) |
Static function removes Microsoft domain name from username webdav related. More... | |
static | getUserIdByLogin ($a_login) |
static | _getUserIdsByEmail ($a_email) |
STATIC METHOD get all user_ids of an email address. More... | |
getUserIdByEmail ($a_email) | |
STATIC METHOD get the user_id of an email address. More... | |
static | searchUsers ($a_search_str, $active=1, $a_return_ids_only=false, $filter_settings=FALSE) |
STATIC METHOD get the user_ids which correspond a search string. More... | |
static | _readUsersProfileData ($a_user_ids) |
STATIC METHOD get user data of selected users. More... | |
static | _getAllUserData ($a_fields=NULL, $active=-1) |
STATIC METHOD get all user data. More... | |
static | _getNumberOfUsersForStyle ($a_skin, $a_style) |
skins and styles More... | |
static | _getAllUserAssignedStyles () |
skins and styles More... | |
static | _moveUsersToStyle ($a_from_skin, $a_from_style, $a_to_skin, $a_to_style) |
skins and styles More... | |
static | _addDesktopItem ($a_usr_id, $a_item_id, $a_type, $a_par="") |
add an item to user's personal desktop More... | |
static | _dropDesktopItem ($a_usr_id, $a_item_id, $a_type) |
drop an item from user's personal desktop More... | |
static | _removeItemFromDesktops ($a_id) |
removes object from all user's desktops public More... | |
static | _isDesktopItem ($a_usr_id, $a_item_id, $a_type) |
check wether an item is on the users desktop or not More... | |
static | preloadIsDesktopItem ($a_usr_id, $a_item_ids) |
Preload desktop item information. More... | |
static | _lookupDesktopItems ($user_id, $a_types="") |
get all desktop items of user and specified type More... | |
static | _getUsersForClipboadObject ($a_type, $a_id) |
get all users, that have a certain object within their clipboard More... | |
static | _getImportedUserId ($i2_id) |
static | lookupOrgUnitsRepresentation ($a_usr_id) |
lokup org unit representation More... | |
static | _getExternalAccountsByAuthMode ($a_auth_mode, $a_read_auth_default=false) |
Get list of external account by authentication method Note: If login == ext_account for two user with auth_mode 'default' and auth_mode 'ldap' The ldap auth mode chosen. More... | |
static | _toggleActiveStatusOfUsers ($a_usr_ids, $a_status) |
Toggle active status of users. More... | |
static | _lookupAuthMode ($a_usr_id) |
lookup auth mode More... | |
static | _checkExternalAuthAccount ($a_auth, $a_account) |
check whether external account and authentication method matches with a user More... | |
static | _getNumberOfUsersPerAuthMode () |
get number of users per auth mode More... | |
static | _getLocalAccountsForEmail ($a_email) |
check whether external account and authentication method matches with a user More... | |
static | _uploadPersonalPicture ($tmp_file, $obj_id) |
Create a personal picture image file from a temporary image file. More... | |
static | _getPersonalPicturePath ($a_usr_id, $a_size="small", $a_force_pic=false, $a_prevent_no_photo_image=false) |
Get path to personal picture. More... | |
static | copyProfilePicturesToDirectory ($a_user_id, $a_dir) |
Get profile picture direcotory. More... | |
static | _lookupFeedHash ($a_user_id, $a_create=false) |
Lookup news feed hash for user. More... | |
static | _getFeedPass ($a_user_id) |
Lookup news feed password for user. More... | |
static | _setFeedPass ($a_user_id, $a_password) |
Set news feed password for user. More... | |
static | _loginExists ($a_login, $a_user_id=0) |
check if a login name already exists You may exclude a user from the check by giving his user id as 2nd paramter public static More... | |
static | _externalAccountExists ($a_external_account, $a_auth_mode) |
Check if an external account name already exists. More... | |
static | _getUsersForRole ($role_id, $active=-1) |
return array of complete users which belong to a specific role More... | |
static | _getUsersForFolder ($ref_id, $active) |
get users for a category or from system folder More... | |
static | _getUsersForGroup ($a_mem_ids, $active=-1) |
return user data for group members More... | |
static | _getUsersForIds ($a_mem_ids, $active=-1, $timelimitowner=-1) |
return user data for given user id More... | |
static | _getUserData ($a_internalids) |
return user data for given user ids More... | |
static | _getPreferences ($user_id) |
get preferences for user More... | |
static | getUserSubsetByPreferenceValue ($a_user_ids, $a_keyword, $a_val) |
For a given set of user IDs return a subset that has a given user preference set. More... | |
static | _resetLoginAttempts ($a_usr_id) |
static | _getLoginAttempts ($a_usr_id) |
static | _incrementLoginAttempts ($a_usr_id) |
static | _setUserInactive ($a_usr_id) |
static | _writeHistory ($a_usr_id, $a_login) |
static | _getAssociatedUsersOnline ($a_user_id, $a_no_anonymous=false) |
reads all active sessions from db and returns users that are online and who have a local role in a group or a course for which the the current user has also a local role. More... | |
static | _generateRegistrationHash ($a_usr_id) |
Generates a unique hashcode for activating a user profile after registration. More... | |
static | _verifyRegistrationHash ($a_hash) |
Verifies a registration hash. More... | |
static | _getUserIdsByInactivityPeriod ($period) |
get ids of all users that have been inactive for at least the given period More... | |
static | _getUserIdsByInactivationPeriod ($period) |
get ids of all users that have been inactivated since at least the given period More... | |
static | _updateLastLogin ($a_usr_id, $a_last_login=null) |
STATIC METHOD updates the last_login field of user with given id to given or current date. More... | |
static | getFirstLettersOfLastnames () |
Get first letters of all lastnames. More... | |
static | userExists ($a_usr_ids=array()) |
static | getUsersAgreed ($a_agreed=true, $a_users=null) |
Get users that have or have not agreed to the user agreement. More... | |
static | _isAnonymous ($usr_id) |
static | findInterests ($a_term, $a_user_id=null, $a_field_id=null) |
Static Public Member Functions inherited from ilObject | |
static | _lookupObjIdByImportId ($a_import_id) |
static | _lookupImportId ($a_obj_id) |
static | _lookupOwnerName ($a_owner_id) |
lookup owner name for owner id More... | |
static | _getIdForImportId ($a_import_id) |
get current object id for import id (static) More... | |
static | _getAllReferences ($a_id) |
get all reference ids of object More... | |
static | _lookupTitle ($a_id) |
lookup object title More... | |
static | _lookupOwner ($a_id) |
lookup object owner More... | |
static | _getIdsForTitle ($title, $type='', $partialmatch=false) |
static | _lookupDescription ($a_id) |
lookup object description More... | |
static | _lookupLastUpdate ($a_id, $a_as_string=false) |
lookup last update More... | |
static | _getLastUpdateOfObjects ($a_objs) |
Get last update for a set of media objects. More... | |
static | _lookupObjId ($a_id) |
static | _setDeletedDate ($a_ref_id) |
only called in ilTree::saveSubTree More... | |
static | setDeletedDates ($a_ref_ids) |
Set deleted date type $ilDB. More... | |
static | _resetDeletedDate ($a_ref_id) |
only called in ilObjectGUI::insertSavedNodes More... | |
static | _lookupDeletedDate ($a_ref_id) |
only called in ilObjectGUI::insertSavedNodes More... | |
static | _writeTitle ($a_obj_id, $a_title) |
write title to db (static) More... | |
static | _writeDescription ($a_obj_id, $a_desc) |
write description to db (static) More... | |
static | _writeImportId ($a_obj_id, $a_import_id) |
write import id to db (static) More... | |
static | _lookupType ($a_id, $a_reference=false) |
lookup object type More... | |
static | _isInTrash ($a_ref_id) |
checks wether object is in trash More... | |
static | _hasUntrashedReference ($a_obj_id) |
checks wether an object has at least one reference that is not in trash More... | |
static | _lookupObjectId ($a_ref_id) |
lookup object id More... | |
static | _getObjectsDataForType ($a_type, $a_omit_trash=false) |
get all objects of a certain type More... | |
static | _exists ($a_id, $a_reference=false, $a_type=null) |
checks if an object exists in object_data More... | |
static | _getObjectsByType ($a_obj_type="", $a_owner="") |
Get objects by type. More... | |
static | _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true) |
Prepare copy wizard object selection. More... | |
static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
Get icon for repository item. More... | |
static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) |
Collect deletion dependencies. More... | |
static | getDeletionDependencies ($a_obj_id) |
Get deletion dependencies. More... | |
static | getLongDescriptions (array $a_obj_ids) |
Get long description data. More... | |
static | getAllOwnedRepositoryObjects ($a_user_id) |
Get all ids of objects user owns. More... | |
static | fixMissingTitles ($a_type, array &$a_obj_title_map) |
Try to fix missing object titles. More... | |
static | _lookupCreationDate ($a_id) |
Lookup creation date. More... | |
static | hasAutoRating ($a_type, $a_ref_id) |
Check if auto rating is active for parent group/course. More... | |
Data Fields inherited from ilObjUser | |
$login | |
all user related data in single vars public More... | |
$gender | |
$utitle | |
$firstname | |
$lastname | |
$fullname | |
$institution | |
$department | |
$street | |
$city | |
$zipcode | |
$country | |
$sel_country | |
$phone_office | |
$phone_home | |
$phone_mobile | |
$fax | |
$hobby | |
$matriculation | |
$referral_comment | |
$approve_date = null | |
$agree_date = null | |
$active | |
$client_ip | |
$auth_mode | |
$latitude | |
$longitude | |
$loc_zoom | |
$last_password_change_ts | |
$login_attempts | |
$user_defined_data = array() | |
$prefs | |
$skin | |
$default_role | |
$ilias | |
Data Fields inherited from ilObject | |
const | TITLE_LENGTH = 255 |
max length of object title More... | |
const | DESC_LENGTH = 128 |
$ilias | |
$lng | |
$id | |
$ref_id | |
$type | |
$title | |
$untranslatedTitle | |
$desc | |
$long_desc | |
$owner | |
$create_date | |
$last_update | |
$import_id | |
$register = false | |
$referenced | |
$objectList | |
$max_title | |
$max_desc | |
$add_dots | |
Static Public Attributes inherited from ilObjUser | |
static | $is_desktop_item_loaded |
static | $is_desktop_item_cache |
Protected Member Functions inherited from ilObjUser | |
buildTextFromArray ($a_attr) | |
Convert multi-text values to plain text. More... | |
readMultiTextFields () | |
Fetch multi-text values from DB. More... | |
deleteMultiTextFields () | |
Remove multi-text values from DB. More... | |
Protected Attributes inherited from ilObjUser | |
$passwd | |
$passwd_type | |
$password_encoding_type | |
$password_salt = null | |
$birthday | |
$inactivation_date = null | |
$org_units | |
$interests_general | |
$interests_help_offered | |
$interests_help_looking | |
Static Protected Attributes inherited from ilObjUser | |
static | $personal_image_cache = array() |
Class ilObjSetupUser A class derived from ilObjUser for authentication purposes in the ILIAS setup.
Definition at line 10 of file class.ilObjSetupUser.php.
ilObjSetupUser::__construct | ( | ) |
Constructor.
Definition at line 15 of file class.ilObjSetupUser.php.