|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilCalendarUserNotification: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, error(), ILIAS\Repository\lng(), and read().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:| ilCalendarUserNotification::deleteRecipients | ( | ) |
Definition at line 116 of file class.ilCalendarUserNotification.php.
References $query, $res, and getEntryId().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 33 of file class.ilCalendarUserNotification.php.
| ilCalendarUserNotification::getEntryId | ( | ) |
Definition at line 58 of file class.ilCalendarUserNotification.php.
References $cal_id.
Referenced by deleteRecipients(), read(), and save().
Here is the caller graph for this function:| ilCalendarUserNotification::getRecipients | ( | ) |
Definition at line 63 of file class.ilCalendarUserNotification.php.
References $rcps.
Referenced by save(), and validate().
Here is the caller graph for this function:
|
protected |
Definition at line 123 of file class.ilCalendarUserNotification.php.
References $query, $res, addRecipient(), ilDBConstants\FETCHMODE_OBJECT, and getEntryId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCalendarUserNotification::save | ( | ) |
Definition at line 84 of file class.ilCalendarUserNotification.php.
References $query, deleteRecipients(), getEntryId(), and getRecipients().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilCalendarUserNotification::validate | ( | ) |
Definition at line 68 of file class.ilCalendarUserNotification.php.
References error(), getRecipients(), ilUtil\is_email(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
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 ilAppointmentPresentationPublicGUI\collectPropertiesAndActions(), ilAppointmentPresentationUserGUI\collectPropertiesAndActions(), ilCalendarAppointmentGUI\distributeUserNotifications(), and ilCalendarAppointmentGUI\loadNotificationRecipients().
| const ilCalendarUserNotification::TYPE_USER = 1 |
Definition at line 11 of file class.ilCalendarUserNotification.php.
Referenced by ilAppointmentPresentationPublicGUI\collectPropertiesAndActions(), ilAppointmentPresentationUserGUI\collectPropertiesAndActions(), ilCalendarAppointmentGUI\distributeUserNotifications(), and ilCalendarAppointmentGUI\loadNotificationRecipients().