ILIAS
trunk Revision v11.0_alpha-1861-g09f3d197f78
|
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\UI\Component\MainControls\Slate\Notification\NotificationManager::__construct | ( | InternalDomainService | $domain, |
int | $ref_id | ||
) |
Definition at line 30 of file NotificationManager.php.
References ILIAS\UI\Component\MainControls\Slate\Notification\NotificationManager\$ref_id.
ILIAS\UI\Component\MainControls\Slate\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.
ILIAS\UI\Component\MainControls\Slate\Notification\NotificationManager::sendDeadlineSetNotification | ( | int | $ass_id, |
int | $part_id | ||
) |
Definition at line 117 of file NotificationManager.php.
References ilExerciseMailNotification\TYPE_IDL_DEADLINE_SET.
ILIAS\UI\Component\MainControls\Slate\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\UI\Component\MainControls\Slate\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\UI\Component\MainControls\Slate\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\UI\Component\MainControls\Slate\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.
|
protected |
Definition at line 28 of file NotificationManager.php.
|
protected |
Definition at line 27 of file NotificationManager.php.
Referenced by ILIAS\UI\Component\MainControls\Slate\Notification\NotificationManager\__construct().