◆ __construct()
ilCalendarInboxGUI::__construct |
( |
ilDate |
$seed_date | ) |
|
◆ executeCommand()
ilCalendarInboxGUI::executeCommand |
( |
| ) |
|
Execute command.
public
Definition at line 75 of file class.ilCalendarInboxGUI.php.
References $_GET, $_SESSION, $html, $ilCtrl, $tpl, and ilLoggerFactory\getRootLogger().
79 $next_class = $ilCtrl->getNextClass();
80 switch ($next_class) {
81 case 'ilcalendarappointmentgui':
82 $this->ctrl->setReturn($this,
'');
83 $this->tabs_gui->setSubTabActive(
$_SESSION[
'cal_last_tab']);
85 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);
97 $tpl->setContent(
$html);
101 $cmd = $this->ctrl->getCmd(
"inbox");
103 $tpl->setContent($this->tpl->get());
Administrate calendar appointments.
static getRootLogger()
The unique root logger has a fixed error level.
◆ inbox()
ilCalendarInboxGUI::inbox |
( |
| ) |
|
|
protected |
show inbox
Definition at line 113 of file class.ilCalendarInboxGUI.php.
References $html, and $ilCtrl.
117 $this->tpl =
new ilTemplate(
'tpl.inbox.html',
true,
true,
'Services/Calendar');
121 $html = $ilCtrl->getHTML($cal_list);
122 $this->tpl->setVariable(
'CHANGED_TABLE',
$html);
special template class to simplify handling of ITX/PEAR
◆ $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: