◆ __construct()
ilCalendarInboxGUI::__construct |
( |
ilDate |
$seed_date | ) |
|
◆ executeCommand()
ilCalendarInboxGUI::executeCommand |
( |
| ) |
|
Execute command.
public
Definition at line 75 of file class.ilCalendarInboxGUI.php.
References $_GET, $_SESSION, $app, $DIC, and $tpl.
79 $ilCtrl = $DIC[
'ilCtrl'];
82 $next_class = $ilCtrl->getNextClass();
83 switch ($next_class) {
84 case 'ilcalendarappointmentgui':
85 $this->ctrl->setReturn($this,
'');
86 $this->tabs_gui->setSubTabActive(
$_SESSION[
'cal_last_tab']);
88 include_once(
'./Services/Calendar/classes/class.ilCalendarAppointmentGUI.php');
90 $this->ctrl->forwardCommand(
$app);
93 case 'ilcalendaragendalistgui':
94 include_once(
"./Services/Calendar/classes/Agenda/class.ilCalendarAgendaListGUI.php");
96 $html = $this->ctrl->forwardCommand($cal_list);
99 $tpl->setContent($html);
104 $cmd = $this->ctrl->getCmd(
"inbox");
106 $tpl->setContent($this->tpl->get());
Administrate calendar appointments.
◆ inbox()
ilCalendarInboxGUI::inbox |
( |
| ) |
|
|
protected |
show inbox
Definition at line 116 of file class.ilCalendarInboxGUI.php.
References $DIC.
120 $ilCtrl = $DIC[
'ilCtrl'];
122 $this->tpl =
new ilTemplate(
'tpl.inbox.html',
true,
true,
'Services/Calendar');
126 $html = $ilCtrl->getHTML($cal_list);
127 $this->tpl->setVariable(
'CHANGED_TABLE', $html);
◆ $ctrl
ilCalendarInboxGUI::$ctrl |
|
protected |
◆ $lng
◆ $tabs_gui
ilCalendarInboxGUI::$tabs_gui |
|
protected |
◆ $timezone
ilCalendarInboxGUI::$timezone = 'UTC' |
|
protected |
◆ $toolbar
ilCalendarInboxGUI::$toolbar |
|
protected |
◆ $tpl
◆ $user
ilCalendarInboxGUI::$user |
|
protected |
◆ $user_settings
ilCalendarInboxGUI::$user_settings = null |
|
protected |
The documentation for this class was generated from the following file: