|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Exercise\Notification\NotificationManager:Public Member Functions | |
| __construct (InternalDomainService $domain, int $ref_id) | |
| sendUploadNotification (int $ass_id) | |
| sendFeedbackNotification (int $ass_id, array $user_ids, string $feedback_file="", bool $is_text_feedback=false) | |
| sendMessageFromPeerfeedbackGiverNotification (int $ass_id, int $rcp_id, string $text) | |
| sendMessageFromPeerfeedbackRecipientNotification (int $ass_id, int $peer_id, int $notification_rcp_id, string $text) | |
| sendDeadlineRequestNotification (int $ass_id) | |
| sendDeadlineSetNotification (int $ass_id, int $part_id) | |
Protected Attributes | |
| int | $ref_id |
| ILIAS Exercise Object ObjectManager | $object |
Definition at line 25 of file NotificationManager.php.
| ILIAS\Exercise\Notification\NotificationManager::__construct | ( | InternalDomainService | $domain, |
| int | $ref_id | ||
| ) |
Definition at line 30 of file NotificationManager.php.
References ILIAS\Exercise\Notification\NotificationManager\$ref_id, and ILIAS\Exercise\InternalDomainService\object().
Here is the call graph for this function:| ILIAS\Exercise\Notification\NotificationManager::sendDeadlineRequestNotification | ( | int | $ass_id | ) |
Definition at line 102 of file NotificationManager.php.
References ilNotification\getNotificationsForObject(), ILIAS\Repository\object(), ilExerciseMailNotification\TYPE_DEADLINE_REQUESTED, and ilNotification\TYPE_EXERCISE_SUBMISSION.
Here is the call graph for this function:| ILIAS\Exercise\Notification\NotificationManager::sendDeadlineSetNotification | ( | int | $ass_id, |
| int | $part_id | ||
| ) |
Definition at line 117 of file NotificationManager.php.
References ilExerciseMailNotification\TYPE_IDL_DEADLINE_SET.
| ILIAS\Exercise\Notification\NotificationManager::sendFeedbackNotification | ( | int | $ass_id, |
| array | $user_ids, | ||
| string | $feedback_file = "", |
||
| bool | $is_text_feedback = false |
||
| ) |
Definition at line 54 of file NotificationManager.php.
References ilExerciseMailNotification\TYPE_FEEDBACK_FILE_ADDED, and ilExerciseMailNotification\TYPE_FEEDBACK_TEXT_ADDED.
| ILIAS\Exercise\Notification\NotificationManager::sendMessageFromPeerfeedbackGiverNotification | ( | int | $ass_id, |
| int | $rcp_id, | ||
| string | $text | ||
| ) |
Definition at line 72 of file NotificationManager.php.
References ilExerciseMailNotification\TYPE_MESSAGE_FROM_PF_GIVER.
| ILIAS\Exercise\Notification\NotificationManager::sendMessageFromPeerfeedbackRecipientNotification | ( | int | $ass_id, |
| int | $peer_id, | ||
| int | $notification_rcp_id, | ||
| string | $text | ||
| ) |
Definition at line 86 of file NotificationManager.php.
References ilExerciseMailNotification\TYPE_MESSAGE_FROM_PF_RECIPIENT.
| ILIAS\Exercise\Notification\NotificationManager::sendUploadNotification | ( | int | $ass_id | ) |
Definition at line 39 of file NotificationManager.php.
References ilNotification\getNotificationsForObject(), ILIAS\Repository\object(), ilNotification\TYPE_EXERCISE_SUBMISSION, and ilExerciseMailNotification\TYPE_SUBMISSION_UPLOAD.
Here is the call graph for this function:
|
protected |
Definition at line 28 of file NotificationManager.php.
|
protected |
Definition at line 27 of file NotificationManager.php.
Referenced by ILIAS\Exercise\Notification\NotificationManager\__construct().