8declare(strict_types=1);
18trait BuildExportFieldArray
24 private function getExportFieldArray(
27 SettingsImplementation $settings
31 $profile->getVisibleFields(
Context::Export),
32 $settings->getExportableSettings()
34 function (array
$c, Property $v) use (
$lng): array {
39 'usr_id' =>
$lng->txt(
'usr_id'),
40 'login' =>
$lng->txt(
'login'),
41 'last_login' =>
$lng->txt(
'last_login'),
42 'last_update' =>
$lng->txt(
'last_update'),
43 'create_date' =>
$lng->txt(
'create_date'),
44 'time_limit_unlimited' =>
$lng->txt(
'time_limit_unlimited'),
45 'time_limit_from' =>
$lng->txt(
'time_limit_from'),
46 'time_limit_until' =>
$lng->txt(
'time_limit_until'),
47 'time_limit_message' =>
$lng->txt(
'time_limit_message'),
48 'active' =>
$lng->txt(
'active'),
49 'approve_date' =>
$lng->txt(
'approve_date'),
50 'agree_date' =>
$lng->txt(
'agree_date'),
51 'auth_mode' =>
$lng->txt(
'auth_mode'),
52 'ext_account' =>
$lng->txt(
'user_ext_account'),
53 'feedhash' =>
$lng->txt(
'feedhash')
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...