34 return (
bool) !$this->
settings->get(
"disable_notes");
44 $this->
settings->set(
"disable_notes", (
int) !$active);
54 return (
bool) !$this->
settings->get(
"disable_comments");
64 $this->
settings->set(
"disable_comments", (
int) !$active);
74 return (
bool) $this->
settings->get(
"comments_del_user", 0);
84 $this->
settings->set(
"comments_del_user", (
int) $active);
94 return (
bool) $this->
settings->get(
"comments_del_tutor", 1);
104 $this->
settings->set(
"comments_del_tutor", (
int) $active);
114 return (
string) $this->
settings->get(
"comments_noti_recip");
124 $this->
settings->set(
"comments_noti_recip", $recipients);
134 return (
bool) $this->
settings->get(
"enable_learning_history");
144 $this->
settings->set(
"enable_learning_history", (
int) $active);
154 return (
bool) $this->
settings->get(
"block_activated_chatviewer");
164 $this->
settings->set(
"block_activated_chatviewer", (
int) $active);
174 return (
int) $this->
settings->get(
"pd_sys_msg_mode");
184 $this->
settings->set(
"pd_sys_msg_mode", $mode);
194 return (
bool) $this->
settings->get(
'block_activated_pdfrmpostdraft', 0);
204 $this->
settings->set(
"block_activated_pdfrmpostdraft", (
int) $active);
ifAuthorsCanDelete()
Can authors delete their comments.
updateSystemMessagePresentation(int $mode)
Update system message presentation.
getCommentsNotificationRecipients()
Get recipients of comments notification.
ifChatViewerEnabled()
chat viewer enabled?
enableChatViewer(bool $active=true)
Enable chat viewer.
ifNotesEnabled()
Notes enabled?
enableComments(bool $active=true)
Enable comments.
ifTutorsCanDelete()
Can tutors delete comments of others.
enableNotes(bool $active=true)
Enable notes.
enableLearningHistory(bool $active=true)
Enable learning history.
ifForumDrafts()
forum draft block enabled?
ifLearningHistoryEnabled()
learning history enabled?
updateCommentsNotificationRecipients(string $recipients)
Update recipients of comments notification.
ifCommentsEnabled()
Comments enabled?
Personal desktop settings repo.
enableTutorsCanDelete(bool $active=true)
Enable tutors delete comments of others.
__construct(ilSetting $settings)
Constructor.
enableForumDrafts(bool $active=true)
Enable forum draft block.
getSystemMessagePresentation()
Get system message presentation.
enableAuthorsCanDelete(bool $active=true)
Enable authors delete their comments.