ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilCalendarAppointmentPresentationGUI. More...
Public Member Functions | |
setListItemMode (\ILIAS\UI\Component\Item\Standard $a_val) | |
Set list item mode. More... | |
getListItem () | |
Get list item mode. More... | |
executeCommand () | |
getSeed () | |
Get seed date. More... | |
getHTML () | |
Get modal html. More... | |
getModalHTML () | |
Get modal html. More... | |
modifyListItem () | |
Modify List item. More... | |
Static Public Member Functions | |
static | _getInstance (ilDate $seed, $a_app) |
get singleton instance More... | |
Data Fields | |
const | MODE_MODAL = "modal" |
const | MODE_LIST_ITEM = "list_item" |
Protected Member Functions | |
__construct (ilDate $seed=null, $a_app) | |
Singleton. More... | |
getActivePlugins () | |
getContentByPlugins ($a_content, $a_toolbar) | |
Protected Attributes | |
$seed = null | |
$settings = null | |
$appointment | |
$mode = self::MODE_MODAL | |
$toolbar | |
$info_screen | |
$list_item = null | |
Static Protected Attributes | |
static | $instance = null |
Class ilCalendarAppointmentPresentationGUI.
Definition at line 11 of file class.ilCalendarAppointmentPresentationGUI.php.
|
protected |
Singleton.
public
Definition at line 40 of file class.ilCalendarAppointmentPresentationGUI.php.
References $DIC, $seed, ilCalendarSettings\_getInstance(), and settings().
|
static |
get singleton instance
public
ilDate | $seed | |
$a_app |
Definition at line 87 of file class.ilCalendarAppointmentPresentationGUI.php.
References $seed.
Referenced by ilCalendarMonthGUI\executeCommand(), ilCalendarWeekGUI\executeCommand(), ilCalendarDayGUI\executeCommand(), ilCalendarAgendaListGUI\executeCommand(), ilCalendarBlockGUI\executeCommand(), ilCalendarAgendaListGUI\getHTML(), ilCalendarViewGUI\getModalForApp(), and ilCalendarBlockGUI\getModalForApp().
ilCalendarAppointmentPresentationGUI::executeCommand | ( | ) |
Definition at line 92 of file class.ilCalendarAppointmentPresentationGUI.php.
References $_GET, $DIC, and $ilCtrl.
|
protected |
Definition at line 201 of file class.ilCalendarAppointmentPresentationGUI.php.
References $DIC, $res, and IL_COMP_SERVICE.
Referenced by getContentByPlugins().
|
protected |
Definition at line 221 of file class.ilCalendarAppointmentPresentationGUI.php.
References $a_content, $toolbar, and getActivePlugins().
Referenced by getModalHTML().
ilCalendarAppointmentPresentationGUI::getHTML | ( | ) |
Get modal html.
Definition at line 138 of file class.ilCalendarAppointmentPresentationGUI.php.
References getModalHTML(), and modifyListItem().
ilCalendarAppointmentPresentationGUI::getListItem | ( | ) |
Get list item mode.
Definition at line 73 of file class.ilCalendarAppointmentPresentationGUI.php.
References $list_item.
Referenced by modifyListItem().
ilCalendarAppointmentPresentationGUI::getModalHTML | ( | ) |
Get modal html.
Definition at line 153 of file class.ilCalendarAppointmentPresentationGUI.php.
References $f, $info_screen, $toolbar, $tpl, getContentByPlugins(), and ilAppointmentPresentationFactory\getInstance().
Referenced by getHTML().
ilCalendarAppointmentPresentationGUI::getSeed | ( | ) |
Get seed date.
Definition at line 129 of file class.ilCalendarAppointmentPresentationGUI.php.
References $seed.
ilCalendarAppointmentPresentationGUI::modifyListItem | ( | ) |
Modify List item.
Definition at line 192 of file class.ilCalendarAppointmentPresentationGUI.php.
References $f, $li, ilAppointmentPresentationFactory\getInstance(), and getListItem().
Referenced by getHTML().
ilCalendarAppointmentPresentationGUI::setListItemMode | ( | \ILIAS\UI\Component\Item\Standard | $a_val | ) |
Set list item mode.
\ILIAS\UI\Component\Item\Standard | $a_val |
Definition at line 62 of file class.ilCalendarAppointmentPresentationGUI.php.
|
protected |
Definition at line 19 of file class.ilCalendarAppointmentPresentationGUI.php.
|
protected |
Definition at line 24 of file class.ilCalendarAppointmentPresentationGUI.php.
Referenced by getModalHTML().
|
staticprotected |
Definition at line 17 of file class.ilCalendarAppointmentPresentationGUI.php.
|
protected |
Definition at line 30 of file class.ilCalendarAppointmentPresentationGUI.php.
Referenced by getListItem().
|
protected |
Definition at line 21 of file class.ilCalendarAppointmentPresentationGUI.php.
|
protected |
Definition at line 16 of file class.ilCalendarAppointmentPresentationGUI.php.
Referenced by __construct(), _getInstance(), and getSeed().
|
protected |
Definition at line 18 of file class.ilCalendarAppointmentPresentationGUI.php.
|
protected |
Definition at line 23 of file class.ilCalendarAppointmentPresentationGUI.php.
Referenced by getContentByPlugins(), and getModalHTML().
const ilCalendarAppointmentPresentationGUI::MODE_LIST_ITEM = "list_item" |
Definition at line 14 of file class.ilCalendarAppointmentPresentationGUI.php.
const ilCalendarAppointmentPresentationGUI::MODE_MODAL = "modal" |
Definition at line 13 of file class.ilCalendarAppointmentPresentationGUI.php.