ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Presentation day view. More...
Public Member Functions | |
__construct (ilDate $seed_date) | |
initialize (int $a_calendar_presentation_type) | |
executeCommand () | |
![]() | |
__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) | |
![]() | |
initAppointmentIdFromQuery () | |
initInitialDateFromQuery () | |
initInitialDateTimeFromQuery () | |
initBookingUserFromQuery () | |
Protected Attributes | |
array | $seed_info = [] |
ilCalendarUserSettings | $user_settings |
int | $num_appointments = 1 |
string | $timezone = 'UTC' |
ilCalendarAppointmentColors | $app_colors |
![]() | |
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 | |
![]() | |
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 |
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\GlobalScreen\Provider\__construct(), and ilCalendarViewGUI\CAL_PRESENTATION_DAY.
|
protected |
Definition at line 434 of file class.ilCalendarDayGUI.php.
Referenced by show().
ilCalendarDayGUI::executeCommand | ( | ) |
Definition at line 54 of file class.ilCalendarDayGUI.php.
References ilCalendarAppointmentPresentationGUI\_getInstance(), ILIAS\Repository\ctrl(), ilSession\get(), ilCalendarViewGUI\getCurrentApp(), IL_CAL_DATE, ilCalendarViewGUI\initAppointmentIdFromQuery(), ilCalendarViewGUI\initInitialDateFromQuery(), and ILIAS\Repository\logger().
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().
|
protected |
calculate overlapping hours
Definition at line 329 of file class.ilCalendarDayGUI.php.
References ILIAS\Repository\logger(), ilCalendarSettings\TIME_FORMAT_12, and ilCalendarSettings\TIME_FORMAT_24.
Referenced by show().
|
protected |
fill data section protected
Definition at line 86 of file class.ilCalendarDayGUI.php.
References $user_id, 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().
|
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().
|
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().
|
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.