|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Notes\NoteSettingsDBRepository:Public Member Functions | |
| __construct (InternalDataService $data, \ilDBInterface $db) | |
| commentsActive (int $obj_id) | |
| Are comments activated for object? More... | |
| commentsActiveMultiple (array $obj_ids) | |
| activateComments (int $obj_id, int $sub_obj_id, string $obj_type, bool $a_activate=true) | |
| Activate notes feature. More... | |
Protected Attributes | |
| ilDBInterface | $db |
| InternalDataService | $data |
Definition at line 26 of file class.NoteSettingsDBRepository.php.
| ILIAS\Notes\NoteSettingsDBRepository::__construct | ( | InternalDataService | $data, |
| \ilDBInterface | $db | ||
| ) |
Definition at line 31 of file class.NoteSettingsDBRepository.php.
References ILIAS\Notes\NoteSettingsDBRepository\$data, and ILIAS\Notes\NoteSettingsDBRepository\$db.
| ILIAS\Notes\NoteSettingsDBRepository::activateComments | ( | int | $obj_id, |
| int | $sub_obj_id, | ||
| string | $obj_type, | ||
| bool | $a_activate = true |
||
| ) |
Activate notes feature.
Definition at line 79 of file class.NoteSettingsDBRepository.php.
| ILIAS\Notes\NoteSettingsDBRepository::commentsActive | ( | int | $obj_id | ) |
Are comments activated for object?
Definition at line 42 of file class.NoteSettingsDBRepository.php.
| ILIAS\Notes\NoteSettingsDBRepository::commentsActiveMultiple | ( | array | $obj_ids | ) |
Definition at line 57 of file class.NoteSettingsDBRepository.php.
|
protected |
Definition at line 29 of file class.NoteSettingsDBRepository.php.
Referenced by ILIAS\Notes\NoteSettingsDBRepository\__construct().
|
protected |
Definition at line 28 of file class.NoteSettingsDBRepository.php.
Referenced by ILIAS\Notes\NoteSettingsDBRepository\__construct().