|
ILIAS
release_4-3 Revision
|
Show calendar subscription info. More...
Collaboration diagram for ilCalendarSubscriptionGUI:Public Member Functions | |
| __construct ($a_calendar_id) | |
| Constructor. | |
| getCalendarId () | |
| Get current calendar id. | |
| getCalendar () | |
| executeCommand () | |
| Execute command. | |
Protected Member Functions | |
| show () | |
| Show subscription info. | |
Private Member Functions | |
| createToken () | |
| Create calendar token. | |
Private Attributes | |
| $cal_id = 0 | |
| $calendar = null | |
Show calendar subscription info.
Definition at line 12 of file class.ilCalendarSubscriptionGUI.php.
| ilCalendarSubscriptionGUI::__construct | ( | $a_calendar_id | ) |
Constructor.
| int | $a_clendar_id |
Definition at line 21 of file class.ilCalendarSubscriptionGUI.php.
|
private |
Create calendar token.
Definition at line 85 of file class.ilCalendarSubscriptionGUI.php.
References $GLOBALS, getCalendarId(), ilCalendarAuthenticationToken\lookupAuthToken(), and ilCalendarAuthenticationToken\SELECTION_CALENDAR.
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCalendarSubscriptionGUI::executeCommand | ( | ) |
| ilCalendarSubscriptionGUI::getCalendar | ( | ) |
Definition at line 37 of file class.ilCalendarSubscriptionGUI.php.
Referenced by show().
Here is the caller graph for this function:| ilCalendarSubscriptionGUI::getCalendarId | ( | ) |
Get current calendar id.
Definition at line 32 of file class.ilCalendarSubscriptionGUI.php.
References $cal_id.
Referenced by createToken().
Here is the caller graph for this function:
|
protected |
Show subscription info.
Definition at line 64 of file class.ilCalendarSubscriptionGUI.php.
References $GLOBALS, createToken(), getCalendar(), and ilUtil\sendInfo().
Here is the call graph for this function:
|
private |
Definition at line 14 of file class.ilCalendarSubscriptionGUI.php.
Referenced by getCalendarId().
|
private |
Definition at line 15 of file class.ilCalendarSubscriptionGUI.php.