|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilCalendarDayGUI:
Collaboration diagram for ilCalendarDayGUI:Public Member Functions | |
| __construct (ilDate $seed_date) | |
| initialize (int $a_calendar_presentation_type) | |
| 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 | |
| show () | |
| fill data section protected More... | |
| showFulldayAppointment (array $a_app) | |
| showAppointment (array $a_app) | |
| parseInfoIntoRaster (array $daily_apps, int $morning_aggr, int $evening_aggr, int $raster) | |
| calculate overlapping hours More... | |
| calculateColspan (array $hours) | |
Protected Member Functions inherited from ilCalendarViewGUI | |
| initAppointmentIdFromQuery () | |
| initInitialDateFromQuery () | |
| initInitialDateTimeFromQuery () | |
| initBookingUserFromQuery () | |
Protected Attributes | |
| array | $seed_info = [] |
| ilCalendarUserSettings | $user_settings |
| int | $num_appointments = 1 |
| 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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Presentation day view
Definition at line 28 of file class.ilCalendarDayGUI.php.
| ilCalendarDayGUI::__construct | ( | ilDate | $seed_date | ) |
Definition at line 36 of file class.ilCalendarDayGUI.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct(), and ilCalendarViewGUI\CAL_PRESENTATION_DAY.
Here is the call graph for this function:
|
protected |
Definition at line 434 of file class.ilCalendarDayGUI.php.
Referenced by show().
Here is the caller graph for this function:| ilCalendarDayGUI::executeCommand | ( | ) |
Definition at line 54 of file class.ilCalendarDayGUI.php.
References $app, ilCalendarAppointmentPresentationGUI\_getInstance(), ILIAS\Repository\ctrl(), ilSession\get(), ilCalendarViewGUI\getCurrentApp(), IL_CAL_DATE, ilCalendarViewGUI\initAppointmentIdFromQuery(), ilCalendarViewGUI\initInitialDateFromQuery(), and ILIAS\Repository\logger().
Here is the call graph for this function:| ilCalendarDayGUI::initialize | ( | int | $a_calendar_presentation_type | ) |
Definition at line 41 of file class.ilCalendarDayGUI.php.
References $DIC, ilCalendarUserSettings\_getInstanceByUserId(), IL_CAL_FKT_GETDATE, and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
calculate overlapping hours
Definition at line 329 of file class.ilCalendarDayGUI.php.
References $app, ILIAS\Repository\logger(), ilCalendarSettings\TIME_FORMAT_12, and ilCalendarSettings\TIME_FORMAT_24.
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
fill data section protected
Definition at line 86 of file class.ilCalendarDayGUI.php.
References $app, ilCalendarUtil\_numericDayToString(), ilCalendarUtil\_numericMonthToString(), ANONYMOUS_USER_ID, calculateColspan(), ILIAS\Repository\ctrl(), ilDateTime\DAY, IL_CAL_DATE, ilCalendarViewGUI\initBookingUserFromQuery(), ilYuiUtil\initDragDrop(), ILIAS\Repository\lng(), parseInfoIntoRaster(), showAppointment(), showFulldayAppointment(), ilCalendarSchedule\TYPE_DAY, and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 275 of file class.ilCalendarDayGUI.php.
References ilCalendarUtil\calculateFontColor(), ILIAS\Repository\ctrl(), ilCalendarViewGUI\getAppointmentShyButton(), ilCalendarViewGUI\getContentByPlugins(), IL_CAL_DATE, IL_CAL_FKT_DATE, ilCalendarSettings\TIME_FORMAT_12, and ilCalendarSettings\TIME_FORMAT_24.
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 235 of file class.ilCalendarDayGUI.php.
References ilCalendarUtil\calculateFontColor(), ILIAS\Repository\ctrl(), ilCalendarViewGUI\getAppointmentShyButton(), ilCalendarViewGUI\getContentByPlugins(), and IL_CAL_DATE.
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 34 of file class.ilCalendarDayGUI.php.
|
protected |
Definition at line 32 of file class.ilCalendarDayGUI.php.
|
protected |
Definition at line 30 of file class.ilCalendarDayGUI.php.
|
protected |
Definition at line 33 of file class.ilCalendarDayGUI.php.
|
protected |
Definition at line 31 of file class.ilCalendarDayGUI.php.