ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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().
ILIAS\Exercise\Notification\NotificationManager::sendDeadlineRequestNotification | ( | int | $ass_id | ) |
Definition at line 102 of file NotificationManager.php.
References $ass_id, ilNotification\getNotificationsForObject(), ILIAS\Repository\object(), ilExerciseMailNotification\TYPE_DEADLINE_REQUESTED, and ilNotification\TYPE_EXERCISE_SUBMISSION.
ILIAS\Exercise\Notification\NotificationManager::sendDeadlineSetNotification | ( | int | $ass_id, |
int | $part_id | ||
) |
Definition at line 117 of file NotificationManager.php.
References $ass_id, and 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.
ILIAS\Exercise\Notification\NotificationManager::sendMessageFromPeerfeedbackGiverNotification | ( | int | $ass_id, |
int | $rcp_id, | ||
string | $text | ||
) |
Definition at line 72 of file NotificationManager.php.
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.
ILIAS\Exercise\Notification\NotificationManager::sendUploadNotification | ( | int | $ass_id | ) |
Definition at line 39 of file NotificationManager.php.
References $ass_id, 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\Exercise\Notification\NotificationManager\__construct().