|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 23 of file class.ilCalendarUserNotification.php.
| ilCalendarUserNotification::__construct | ( | int | $a_cal_id = 0 | ) |
Definition at line 35 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 116 of file class.ilCalendarUserNotification.php.
Referenced by read().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:| ilCalendarUserNotification::deleteRecipients | ( | ) |
Definition at line 130 of file class.ilCalendarUserNotification.php.
References $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 47 of file class.ilCalendarUserNotification.php.
| ilCalendarUserNotification::getEntryId | ( | ) |
Definition at line 72 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 77 of file class.ilCalendarUserNotification.php.
References $rcps.
Referenced by save(), and validate().
Here is the caller graph for this function:
|
protected |
Definition at line 137 of file class.ilCalendarUserNotification.php.
References $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 98 of file class.ilCalendarUserNotification.php.
References deleteRecipients(), getEntryId(), and getRecipients().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilCalendarUserNotification::validate | ( | ) |
Definition at line 82 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 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 ilAppointmentPresentationPublicGUI\collectPropertiesAndActions(), ilAppointmentPresentationUserGUI\collectPropertiesAndActions(), ilCalendarAppointmentGUI\distributeUserNotifications(), and ilCalendarAppointmentGUI\loadNotificationRecipients().
| const ilCalendarUserNotification::TYPE_USER = 1 |
Definition at line 25 of file class.ilCalendarUserNotification.php.
Referenced by ilAppointmentPresentationPublicGUI\collectPropertiesAndActions(), ilAppointmentPresentationUserGUI\collectPropertiesAndActions(), ilCalendarAppointmentGUI\distributeUserNotifications(), and ilCalendarAppointmentGUI\loadNotificationRecipients().