19 declare(strict_types=1);
64 $this->db = $DIC->database();
65 $this->
user = $DIC->user();
73 self::$instance =
new self();
75 return self::$instance;
105 $this->participants_list_course_enabled = $a_status;
115 $ilAccess = $DIC->access();
116 $rbacsystem = $DIC->rbac()->system();
118 $user_id = $a_user_id ?: $this->
user->getId();
125 ) and $rbacsystem->checkAccessOfUser(
127 'export_member_data',
136 ) and $rbacsystem->checkAccessOfUser(
138 'export_member_data',
147 ) and $rbacsystem->checkAccessOfUser(
149 'export_member_data',
158 $this->export_course = $a_status;
163 $this->export_group = $a_status;
168 $this->export_learning_sequence = $a_status;
176 $this->fora_statistics = $a_status;
192 $this->anonymous_fora = $a_status;
208 $this->rbac_log = $a_status;
224 $this->rbac_log_age = $a_age;
267 $this->export_confirm_course = $a_status;
272 $this->export_confirm_group = (bool) $a_status;
277 $this->export_confirm_learning_sequence = $a_status;
285 $this->show_grp_access_times = $a_status;
301 $this->show_crs_access_times = $a_status;
317 $this->show_lso_access_times = $a_status;
330 switch ($a_obj_type) {
351 'ps_export_confirm_learning_sequence',
376 $query =
"SELECT object_reference.ref_id FROM object_reference,tree,object_data " .
377 "WHERE tree.parent = " . $this->db->quote(
SYSTEM_FOLDER_ID,
'integer') .
" " .
378 "AND object_data.type = 'ps' " .
379 "AND object_reference.ref_id = tree.child " .
380 "AND object_reference.obj_id = object_data.obj_id";
383 $this->ref_id = (
int) ($row[
"ref_id"] ?? 0);
385 $this->export_course = (bool) $this->
settings->get(
'ps_export_course', null);
386 $this->export_group = (bool) $this->
settings->get(
'ps_export_group', null);
387 $this->export_learning_sequence = (bool) $this->
settings->get(
'ps_export_learning_sequence', null);
388 $this->export_confirm_course = (bool) $this->
settings->get(
'ps_export_confirm', null);
389 $this->export_confirm_group = (bool) $this->
settings->get(
'ps_export_confirm_group', null);
390 $this->export_confirm_learning_sequence = (bool) $this->
settings->get(
'ps_export_confirm_learning_sequence', null);
391 $this->fora_statistics = (bool) $this->
settings->get(
'enable_fora_statistics', null);
392 $this->anonymous_fora = (bool) $this->
settings->get(
'enable_anonymous_fora', null);
393 $this->show_grp_access_times = (bool) $this->
settings->get(
'ps_access_times', null);
394 $this->show_crs_access_times = (bool) $this->
settings->get(
'ps_crs_access_times', null);
395 $this->show_lso_access_times = (bool) $this->
settings->get(
'ps_lso_access_times', null);
396 $this->rbac_log = (bool) $this->
settings->get(
'rbac_log', null);
397 $this->rbac_log_age = (
int) $this->
settings->get(
'rbac_log_age',
"6");
398 $this->sahs_protocol_data = (
int) $this->
settings->get(
'enable_sahs_pd',
"0");
399 $this->export_scorm = (bool) $this->
settings->get(
'ps_export_scorm', null);
401 'participants_list_courses',
402 (
string) $this->participantsListInCoursesEnabled()
423 $this->sahs_protocol_data = (
int) $status;
434 $this->export_scorm = (bool) $a_status;
442 $this->comments_export = (bool) $a_status;
setGroupConfirmationRequired(bool $a_status)
enabledGroupAccessTimes()
check if group access time are visible
enableGroupExport(bool $a_status)
__construct()
Private constructor: use _getInstance() private.
enabledCommentsExport()
Enable comments export.
enabledCourseAccessTimes()
check if access time are enabled in courses
enableRbacLog(bool $a_status)
write access to property rbac_log
bool $export_confirm_course
static ilPrivacySettings $instance
enableLearningSequenceExport(bool $a_status)
enableExportSCORM(int $a_status)
bool $export_confirm_group
bool $show_lso_access_times
courseConfirmationRequired()
enabledSahsProtocolData()
setLearningSequenceConfirmationRequired(bool $a_status)
bool $show_grp_access_times
validate()
validate settings
enabledAccessTimesByType(string $a_obj_type)
participantsListInCoursesEnabled()
getPrivacySettingsRefId()
checkExportAccess(int $a_ref_id, int $a_user_id=0)
Check if a user has the permission to access approved user profile fields, course related user data a...
bool $participants_list_course_enabled
showCourseAccessTimes(bool $a_status)
show course access times
bool $show_crs_access_times
groupConfirmationRequired()
Singleton class that stores all privacy settings.
enabledLearningSequenceExport()
enabledForaStatistics()
read access to property enable fora statistics
bool $export_confirm_learning_sequence
enabledRbacLog()
read access to property enable rbac log
showLearningSequenceAccessTimes(bool $a_status)
show lso access times
enableForaStatistics(bool $a_status)
write access to property fora statitics
enableParticipantsListInCourses(bool $a_status)
enableSahsProtocolData(int $status)
enableAnonymousFora(bool $a_status)
write access to property anonymous fora
setCourseConfirmationRequired(bool $a_status)
enabledAnonymousFora()
read access to property enable anonymous fora
bool $export_learning_sequence
setRbacLogAge(int $a_age)
write access to property rbac log age
static _lookupType(int $id, bool $reference=false)
getRbacLogAge()
read access to property rbac log age
learningSequenceConfirmationRequired()
enabledLearningSequenceAccessTimes()
check if access time are enabled in lso
enableCourseExport(bool $a_status)
confirmationRequired(string $a_type)
enableCommentsExport(bool $a_status)
Enable comments export.
showGroupAccessTimes(bool $a_status)
Show group last access times.