|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilCalendarInboxGUI:
Collaboration diagram for ilCalendarInboxGUI:Public Member Functions | |
| __construct (ilDate $seed_date) | |
| Constructor @access public. More... | |
| initialize (int $a_calendar_presentation_type) | |
| @inheritDoc More... | |
| executeCommand () | |
Public Member Functions inherited from ilCalendarViewGUI | |
| __construct (ilDate $seed, int $presentation_type) | |
| setConsulationHoursUserId (int $a_user_id) | |
| getConsultationHoursUserId () | |
| initialize (int $a_calendar_presentation_type) | |
| getCurrentApp () | |
| getEvents () | |
| getDatesForItem ($item) | |
| getModalForApp () | |
| Get modal for appointment (see similar code in ilCalendarBlockGUI) More... | |
| getAppointmentShyButton (ilCalendarEntry $a_calendar_entry, string $a_dstart, string $a_title_forced="") | |
| getActivePlugins (string $a_slot_id) | |
| getModalTitleByPlugins (string $a_current_title) | |
| getContentByPlugins (ilCalendarEntry $a_cal_entry, int $a_start_date, string $a_content, ilTemplate $a_tpl) | |
| addToolbarFileDownload () | |
| Add download link to toolbar. More... | |
| downloadFiles () | |
| Download files related to the appointments showed in the current calendar view (day,week,month,list). More... | |
| getBucketTitle () | |
| get proper label to add in the background task popover More... | |
| countEventsInView () | |
| get the events starting between 2 dates based in seed + view options. More... | |
Protected Member Functions | |
| inbox () | |
Protected Member Functions inherited from ilCalendarViewGUI | |
| initAppointmentIdFromQuery () | |
| initInitialDateFromQuery () | |
| initInitialDateTimeFromQuery () | |
| initBookingUserFromQuery () | |
Protected Attributes | |
| ilCalendarUserSettings | $user_settings |
| string | $timezone = 'UTC' |
| ilCalendarAppointmentColors | $app_colors |
Protected Attributes inherited from ilCalendarViewGUI | |
| int | $presentation_type = self::CAL_PRESENTATION_UNDEFINED |
| bool | $view_with_appointments = false |
| ilDate | $seed |
| int | $ch_user_id = 0 |
| string | $period_end_day = null |
| Factory | $ui_factory |
| Renderer | $ui_renderer |
| ilCtrlInterface | $ctrl |
| ilToolbarGUI | $toolbar |
| ilLogger | $logger |
| ILIAS DI UIServices | $ui |
| ilLanguage | $lng |
| ilObjUser | $user |
| ilTemplate | $tpl |
| ilGlobalTemplateInterface | $main_tpl |
| ilComponentFactory | $component_factory |
| ilTabsGUI | $tabs_gui |
| RefineryFactory | $refinery |
| HttpServices | $http |
Additional Inherited Members | |
Data Fields inherited from ilCalendarViewGUI | |
| const | CAL_PRESENTATION_UNDEFINED = 0 |
| const | CAL_PRESENTATION_DAY = 1 |
| const | CAL_PRESENTATION_WEEK = 2 |
| const | CAL_PRESENTATION_MONTH = 3 |
| const | CAL_PRESENTATION_AGENDA_LIST = 9 |
Definition at line 31 of file class.ilCalendarInboxGUI.php.
| ilCalendarInboxGUI::__construct | ( | ilDate | $seed_date | ) |
Constructor @access public.
Definition at line 42 of file class.ilCalendarInboxGUI.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilCalendarViewGUI\CAL_PRESENTATION_AGENDA_LIST.
Here is the call graph for this function:| ilCalendarInboxGUI::executeCommand | ( | ) |
Definition at line 60 of file class.ilCalendarInboxGUI.php.
References $app, ILIAS\Repository\ctrl(), ilSession\get(), and ilCalendarViewGUI\initAppointmentIdFromQuery().
Here is the call graph for this function:
|
protected |
Definition at line 89 of file class.ilCalendarInboxGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilCalendarInboxGUI::initialize | ( | int | $a_calendar_presentation_type | ) |
@inheritDoc
Reimplemented from ilCalendarViewGUI.
Definition at line 50 of file class.ilCalendarInboxGUI.php.
References ilCalendarUserSettings\_getInstanceByUserId(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 35 of file class.ilCalendarInboxGUI.php.
|
protected |
Definition at line 34 of file class.ilCalendarInboxGUI.php.
|
protected |
Definition at line 33 of file class.ilCalendarInboxGUI.php.