ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
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 23 of file class.ilCalendarUserNotification.php.
ilCalendarUserNotification::__construct | ( | int | $a_cal_id = 0 | ) |
Definition at line 35 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 116 of file class.ilCalendarUserNotification.php.
Referenced by read().
|
static |
Definition at line 157 of file class.ilCalendarUserNotification.php.
|
static |
Definition at line 57 of file class.ilCalendarUserNotification.php.
References $DIC, $ilDB, and $res.
Referenced by ilCalendarAppointmentGUI\delete().
ilCalendarUserNotification::deleteRecipients | ( | ) |
Definition at line 130 of file class.ilCalendarUserNotification.php.
References $res, and getEntryId().
Referenced by save().
|
static |
Definition at line 47 of file class.ilCalendarUserNotification.php.
References $DIC, $ilDB, and $res.
ilCalendarUserNotification::getEntryId | ( | ) |
Definition at line 72 of file class.ilCalendarUserNotification.php.
References $cal_id.
Referenced by deleteRecipients(), and read().
ilCalendarUserNotification::getRecipients | ( | ) |
Definition at line 77 of file class.ilCalendarUserNotification.php.
References $rcps.
Referenced by save(), and validate().
|
protected |
Definition at line 137 of file class.ilCalendarUserNotification.php.
References $res, addRecipient(), ilDBConstants\FETCHMODE_OBJECT, and getEntryId().
Referenced by __construct().
ilCalendarUserNotification::save | ( | ) |
Definition at line 98 of file class.ilCalendarUserNotification.php.
References deleteRecipients(), and getRecipients().
ilCalendarUserNotification::setEntryId | ( | int | $a_id | ) |
Definition at line 67 of file class.ilCalendarUserNotification.php.
ilCalendarUserNotification::setRecipients | ( | array | $a_rcps | ) |
Definition at line 125 of file class.ilCalendarUserNotification.php.
Referenced by ilCalendarAppointmentGUI\distributeUserNotifications().
ilCalendarUserNotification::validate | ( | ) |
Definition at line 82 of file class.ilCalendarUserNotification.php.
References getRecipients(), ilUtil\is_email(), and ILIAS\Repository\lng().
|
private |
Definition at line 28 of file class.ilCalendarUserNotification.php.
Referenced by getEntryId().
|
protected |
Definition at line 32 of file class.ilCalendarUserNotification.php.
|
protected |
Definition at line 33 of file class.ilCalendarUserNotification.php.
|
protected |
Definition at line 31 of file class.ilCalendarUserNotification.php.
|
private |
Definition at line 29 of file class.ilCalendarUserNotification.php.
Referenced by getRecipients().
const ilCalendarUserNotification::TYPE_EMAIL = 2 |
Definition at line 26 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 25 of file class.ilCalendarUserNotification.php.
Referenced by ilAppointmentPresentationUserGUI\collectPropertiesAndActions(), ilAppointmentPresentationPublicGUI\collectPropertiesAndActions(), ilCalendarAppointmentGUI\distributeUserNotifications(), ilCalendarAppointmentGUI\initForm(), and ilCalendarAppointmentGUI\loadNotificationRecipients().