ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Show calendar subscription info. More...
Public Member Functions | |
__construct ($a_calendar_id) | |
Constructor. More... | |
getCalendarId () | |
Get current calendar id. More... | |
getCalendar () | |
executeCommand () | |
Execute command. More... | |
Protected Member Functions | |
show () | |
Show subscription info. More... | |
Private Member Functions | |
createToken () | |
Create calendar token. More... | |
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().
ilCalendarSubscriptionGUI::executeCommand | ( | ) |
ilCalendarSubscriptionGUI::getCalendar | ( | ) |
Definition at line 37 of file class.ilCalendarSubscriptionGUI.php.
Referenced by show().
ilCalendarSubscriptionGUI::getCalendarId | ( | ) |
Get current calendar id.
Definition at line 32 of file class.ilCalendarSubscriptionGUI.php.
References $cal_id.
Referenced by createToken().
|
protected |
Show subscription info.
Definition at line 64 of file class.ilCalendarSubscriptionGUI.php.
References $GLOBALS, $info, $url, createToken(), getCalendar(), and ilUtil\sendInfo().
|
private |
Definition at line 14 of file class.ilCalendarSubscriptionGUI.php.
Referenced by getCalendarId().
|
private |
Definition at line 15 of file class.ilCalendarSubscriptionGUI.php.