ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (int $a_cal_id=0) | |
setEntryId (int $a_id) | |
getEntryId () | |
getRecipients () | |
validate () | |
save () | |
addRecipient (int $a_type, int $a_usr_id=0, string $a_email='') | |
setRecipients (array $a_rcps) | |
deleteRecipients () | |
Static Public Member Functions | |
static | deleteUser (int $a_usr_id) |
static | deleteCalendarEntry (int $a_cal_id) |
static | createTable () |
Data Fields | |
const | TYPE_USER = 1 |
const | TYPE_EMAIL = 2 |
Protected Member Functions | |
read () | |
Protected Attributes | |
ilLanguage | $lng |
ilDBInterface | $db |
ilErrorHandling | $error |
Private Attributes | |
int | $cal_id = 0 |
array | $rcps = array() |
Definition at line 9 of file class.ilCalendarUserNotification.php.
ilCalendarUserNotification::__construct | ( | int | $a_cal_id = 0 | ) |
Definition at line 21 of file class.ilCalendarUserNotification.php.
References $DIC, ILIAS\Repository\lng(), and read().
ilCalendarUserNotification::addRecipient | ( | int | $a_type, |
int | $a_usr_id = 0 , |
||
string | $a_email = '' |
||
) |
Definition at line 102 of file class.ilCalendarUserNotification.php.
Referenced by read().
|
static |
Definition at line 143 of file class.ilCalendarUserNotification.php.
|
static |
Definition at line 43 of file class.ilCalendarUserNotification.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilCalendarAppointmentGUI\delete().
ilCalendarUserNotification::deleteRecipients | ( | ) |
Definition at line 116 of file class.ilCalendarUserNotification.php.
References $query, $res, and getEntryId().
Referenced by save().
|
static |
ilCalendarUserNotification::getEntryId | ( | ) |
Definition at line 58 of file class.ilCalendarUserNotification.php.
References $cal_id.
Referenced by deleteRecipients(), and read().
ilCalendarUserNotification::getRecipients | ( | ) |
Definition at line 63 of file class.ilCalendarUserNotification.php.
References $rcps.
Referenced by save(), and validate().
|
protected |
Definition at line 123 of file class.ilCalendarUserNotification.php.
References $query, $res, addRecipient(), ilDBConstants\FETCHMODE_OBJECT, and getEntryId().
Referenced by __construct().
ilCalendarUserNotification::save | ( | ) |
Definition at line 84 of file class.ilCalendarUserNotification.php.
References $query, deleteRecipients(), and getRecipients().
ilCalendarUserNotification::setEntryId | ( | int | $a_id | ) |
Definition at line 53 of file class.ilCalendarUserNotification.php.
ilCalendarUserNotification::setRecipients | ( | array | $a_rcps | ) |
Definition at line 111 of file class.ilCalendarUserNotification.php.
Referenced by ilCalendarAppointmentGUI\distributeUserNotifications().
ilCalendarUserNotification::validate | ( | ) |
Definition at line 68 of file class.ilCalendarUserNotification.php.
References getRecipients(), ilUtil\is_email(), and ILIAS\Repository\lng().
|
private |
Definition at line 14 of file class.ilCalendarUserNotification.php.
Referenced by getEntryId().
|
protected |
Definition at line 18 of file class.ilCalendarUserNotification.php.
|
protected |
Definition at line 19 of file class.ilCalendarUserNotification.php.
|
protected |
Definition at line 17 of file class.ilCalendarUserNotification.php.
|
private |
Definition at line 15 of file class.ilCalendarUserNotification.php.
Referenced by getRecipients().
const ilCalendarUserNotification::TYPE_EMAIL = 2 |
Definition at line 12 of file class.ilCalendarUserNotification.php.
Referenced by ilAppointmentPresentationUserGUI\collectPropertiesAndActions(), ilAppointmentPresentationPublicGUI\collectPropertiesAndActions(), ilCalendarAppointmentGUI\distributeUserNotifications(), ilCalendarAppointmentGUI\initForm(), and ilCalendarAppointmentGUI\loadNotificationRecipients().
const ilCalendarUserNotification::TYPE_USER = 1 |
Definition at line 11 of file class.ilCalendarUserNotification.php.
Referenced by ilAppointmentPresentationUserGUI\collectPropertiesAndActions(), ilAppointmentPresentationPublicGUI\collectPropertiesAndActions(), ilCalendarAppointmentGUI\distributeUserNotifications(), ilCalendarAppointmentGUI\initForm(), and ilCalendarAppointmentGUI\loadNotificationRecipients().