|
ILIAS
release_8 Revision v8.24
|
Stores status (accepted/declined) of shared calendars. More...
Collaboration diagram for ilCalendarSharedStatus:Public Member Functions | |
| __construct (int $a_usr_id) | |
| isAccepted (int $a_cal_id) | |
| isDeclined (int $a_cal_id) | |
| accept (int $a_calendar_id) | |
| decline (int $a_calendar_id) | |
| getOpenInvitations () | |
Static Public Member Functions | |
| static | getAcceptedCalendars (int $a_usr_id) |
| static | hasStatus (int $a_usr_id, int $a_calendar_id) |
| static | deleteUser (int $a_usr_id) |
| static | deleteCalendar (int $a_calendar_id) |
| static | deleteStatus (int $a_id, int $a_calendar_id) |
Data Fields | |
| const | STATUS_ACCEPTED = 1 |
| const | STATUS_DECLINED = 2 |
| const | STATUS_DELETED = 3 |
Protected Member Functions | |
| read () | |
Protected Attributes | |
| ilDBInterface | $db |
Private Attributes | |
| int | $usr_id = 0 |
| array | $calendars = array() |
| array | $writable = array() |
Stores status (accepted/declined) of shared calendars.
Definition at line 31 of file class.ilCalendarSharedStatus.php.
| ilCalendarSharedStatus::__construct | ( | int | $a_usr_id | ) |
Definition at line 44 of file class.ilCalendarSharedStatus.php.
Here is the call graph for this function:| ilCalendarSharedStatus::accept | ( | int | $a_calendar_id | ) |
Definition at line 139 of file class.ilCalendarSharedStatus.php.
References $query, $res, deleteStatus(), and STATUS_ACCEPTED.
Here is the call graph for this function:| ilCalendarSharedStatus::decline | ( | int | $a_calendar_id | ) |
Definition at line 153 of file class.ilCalendarSharedStatus.php.
References $query, $res, deleteStatus(), and STATUS_DECLINED.
Here is the call graph for this function:
|
static |
Definition at line 103 of file class.ilCalendarSharedStatus.php.
|
static |
Definition at line 113 of file class.ilCalendarSharedStatus.php.
References $DIC, $ilDB, $query, $res, and ilObject\_lookupType().
Referenced by accept(), decline(), and ilCalendarShared\stopSharing().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 93 of file class.ilCalendarSharedStatus.php.
|
static |
Definition at line 66 of file class.ilCalendarSharedStatus.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilCalendarCategories\readPrivateCalendars().
Here is the caller graph for this function:| ilCalendarSharedStatus::getOpenInvitations | ( | ) |
Definition at line 176 of file class.ilCalendarSharedStatus.php.
References $data, ilCalendarCategoryAssignments\_getAssignedAppointments(), ilCalendarShared\getSharedCalendarsForUser(), isAccepted(), and isDeclined().
Here is the call graph for this function:
|
static |
Definition at line 81 of file class.ilCalendarSharedStatus.php.
| ilCalendarSharedStatus::isAccepted | ( | int | $a_cal_id | ) |
Definition at line 52 of file class.ilCalendarSharedStatus.php.
References STATUS_ACCEPTED.
Referenced by getOpenInvitations().
Here is the caller graph for this function:| ilCalendarSharedStatus::isDeclined | ( | int | $a_cal_id | ) |
Definition at line 59 of file class.ilCalendarSharedStatus.php.
References STATUS_DECLINED.
Referenced by getOpenInvitations().
Here is the caller graph for this function:
|
protected |
Definition at line 166 of file class.ilCalendarSharedStatus.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 41 of file class.ilCalendarSharedStatus.php.
|
protected |
Definition at line 37 of file class.ilCalendarSharedStatus.php.
|
private |
Definition at line 39 of file class.ilCalendarSharedStatus.php.
|
private |
Definition at line 42 of file class.ilCalendarSharedStatus.php.
| const ilCalendarSharedStatus::STATUS_ACCEPTED = 1 |
Definition at line 33 of file class.ilCalendarSharedStatus.php.
Referenced by accept(), and isAccepted().
| const ilCalendarSharedStatus::STATUS_DECLINED = 2 |
Definition at line 34 of file class.ilCalendarSharedStatus.php.
Referenced by decline(), and isDeclined().
| const ilCalendarSharedStatus::STATUS_DELETED = 3 |
Definition at line 35 of file class.ilCalendarSharedStatus.php.