|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilCalendarAppointmentPresentationGUI. More...
Collaboration diagram for ilCalendarAppointmentPresentationGUI: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.
@access public
param
Definition at line 40 of file class.ilCalendarAppointmentPresentationGUI.php.
References $DIC, $seed, ilCalendarSettings\_getInstance(), and settings().
Here is the call graph for this function:
|
static |
get singleton instance
@access public
| ilDate | $seed | |
| $a_app |
Definition at line 87 of file class.ilCalendarAppointmentPresentationGUI.php.
References $seed.
Referenced by ilCalendarAgendaListGUI\executeCommand(), ilCalendarBlockGUI\executeCommand(), ilCalendarDayGUI\executeCommand(), ilCalendarMonthGUI\executeCommand(), ilCalendarWeekGUI\executeCommand(), ilCalendarAgendaListGUI\getHTML(), ilCalendarBlockGUI\getModalForApp(), and ilCalendarViewGUI\getModalForApp().
Here is the caller graph for this function:| ilCalendarAppointmentPresentationGUI::executeCommand | ( | ) |
Definition at line 92 of file class.ilCalendarAppointmentPresentationGUI.php.
|
protected |
Definition at line 201 of file class.ilCalendarAppointmentPresentationGUI.php.
References $DIC, $res, and IL_COMP_SERVICE.
Referenced by getContentByPlugins().
Here is the caller graph for this function:
|
protected |
Definition at line 221 of file class.ilCalendarAppointmentPresentationGUI.php.
References $a_content, XapiProxy\$plugin, $toolbar, and getActivePlugins().
Referenced by getModalHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCalendarAppointmentPresentationGUI::getHTML | ( | ) |
Get modal html.
Definition at line 138 of file class.ilCalendarAppointmentPresentationGUI.php.
References getModalHTML(), and modifyListItem().
Here is the call graph for this function:| ilCalendarAppointmentPresentationGUI::getListItem | ( | ) |
Get list item mode.
Definition at line 73 of file class.ilCalendarAppointmentPresentationGUI.php.
References $list_item.
Referenced by modifyListItem().
Here is the caller graph for this function:| ilCalendarAppointmentPresentationGUI::getModalHTML | ( | ) |
Get modal html.
Definition at line 153 of file class.ilCalendarAppointmentPresentationGUI.php.
References Vendor\Package\$f, $info_screen, $toolbar, $tpl, getContentByPlugins(), and ilAppointmentPresentationFactory\getInstance().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 Vendor\Package\$f, ilAppointmentPresentationFactory\getInstance(), and getListItem().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
References MODE_LIST_ITEM.
|
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.
Referenced by setListItemMode().
| const ilCalendarAppointmentPresentationGUI::MODE_MODAL = "modal" |
Definition at line 13 of file class.ilCalendarAppointmentPresentationGUI.php.