19 declare(strict_types=1);
35 return !$this->
settings->get(
'disable_notes');
40 $this->
settings->set(
'disable_notes', $active ?
'0' :
'1');
45 return !$this->
settings->get(
'disable_comments');
50 $this->
settings->set(
'disable_comments', $active ?
'0' :
'1');
55 return (
bool) $this->
settings->get(
'comments_del_user',
'0');
60 $this->
settings->set(
'comments_del_user', $active ?
'1' :
'0');
65 return (
bool) $this->
settings->get(
'comments_del_tutor',
'1');
70 $this->
settings->set(
'comments_del_tutor', $active ?
'1' :
'0');
75 return (
string) $this->
settings->get(
'comments_noti_recip');
80 $this->
settings->set(
'comments_noti_recip', $recipients);
85 return (
bool) $this->
settings->get(
'enable_learning_history');
90 $this->
settings->set(
'enable_learning_history', $active ?
'1' :
'0');
95 return (
bool) $this->
settings->get(
'block_activated_chatviewer');
100 $this->
settings->set(
'block_activated_chatviewer', $active ?
'1' :
'0');
105 return (
int) $this->
settings->get(
'pd_sys_msg_mode');
110 $this->
settings->set(
'pd_sys_msg_mode', (
string) $mode);
115 return (
bool) $this->
settings->get(
'block_activated_pdfrmpostdraft',
'0');
120 $this->
settings->set(
'block_activated_pdfrmpostdraft', $active ?
'1' :
'0');
updateSystemMessagePresentation(int $mode)
getCommentsNotificationRecipients()
enableChatViewer(bool $active=true)
enableComments(bool $active=true)
__construct(Setting $settings)
enableNotes(bool $active=true)
enableLearningHistory(bool $active=true)
ifLearningHistoryEnabled()
updateCommentsNotificationRecipients(string $recipients)
enableTutorsCanDelete(bool $active=true)
enableForumDrafts(bool $active=true)
getSystemMessagePresentation()
enableAuthorsCanDelete(bool $active=true)