|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Personal desktop settings repo. More...
Collaboration diagram for ilPersonalDesktopSettingsRepository:Public Member Functions | |
| __construct (ilSetting $settings) | |
| Constructor. More... | |
Protected Member Functions | |
| ifNotesEnabled () | |
| Notes enabled? More... | |
| enableNotes (bool $active=true) | |
| Enable notes. More... | |
| ifCommentsEnabled () | |
| Comments enabled? More... | |
| enableComments (bool $active=true) | |
| Enable comments. More... | |
| ifAuthorsCanDelete () | |
| Can authors delete their comments. More... | |
| enableAuthorsCanDelete (bool $active=true) | |
| Enable authors delete their comments. More... | |
| ifTutorsCanDelete () | |
| Can tutors delete comments of others. More... | |
| enableTutorsCanDelete (bool $active=true) | |
| Enable tutors delete comments of others. More... | |
| getCommentsNotificationRecipients () | |
| Get recipients of comments notification. More... | |
| updateCommentsNotificationRecipients (string $recipients) | |
| Update recipients of comments notification. More... | |
| ifLearningHistoryEnabled () | |
| learning history enabled? More... | |
| enableLearningHistory (bool $active=true) | |
| Enable learning history. More... | |
| ifChatViewerEnabled () | |
| chat viewer enabled? More... | |
| enableChatViewer (bool $active=true) | |
| Enable chat viewer. More... | |
| getSystemMessagePresentation () | |
| Get system message presentation. More... | |
| updateSystemMessagePresentation (int $mode) | |
| Update system message presentation. More... | |
| ifForumDrafts () | |
| forum draft block enabled? More... | |
| enableForumDrafts (bool $active=true) | |
| Enable forum draft block. More... | |
Protected Attributes | |
| $settings | |
Personal desktop settings repo.
Definition at line 11 of file class.ilPersonalDesktopSettingsRepository.php.
| ilPersonalDesktopSettingsRepository::__construct | ( | ilSetting | $settings | ) |
Constructor.
Definition at line 21 of file class.ilPersonalDesktopSettingsRepository.php.
References $settings, and settings().
Here is the call graph for this function:
|
protected |
Enable authors delete their comments.
| bool | $active |
Definition at line 82 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Enable chat viewer.
| bool | $active |
Definition at line 162 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Enable comments.
| bool | $active |
Definition at line 62 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Enable forum draft block.
| bool | $active |
Definition at line 202 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Enable learning history.
| bool | $active |
Definition at line 142 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Enable notes.
| bool | $active |
Definition at line 42 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Enable tutors delete comments of others.
| bool | $active |
Definition at line 102 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Get recipients of comments notification.
Definition at line 112 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Get system message presentation.
Definition at line 172 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Can authors delete their comments.
Definition at line 72 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
chat viewer enabled?
Definition at line 152 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Comments enabled?
Definition at line 52 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
forum draft block enabled?
Definition at line 192 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
learning history enabled?
Definition at line 132 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Notes enabled?
Definition at line 32 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Can tutors delete comments of others.
Definition at line 92 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Update recipients of comments notification.
| string | $recipients |
Definition at line 122 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Update system message presentation.
| int | $mode |
Definition at line 182 of file class.ilPersonalDesktopSettingsRepository.php.
References settings().
Here is the call graph for this function:
|
protected |
Definition at line 16 of file class.ilPersonalDesktopSettingsRepository.php.
Referenced by __construct().