ILIAS
Release_5_0_x_branch Revision 61816
|
Show calendar subscription info. More...
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().
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, 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.