51 $this->
ilias = $DIC[
'ilias'];
52 $this->db = $DIC[
'ilDB'];
53 $this->
lng = $DIC[
'lng'];
54 $this->user_id = $DIC[
'ilUser']->getId();
56 $this->attach_roles =
false;
63 $this->attach_roles = $value;
74 if (!is_array($this->users)) {
81 $udf_data->addToXML($this);
83 foreach ($this->users as $user) {
100 $this->
xmlSetDtdDef(
'<!DOCTYPE Users PUBLIC "-//ILIAS//DTD UserImport//EN" "' . ILIAS_HTTP_PATH .
'/components/ILIAS/Export/xml/ilias_user_5_1.dtd">');
120 if ($row[
'language'] ===
null 121 || $row[
'language'] ===
'') {
122 $row[
'language'] = $this->
lng->getDefaultLanguage();
126 'Id' =>
'il_' .
IL_INST_ID .
'_usr_' . $row[
'usr_id'],
127 'Language' => $row[
'language'],
135 if ($this->attach_roles ==
true) {
137 'SELECT object_data.title, object_data.description, rbac_fa.* ' .
138 'FROM object_data, rbac_ua, rbac_fa WHERE rbac_ua.usr_id = %s ' .
139 'AND rbac_ua.rol_id = rbac_fa.rol_id AND object_data.obj_id = rbac_fa.rol_id',
140 $this->db->quote($row[
'usr_id'],
'integer')
142 $rbacresult = $this->db->query($query);
145 if ($rbacrow[
'assign'] !=
'y') {
159 [
'Id' =>
'il_' .
IL_INST_ID .
'_role_' . $rbacrow[
'rol_id'],
'Type' => $type],
170 if ($this->
canExport(
'PersonalPicture',
'upload')) {
173 $value = array_shift($imageData);
174 $this->
__addElement(
'PersonalPicture', $value, $imageData,
'upload');
181 $this->
__addElement(
'SecondEmail', $row[
'second_email'],
null,
'second_email');
183 $this->
__addElement(
'Institution', $row[
'institution']);
188 $this->
__addElement(
'SelCountry', $row[
'sel_country'],
null,
'sel_country');
189 $this->
__addElement(
'PhoneOffice', $row[
'phone_office'],
null,
'phone_office');
191 $this->
__addElement(
'PhoneMobile', $row[
'phone_mobile'],
null,
'phone_mobile');
195 $this->
__addElementMulti(
'GeneralInterest', $row[
'interests_general'] ?? [],
null,
'interests_general');
196 $this->
__addElementMulti(
'OfferingHelp', $row[
'interests_help_offered'] ?? [],
null,
'interests_help_offered');
197 $this->
__addElementMulti(
'LookingForHelp', $row[
'interests_help_looking'] ?? [],
null,
'interests_help_looking');
200 $this->
__addElement(
'Comment', $row[
'referral_comment'],
null,
'referral_comment');
201 $this->
__addElement(
'Matriculation', $row[
'matriculation']);
202 $this->
__addElement(
'Active', $row[
'active'] ?
'true' :
'false');
204 $this->
__addElement(
'TimeLimitOwner', $row[
'time_limit_owner'],
null,
'time_limit_owner');
205 $this->
__addElement(
'TimeLimitUnlimited', $row[
'time_limit_unlimited'],
null,
'time_limit_unlimited');
206 $this->
__addElement(
'TimeLimitFrom', $row[
'time_limit_from'],
null,
'time_limit_from');
207 $this->
__addElement(
'TimeLimitUntil', $row[
'time_limit_until'],
null,
'time_limit_until');
208 $this->
__addElement(
'TimeLimitMessage', $row[
'time_limit_message'],
null,
'time_limit_message');
209 $this->
__addElement(
'ApproveDate', $row[
'approve_date'],
null,
'approve_date');
212 if ($row[
'auth_mode'] !==
null 213 && $row[
'auth_mode'] !==
'') {
214 $this->
__addElement(
'AuthMode',
null, [
'type' => $row[
'auth_mode']],
'auth_mode',
true);
217 if ($row[
'ext_account'] !==
null 218 && $row[
'ext_account'] !==
'') {
219 $this->
__addElement(
'ExternalAccount', $row[
'ext_account'],
null,
'ext_account',
true);
222 if (isset($prefs[
'skin'])
223 && isset($prefs[
'style'])
224 && $this->
canExport(
'Look',
'skin_style')) {
229 'Skin' => $prefs[
'skin'],
'Style' => $prefs[
'style']
237 $this->
__addElement(
'LastUpdate', $row[
'last_update'],
null,
'last_update');
241 $udf_data->addToXML($this);
243 $this->
__addElement(
'AccountInfo', $row[
'ext_account'], [
'Type' =>
'external']);
246 'longitude' => $row[
'longitude'],
247 'latitude' => $row[
'latitude'],
248 'zoom' => $row[
'loc_zoom']]);
252 if ($this->attach_preferences || $this->
canExport(
'prefs',
'preferences')) {
264 $prefs[
'mail_incoming_type'] = $mailOptions->getIncomingType();
265 $prefs[
'mail_address_option'] = $mailOptions->getEmailAddressMode();
266 $prefs[
'mail_signature'] = $mailOptions->getSignature();
269 foreach ($prefs as $key => $value) {
270 if (self::isPrefExportable($key)) {
271 $this->
xmlElement(
'Pref', [
'key' => $key], $value);
281 ?array $attrs =
null,
282 ?
string $settingsname =
null,
283 bool $requiredTag =
false 285 foreach ($value as $item) {
286 $this->
__addElement($tagname, $item, $attrs, $settingsname, $requiredTag);
293 ?array $attrs =
null,
294 ?
string $settingsname =
null,
295 bool $requiredTag =
false 297 if ($this->
canExport($tagname, $settingsname)
300 || is_array($attrs) && count($attrs) > 0)) {
301 $this->
xmlElement($tagname, $attrs, (
string) $value);
307 ?
string $settingsname =
null 310 || in_array(strtolower($tagname), $this->
settings) !==
false 311 || in_array($settingsname, $this->
settings) !==
false;
326 $avatar_resolver->setForcePicture(
true);
327 if (!$avatar_resolver->hasProfilePicture()) {
331 [$image_data, $image_type] = $avatar_resolver->getUserPictureForVCard();
333 if ($image_data ===
null || $image_type ===
null) {
338 'value' => base64_encode($image_data),
339 'encoding' =>
'Base64',
340 'imagetype' => $image_type
363 'public_second_email',
366 'public_institution',
367 'public_matriculation',
370 'public_phone_mobile',
371 'public_phone_office',
378 'hide_own_online_status',
379 'bs_allow_to_contact_me',
380 'chat_osc_accept_msg',
381 'chat_broadcast_typing',
384 'mail_incoming_type',
387 'public_interests_general',
388 'public_interests_help_offered',
389 'public_interests_help_looking' 398 return in_array($key, self::getExportablePreferences());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__handlePreferences(array $prefs, array $row)
Interface Observer Contains several chained tasks and infos about them.
static _getPreferences(int $user_id)
get preferences for user
getPictureValue(int $usr_id)
return array with base-encoded picture data as key value, encoding type as encoding, and image type as key type.
xmlSetGenCmt(string $genCmt)
Sets generated comment.
canExport(string $tagname, ?string $settingsname=null)
setAttachPreferences(bool $attach_preferences)
if set to true, all preferences of a user will be set
static getExportSettings()
xmlEndTag(string $tag)
Writes an endtag.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
xmlSetDtdDef(string $dtdDef)
Sets dtd definition.
XML writer class Class to simplify manual writing of xml documents.
array $settings
fields to be exported
__addElementMulti(string $tagname, array $value, ?array $attrs=null, ?string $settingsname=null, bool $requiredTag=false)
Class ilObjForumAdministration.
xmlHeader()
Writes xml header.
Class ilUserAvatarResolver.
setSettings(array $settings)
__addElement(string $tagname, ?string $value, ?array $attrs=null, ?string $settingsname=null, bool $requiredTag=false)
static isPrefExportable(string $key)
returns wether a key from db is exportable or not
setAttachRoles(bool $value)
__construct(Container $dic, ilPlugin $plugin)
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag.
xmlElement(string $tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)
__construct(string $version="1.0", string $outEnc="utf-8", string $inEnc="utf-8")
static getExportablePreferences()
return exportable preference keys as found in db
xmlDumpMem(bool $format=true)
Returns xml document from memory.