ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (string $a_xml_file='', int $a_mode=IL_USER_IMPORT, int $a_conflict_rule=IL_FAIL_ON_CONFLICT) | |
setFolderId (int $a_folder_id) | |
assign users to this folder (normally the usr_folder) But if called from local admin => the ref_id of the category More... | |
getFolderId () | |
setHandlers ($a_xml_parser) | |
set event handler should be overwritten by inherited class private More... | |
setRoleAssignment (array $a_assign) | |
set import to local role assignemt More... | |
buildTag (string $type, string $name, array $attr=null) | |
generate a tag with given name and attributes More... | |
handlerBeginTag ( $a_xml_parser, string $a_name, array $a_attribs) | |
extractRolesBeginTag ( $a_xml_parser, string $a_name, array $a_attribs) | |
importBeginTag ( $a_xml_parser, string $a_name, array $a_attribs) | |
verifyBeginTag ( $a_xml_parser, string $a_name, array $a_attribs) | |
handlerEndTag ( $a_xml_parser, string $a_name) | |
extractRolesEndTag ( $a_xml_parser, string $a_name) | |
getRoleObject (int $a_role_id) | |
Returns the parent object of the role folder object which contains the specified role. More... | |
getCourseMembersObjectForRole (int $a_role_id) | |
Returns the parent object of the role folder object which contains the specified role. More... | |
assignToRole (ilObjUser $a_user_obj, int $a_role_id) | |
Assigns a user to a role. More... | |
getParentRoleIds (int $a_role_id) | |
Get array of parent role ids from cache. More... | |
assignToRoleWithParents (ilObjUser $a_user_obj, int $a_role_id) | |
Assigns a user to a role and to all parent roles. More... | |
detachFromRole (ilObjUser $a_user_obj, int $a_role_id) | |
Detaches a user from a role. More... | |
importEndTag ( $a_xml_parser, string $a_name) | |
saveTempImage (string $image_data, string $filename) | |
Saves binary image data to a temporary image file and returns the name of the image file on success. More... | |
verifyEndTag ( $a_xml_parser, string $a_name) | |
handler for end of element when in verify mode. More... | |
handlerCharacterData ( $a_xml_parser, string $a_data) | |
handler for character data More... | |
getCollectedRoles () | |
getUserCount () | |
logWarning (string $aLogin, string $aMessage) | |
Writes a warning log message to the protocol. More... | |
logFailure (string $aLogin, string $aMessage) | |
Writes a failure log message to the protocol. More... | |
logSuccess (string $aLogin, string $userid, string $action) | |
Writes a success log message to the protocol. More... | |
getProtocol () | |
The protocol is an associative array. More... | |
getProtocolAsHTML (string $a_log_title) | |
Returns the protocol as a HTML table. More... | |
isSuccess () | |
Returns true, if the import was successful. More... | |
getErrorLevel () | |
Returns the error level. More... | |
getUserMapping () | |
returns a map user_id <=> login More... | |
sendAccountMail () | |
send account mail More... | |
setSendMail (bool $value) | |
isSendMail () | |
setUserMappingMode (int $value) | |
write access to user mapping mode More... | |
getUserMappingMode () | |
read access to user mapping mode More... | |
![]() | |
__construct (?string $path_to_file='', ?bool $throw_exception=false) | |
setXMLContent (string $a_xml_content) | |
getXMLContent () | |
getInputType () | |
startParsing () | |
stores xml data in array More... | |
createParser () | |
setHandlers ($a_xml_parser) | |
parse ($a_xml_parser, $a_fp=null) | |
Data Fields | |
bool | $approve_date_set = false |
bool | $time_limit_set = false |
bool | $time_limit_owner_set = false |
bool | $updateLookAndSkin = false |
int | $folder_id |
array | $roles |
string | $action |
array | $protocol |
The variable holds the protocol of the import. More... | |
array | $logins |
This variable is used to collect each login that we encounter in the import data. More... | |
int | $conflict_rule |
Conflict handling rule. More... | |
bool | $send_mail |
int | $error_level |
This variable is used to report the error level of the validation process or the importing process. More... | |
string | $currPasswordType |
string | $currPassword |
string | $currActive = null |
int | $userCount |
array | $user_mapping = [] |
int | $mapping_mode |
array | $localRoleCache |
Cached local roles. More... | |
array | $personalPicture = null |
Cached personal picture of the actual user This is used because the ilObjUser object has no field for the personal picture. More... | |
array | $parentRolesCache |
Cached parent roles. More... | |
string | $skin = '' |
string | $style = '' |
array | $userStyles |
User assigned styles. More... | |
int | $user_id |
![]() | |
string | $xml_file |
bool | $throw_exception = false |
Protected Member Functions | |
tagContained (string $tagname) | |
isFieldRequired (string $fieldname) | |
determine if a field $fieldname is to a required field (global setting) More... | |
![]() | |
openXMLFile () | |
handleError (string $message) | |
setThrowException (bool $throw_exception) | |
Protected Attributes | |
string | $tmp_udf_name = null |
string | $tmp_udf_id = null |
array | $multi_values |
array | $udf_data |
bool | $auth_mode_set |
string | $currentPrefKey = null |
array | $prefs |
string | $current_role_action |
string | $current_role_type |
string | $current_role_id = "" |
string | $cdata |
array | $role_assign |
string | $req_send_mail |
ilAccountMail | $acc_mail |
int | $mode |
array | $required_fields = [] |
array | $containedTags = [] |
ilRecommendedContentManager | $recommended_content_manager |
ilUserSettingsConfig | $user_settings_config |
![]() | |
ilLanguage | $lng = null |
Private Member Functions | |
readRequiredFields () | |
checkProfileIncomplete (ilObjUser $user_obj) | |
Check if profile is incomplete Will set the usr_data field profile_incomplete if any required field is missing. More... | |
verifyPref (string $key, string $value) | |
updateMailPreferences (int $usr_id) | |
getCDataWithoutTags () | |
stripTags (string $string) | |
Private Attributes | |
ilObjUser | $userObj |
string | $current_messenger_type |
Refinery | $refinery |
Definition at line 36 of file class.ilUserImportParser.php.
ilUserImportParser::__construct | ( | string | $a_xml_file = '' , |
int | $a_mode = IL_USER_IMPORT , |
||
int | $a_conflict_rule = IL_FAIL_ON_CONFLICT |
||
) |
string | $a_xml_file | |
int | $a_mode | IL_EXTRACT_ROLES | IL_USER_IMPORT | IL_VERIFY |
int | $a_conflict_rule | IL_FAIL_ON_CONFLICT | IL_UPDATE_ON_CONFLICT | IL_IGNORE_ON_CONFLICT |
ilSystemStyleException |
Definition at line 212 of file class.ilUserImportParser.php.
References $DIC, $refinery, $style, ILIAS\GlobalScreen\Provider\__construct(), ilSystemStyleSettings\_lookupActivatedStyle(), IL_IMPORT_SUCCESS, IL_USER_MAPPING_LOGIN, and ILIAS\Repository\refinery().
ilUserImportParser::assignToRole | ( | ilObjUser | $a_user_obj, |
int | $a_role_id | ||
) |
Assigns a user to a role.
Definition at line 713 of file class.ilUserImportParser.php.
References $DIC, $ref_id, ilObject\_getAllReferences(), ilObject\_lookupType(), and ilObject\getId().
Referenced by assignToRoleWithParents(), and importEndTag().
ilUserImportParser::assignToRoleWithParents | ( | ilObjUser | $a_user_obj, |
int | $a_role_id | ||
) |
Assigns a user to a role and to all parent roles.
Definition at line 803 of file class.ilUserImportParser.php.
References assignToRole(), and getParentRoleIds().
Referenced by importEndTag().
ilUserImportParser::buildTag | ( | string | $type, |
string | $name, | ||
array | $attr = null |
||
) |
generate a tag with given name and attributes
Definition at line 306 of file class.ilUserImportParser.php.
References $name.
|
private |
Check if profile is incomplete Will set the usr_data field profile_incomplete if any required field is missing.
Definition at line 2173 of file class.ilUserImportParser.php.
References ilUserProfile\isProfileIncomplete().
Referenced by importEndTag().
ilUserImportParser::detachFromRole | ( | ilObjUser | $a_user_obj, |
int | $a_role_id | ||
) |
Detaches a user from a role.
Definition at line 818 of file class.ilUserImportParser.php.
References $DIC, $ref_id, ilObject\_getAllReferences(), ilObject\_lookupTitle(), and ilObject\getId().
Referenced by importEndTag().
ilUserImportParser::extractRolesBeginTag | ( | $a_xml_parser, | |
string | $a_name, | ||
array | $a_attribs | ||
) |
\XMLParser | resource | $a_xml_parser |
Definition at line 350 of file class.ilUserImportParser.php.
References ilUtil\__extractId(), and IL_INST_ID.
Referenced by handlerBeginTag().
ilUserImportParser::extractRolesEndTag | ( | $a_xml_parser, | |
string | $a_name | ||
) |
\XMLParser | resource | $a_xml_parser |
Definition at line 661 of file class.ilUserImportParser.php.
References $cdata, $current_role_id, and $current_role_type.
Referenced by handlerEndTag().
|
private |
Definition at line 2296 of file class.ilUserImportParser.php.
References stripTags().
Referenced by importEndTag().
ilUserImportParser::getCollectedRoles | ( | ) |
ilUserImportParser::getCourseMembersObjectForRole | ( | int | $a_role_id | ) |
Returns the parent object of the role folder object which contains the specified role.
Definition at line 692 of file class.ilUserImportParser.php.
References $DIC, and ilCourseParticipants\_getInstanceByObjId().
ilUserImportParser::getErrorLevel | ( | ) |
Returns the error level.
Definition at line 2089 of file class.ilUserImportParser.php.
References $error_level.
Referenced by ilObjUserFolderGUI\verifyXmlData().
ilUserImportParser::getFolderId | ( | ) |
Definition at line 274 of file class.ilUserImportParser.php.
References $folder_id.
Referenced by importEndTag().
ilUserImportParser::getParentRoleIds | ( | int | $a_role_id | ) |
Get array of parent role ids from cache.
If necessary, create a new cache entry.
Definition at line 754 of file class.ilUserImportParser.php.
References $DIC, and getRoleObject().
Referenced by assignToRoleWithParents().
ilUserImportParser::getProtocol | ( | ) |
The protocol is an associative array.
Keys are login names. Values are non-associative arrays. Each array element contains an error message.
Definition at line 2042 of file class.ilUserImportParser.php.
References $protocol.
Referenced by getProtocolAsHTML().
ilUserImportParser::getProtocolAsHTML | ( | string | $a_log_title | ) |
Returns the protocol as a HTML table.
Definition at line 2050 of file class.ilUserImportParser.php.
References $DIC, ilSaxParser\$lng, $message, $messages, ILIAS\LTI\ToolProvider\$reason, getProtocol(), and ilLanguage\txt().
Referenced by ilObjUserFolderGUI\verifyXmlData().
ilUserImportParser::getRoleObject | ( | int | $a_role_id | ) |
Returns the parent object of the role folder object which contains the specified role.
Definition at line 677 of file class.ilUserImportParser.php.
Referenced by getParentRoleIds().
ilUserImportParser::getUserCount | ( | ) |
ilUserImportParser::getUserMapping | ( | ) |
returns a map user_id <=> login
Definition at line 2098 of file class.ilUserImportParser.php.
References $user_mapping.
ilUserImportParser::getUserMappingMode | ( | ) |
read access to user mapping mode
Definition at line 2143 of file class.ilUserImportParser.php.
References $mapping_mode.
Referenced by importBeginTag(), and verifyBeginTag().
ilUserImportParser::handlerBeginTag | ( | $a_xml_parser, | |
string | $a_name, | ||
array | $a_attribs | ||
) |
Definition at line 327 of file class.ilUserImportParser.php.
References extractRolesBeginTag(), IL_EXTRACT_ROLES, IL_USER_IMPORT, IL_VERIFY, importBeginTag(), and verifyBeginTag().
ilUserImportParser::handlerCharacterData | ( | $a_xml_parser, | |
string | $a_data | ||
) |
handler for character data
\XMLParser | resource | $a_xml_parser |
Definition at line 1963 of file class.ilUserImportParser.php.
ilUserImportParser::handlerEndTag | ( | $a_xml_parser, | |
string | $a_name | ||
) |
Definition at line 641 of file class.ilUserImportParser.php.
References extractRolesEndTag(), IL_EXTRACT_ROLES, IL_USER_IMPORT, IL_VERIFY, importEndTag(), and verifyEndTag().
ilUserImportParser::importBeginTag | ( | $a_xml_parser, | |
string | $a_name, | ||
array | $a_attribs | ||
) |
\XMLParser | resource | $a_xml_parser |
Definition at line 370 of file class.ilUserImportParser.php.
References $DIC, $id, ilSaxParser\$lng, ilUtil\__extractId(), ilLDAPServer\_getActiveServerList(), ilSamlIdp\getActiveIdpList(), getUserMappingMode(), IL_INST_ID, IL_USER_MAPPING_ID, logFailure(), stripTags(), and ilLanguage\txt().
Referenced by handlerBeginTag().
ilUserImportParser::importEndTag | ( | $a_xml_parser, | |
string | $a_name | ||
) |
\XMLParser | resource | $a_xml_parser |
Definition at line 846 of file class.ilUserImportParser.php.
References $cdata, $current_role_action, $current_role_id, $current_role_type, $currentPrefKey, $DIC, Vendor\Package\$e, $ilSetting, $ilUser, ILIAS\LTI\ToolProvider\$key, ilSaxParser\$lng, $timestamp, $user_id, ilObjUser\_checkExternalAuthAccount(), ilAuthUtils\_getAuthModeName(), ilUserDefinedFields\_getInstance(), ilObjAdvancedEditing\_getUsedHTMLTags(), ilObjUser\_lookupExternalAccount(), ilObjUser\_uploadPersonalPicture(), ANONYMOUS_USER_ID, assignToRole(), assignToRoleWithParents(), checkProfileIncomplete(), detachFromRole(), getCDataWithoutTags(), getFolderId(), ilObjUser\getUserIdByLogin(), IL_CAL_DATETIME, IL_CAL_UNIX, IL_FAIL_ON_CONFLICT, IL_IGNORE_ON_CONFLICT, IL_UPDATE_ON_CONFLICT, ILIAS\Repository\int(), ilUserXMLWriter\isPrefExportable(), ILIAS\Repository\lng(), logFailure(), logSuccess(), logWarning(), ilObjUser\PASSWD_CRYPTED, ilObjUser\PASSWD_PLAIN, saveTempImage(), sendAccountMail(), ilUserDefinedData\set(), stripTags(), SYSTEM_USER_ID, tagContained(), ilLanguage\txt(), and updateMailPreferences().
Referenced by handlerEndTag().
|
protected |
determine if a field $fieldname is to a required field (global setting)
$fieldname | string value of fieldname, e.g. gender |
Definition at line 2184 of file class.ilUserImportParser.php.
References readRequiredFields().
Referenced by verifyEndTag().
ilUserImportParser::isSendMail | ( | ) |
Definition at line 2120 of file class.ilUserImportParser.php.
References $send_mail.
Referenced by sendAccountMail().
ilUserImportParser::isSuccess | ( | ) |
Returns true, if the import was successful.
Definition at line 2080 of file class.ilUserImportParser.php.
References IL_IMPORT_SUCCESS.
ilUserImportParser::logFailure | ( | string | $aLogin, |
string | $aMessage | ||
) |
Writes a failure log message to the protocol.
Definition at line 2010 of file class.ilUserImportParser.php.
References IL_IMPORT_FAILURE.
Referenced by importBeginTag(), importEndTag(), verifyBeginTag(), verifyEndTag(), and verifyPref().
ilUserImportParser::logSuccess | ( | string | $aLogin, |
string | $userid, | ||
string | $action | ||
) |
Writes a success log message to the protocol.
Definition at line 2026 of file class.ilUserImportParser.php.
Referenced by importEndTag().
ilUserImportParser::logWarning | ( | string | $aLogin, |
string | $aMessage | ||
) |
Writes a warning log message to the protocol.
Definition at line 1992 of file class.ilUserImportParser.php.
References IL_IMPORT_SUCCESS, and IL_IMPORT_WARNING.
Referenced by importEndTag(), and verifyEndTag().
|
private |
Definition at line 2151 of file class.ilUserImportParser.php.
References $DIC, $ilSetting, and $required_fields.
Referenced by isFieldRequired().
ilUserImportParser::saveTempImage | ( | string | $image_data, |
string | $filename | ||
) |
Saves binary image data to a temporary image file and returns the name of the image file on success.
Definition at line 1612 of file class.ilUserImportParser.php.
References $filename, and ilFileUtils\ilTempnam().
Referenced by importEndTag().
ilUserImportParser::sendAccountMail | ( | ) |
send account mail
Definition at line 2106 of file class.ilUserImportParser.php.
References isSendMail().
Referenced by importEndTag().
ilUserImportParser::setFolderId | ( | int | $a_folder_id | ) |
assign users to this folder (normally the usr_folder) But if called from local admin => the ref_id of the category
Definition at line 269 of file class.ilUserImportParser.php.
ilUserImportParser::setHandlers | ( | $a_xml_parser | ) |
set event handler should be overwritten by inherited class private
resource | \XMLParser | $a_xml_parser |
Definition at line 286 of file class.ilUserImportParser.php.
ilUserImportParser::setRoleAssignment | ( | array | $a_assign | ) |
set import to local role assignemt
array | role assignment (key: import id; value: local role id) |
Definition at line 298 of file class.ilUserImportParser.php.
ilUserImportParser::setSendMail | ( | bool | $value | ) |
Definition at line 2115 of file class.ilUserImportParser.php.
ilUserImportParser::setUserMappingMode | ( | int | $value | ) |
write access to user mapping mode
int | $value | must be one of IL_USER_MAPPING_ID or IL_USER_MAPPING_LOGIN, die otherwise |
Definition at line 2130 of file class.ilUserImportParser.php.
References IL_USER_MAPPING_ID, and IL_USER_MAPPING_LOGIN.
|
private |
Definition at line 2301 of file class.ilUserImportParser.php.
References ILIAS\Repository\refinery().
Referenced by getCDataWithoutTags(), importBeginTag(), importEndTag(), verifyBeginTag(), and verifyEndTag().
|
protected |
Definition at line 838 of file class.ilUserImportParser.php.
Referenced by importEndTag(), and verifyEndTag().
|
private |
Definition at line 2281 of file class.ilUserImportParser.php.
Referenced by importEndTag().
ilUserImportParser::verifyBeginTag | ( | $a_xml_parser, | |
string | $a_name, | ||
array | $a_attribs | ||
) |
\XMLParser | resource | $a_xml_parser |
Definition at line 525 of file class.ilUserImportParser.php.
References $DIC, $id, ilSaxParser\$lng, ilUtil\__extractId(), ilLDAPServer\_getActiveServerList(), ilSamlIdp\getActiveIdpList(), getUserMappingMode(), IL_INST_ID, IL_USER_MAPPING_ID, logFailure(), stripTags(), and ilLanguage\txt().
Referenced by handlerBeginTag().
ilUserImportParser::verifyEndTag | ( | $a_xml_parser, | |
string | $a_name | ||
) |
handler for end of element when in verify mode.
Definition at line 1629 of file class.ilUserImportParser.php.
References $cdata, $current_role_action, $current_role_id, $current_role_type, $DIC, $ilSetting, ilSaxParser\$lng, $user_id, ilObjUser\_checkExternalAuthAccount(), ilAuthUtils\_getAuthModeName(), ilObjUser\_lookupExternalAccount(), ilObjUser\_lookupId(), ilObjUser\_lookupLogin(), ANONYMOUS_USER_ID, ilObjUser\getUserIdByLogin(), IL_FAIL_ON_CONFLICT, isFieldRequired(), logFailure(), logWarning(), ilObjUser\PASSWD_CRYPTED, ilObjUser\PASSWD_PLAIN, stripTags(), SYSTEM_USER_ID, tagContained(), ilLanguage\txt(), USER_FOLDER_ID, and verifyPref().
Referenced by handlerEndTag().
|
private |
Definition at line 2191 of file class.ilUserImportParser.php.
References ilTimeZone\_getInstance(), ilUserXMLWriter\isPrefExportable(), and logFailure().
Referenced by verifyEndTag().
|
protected |
Definition at line 51 of file class.ilUserImportParser.php.
string ilUserImportParser::$action |
Definition at line 60 of file class.ilUserImportParser.php.
bool ilUserImportParser::$approve_date_set = false |
Definition at line 53 of file class.ilUserImportParser.php.
|
protected |
Definition at line 42 of file class.ilUserImportParser.php.
|
protected |
Definition at line 48 of file class.ilUserImportParser.php.
Referenced by extractRolesEndTag(), importEndTag(), and verifyEndTag().
int ilUserImportParser::$conflict_rule |
Conflict handling rule.
Values: IL_FAIL_ON_CONFLICT IL_UPDATE_ON_CONFLICT IL_IGNORE_ON_CONFLICT
Definition at line 92 of file class.ilUserImportParser.php.
|
protected |
Definition at line 62 of file class.ilUserImportParser.php.
string ilUserImportParser::$currActive = null |
Definition at line 161 of file class.ilUserImportParser.php.
|
private |
Definition at line 201 of file class.ilUserImportParser.php.
|
protected |
Definition at line 45 of file class.ilUserImportParser.php.
Referenced by importEndTag(), and verifyEndTag().
|
protected |
Definition at line 47 of file class.ilUserImportParser.php.
Referenced by extractRolesEndTag(), importEndTag(), and verifyEndTag().
|
protected |
Definition at line 46 of file class.ilUserImportParser.php.
Referenced by extractRolesEndTag(), importEndTag(), and verifyEndTag().
|
protected |
Definition at line 43 of file class.ilUserImportParser.php.
Referenced by importEndTag().
string ilUserImportParser::$currPassword |
Definition at line 160 of file class.ilUserImportParser.php.
string ilUserImportParser::$currPasswordType |
Definition at line 159 of file class.ilUserImportParser.php.
int ilUserImportParser::$error_level |
This variable is used to report the error level of the validation process or the importing process.
Values: IL_IMPORT_SUCCESS IL_IMPORT_WARNING IL_IMPORT_FAILURE
Meaning of the values when in validation mode: IL_IMPORT_WARNING Some of the entity actions can not be processed as specified in the XML file. One or more of the following conflicts have occurred:
Meaning of the values when in import mode: IL_IMPORT_WARNING Some of the entity actions have not beeen processed as specified in the XML file.
In IL_UPDATE_ON_CONFLICT mode, the following may have occured:
In IL_IGNORE_ON_CONFLICT mode, the following may have occured:
IL_IMPORT_FAILURE The import could not be completed.
In IL_FAIL_ON_CONFLICT mode, the following may have occured:
Definition at line 157 of file class.ilUserImportParser.php.
Referenced by getErrorLevel().
int ilUserImportParser::$folder_id |
Definition at line 58 of file class.ilUserImportParser.php.
Referenced by getFolderId().
array ilUserImportParser::$localRoleCache |
Cached local roles.
This is used to speed up access to local roles. This is an associative array. The key is either a role_id or a role_id with the string "_courseMembersObject" appended. The value is a role object or the course members object for which the role is defined
Definition at line 173 of file class.ilUserImportParser.php.
array ilUserImportParser::$logins |
This variable is used to collect each login that we encounter in the import data.
This variable is needed to detect duplicate logins in the import data. The variable is an associative array. (I would prefer using a set, but PHP does not appear to support sets.) Keys are logins. Values are logins.
Definition at line 83 of file class.ilUserImportParser.php.
int ilUserImportParser::$mapping_mode |
Definition at line 164 of file class.ilUserImportParser.php.
Referenced by getUserMappingMode().
|
protected |
Definition at line 52 of file class.ilUserImportParser.php.
|
protected |
Definition at line 40 of file class.ilUserImportParser.php.
array ilUserImportParser::$parentRolesCache |
Cached parent roles.
This is used to speed up assignment to local roles with parents. This is an associative array. The key is a role_id . The value is an array of role_ids containing all parent roles.
Definition at line 188 of file class.ilUserImportParser.php.
array ilUserImportParser::$personalPicture = null |
Cached personal picture of the actual user This is used because the ilObjUser object has no field for the personal picture.
Definition at line 179 of file class.ilUserImportParser.php.
|
protected |
Definition at line 44 of file class.ilUserImportParser.php.
array ilUserImportParser::$protocol |
The variable holds the protocol of the import.
This variable is an associative array.
Definition at line 72 of file class.ilUserImportParser.php.
Referenced by getProtocol().
|
protected |
Definition at line 202 of file class.ilUserImportParser.php.
|
private |
Definition at line 204 of file class.ilUserImportParser.php.
Referenced by __construct().
|
protected |
Definition at line 50 of file class.ilUserImportParser.php.
|
protected |
Definition at line 61 of file class.ilUserImportParser.php.
Referenced by readRequiredFields().
|
protected |
Definition at line 49 of file class.ilUserImportParser.php.
array ilUserImportParser::$roles |
Definition at line 59 of file class.ilUserImportParser.php.
Referenced by getCollectedRoles().
bool ilUserImportParser::$send_mail |
Definition at line 94 of file class.ilUserImportParser.php.
Referenced by isSendMail().
string ilUserImportParser::$skin = '' |
Definition at line 190 of file class.ilUserImportParser.php.
string ilUserImportParser::$style = '' |
Definition at line 191 of file class.ilUserImportParser.php.
Referenced by __construct().
bool ilUserImportParser::$time_limit_owner_set = false |
Definition at line 55 of file class.ilUserImportParser.php.
bool ilUserImportParser::$time_limit_set = false |
Definition at line 54 of file class.ilUserImportParser.php.
|
protected |
Definition at line 39 of file class.ilUserImportParser.php.
|
protected |
Definition at line 38 of file class.ilUserImportParser.php.
|
protected |
Definition at line 41 of file class.ilUserImportParser.php.
bool ilUserImportParser::$updateLookAndSkin = false |
Definition at line 57 of file class.ilUserImportParser.php.
int ilUserImportParser::$user_id |
Definition at line 198 of file class.ilUserImportParser.php.
Referenced by importEndTag(), and verifyEndTag().
array ilUserImportParser::$user_mapping = [] |
Definition at line 163 of file class.ilUserImportParser.php.
Referenced by getUserMapping().
|
protected |
Definition at line 203 of file class.ilUserImportParser.php.
int ilUserImportParser::$userCount |
Definition at line 162 of file class.ilUserImportParser.php.
Referenced by getUserCount().
|
private |
Definition at line 200 of file class.ilUserImportParser.php.
array ilUserImportParser::$userStyles |
User assigned styles.
Definition at line 196 of file class.ilUserImportParser.php.