ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (ilDate $seed_date) | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
addScheduleFilter (ilCalendarScheduleFilter $a_filter) | |
Add schedule filter. More... | |
getHTML () | |
Public Member Functions inherited from ilCalendarViewGUI | |
__construct (ilDate $seed, $presentation_type) | |
setConsulationHoursUserId ($a_user_id) | |
getConsultationHoursUserId () | |
initialize ($a_calendar_presentation_type) | |
View initialization. More... | |
getCurrentApp () | |
Get app for id. More... | |
getEvents () | |
Get events. More... | |
getDatesForItem ($item) | |
Get start/end date for item. More... | |
getModalForApp () | |
Get modal for appointment (see similar code in ilCalendarBlockGUI) More... | |
getAppointmentShyButton ($a_calendar_entry, $a_dstart, $a_title_forced="") | |
getActivePlugins ($a_slot_id) | |
getModalTitleByPlugins ($a_current_title) | |
getContentByPlugins ($a_cal_entry, $a_start_date, $a_content, $a_tpl) | |
addToolbarActions () | |
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 | |
showEvents (ilDate $date) | |
Show events. More... | |
Protected Attributes | |
$num_appointments = 1 | |
$schedule_filters = array() | |
$user_settings = null | |
$lng | |
$ctrl | |
$tabs_gui | |
$tpl | |
$ui_factory | |
$ui_renderer | |
$user | |
$timezone = 'UTC' | |
Protected Attributes inherited from ilCalendarViewGUI | |
$ui_factory | |
$ui_renderer | |
$ctrl | |
$presentation_type | |
$toolbar | |
$logger | |
$ui | |
$view_with_appointments | |
$lng | |
$user | |
$seed | |
$ch_user_id = 0 | |
Additional Inherited Members | |
Data Fields inherited from ilCalendarViewGUI | |
const | CAL_PRESENTATION_DAY = 1 |
const | CAL_PRESENTATION_WEEK = 2 |
const | CAL_PRESENTATION_MONTH = 3 |
const | CAL_PRESENTATION_AGENDA_LIST = 9 |
ilCalendarMonthGUI: ilCalendarAppointmentGUI ilCalendarMonthGUI: ilCalendarAppointmentPresentationGUI
Definition at line 20 of file class.ilCalendarMonthGUI.php.
ilCalendarMonthGUI::__construct | ( | ilDate | $seed_date | ) |
Constructor.
public
Definition at line 44 of file class.ilCalendarMonthGUI.php.
References ilCalendarUserSettings\_getInstanceByUserId(), ilCalendarViewGUI\CAL_PRESENTATION_MONTH, and user().
ilCalendarMonthGUI::addScheduleFilter | ( | ilCalendarScheduleFilter | $a_filter | ) |
Add schedule filter.
ilCalendarScheduleFilter | $a_filter |
Definition at line 109 of file class.ilCalendarMonthGUI.php.
References $_GET, $DIC, $i, $ui_factory, ilDateTime\_before(), ilCalendarUtil\_buildMonthDayList(), ilDateTime\_equals(), ilCalendarCategories\_getInstance(), ilCalendarSettings\_getInstance(), ilCalendarUtil\_isToday(), ilCalendarUtil\_numericDayToString(), ilCalendarUtil\_numericMonthToString(), IL_CAL_DATE, IL_CAL_FKT_DATE, IL_CAL_MONTH, IL_CAL_UNIX, ilYuiUtil\initDragDrop(), ilCalendarCategories\MODE_PORTFOLIO_CONSULTATION, ilDateTime\MONTH, showEvents(), ilCalendarSchedule\TYPE_MONTH, and user().
ilCalendarMonthGUI::executeCommand | ( | ) |
Execute command.
public
Definition at line 62 of file class.ilCalendarMonthGUI.php.
References $_GET, $_SESSION, $DIC, $ilCtrl, $time, $tpl, ilCalendarAppointmentPresentationGUI\_getInstance(), ilCalendarViewGUI\getCurrentApp(), and IL_CAL_DATE.
ilCalendarMonthGUI::getHTML | ( | ) |
Definition at line 274 of file class.ilCalendarMonthGUI.php.
|
protected |
Show events.
protected
Definition at line 286 of file class.ilCalendarMonthGUI.php.
References $DIC, $f, $r, $time, $title, $tree, $ui_factory, $ui_renderer, ilCalendarUtil\calculateFontColor(), ilCalendarViewGUI\getAppointmentShyButton(), ilCalendarViewGUI\getContentByPlugins(), ilUtil\getImagePath(), IL_CAL_FKT_DATE, ilCalendarSettings\TIME_FORMAT_12, and ilCalendarSettings\TIME_FORMAT_24.
Referenced by addScheduleFilter().
|
protected |
Definition at line 28 of file class.ilCalendarMonthGUI.php.
|
protected |
Definition at line 27 of file class.ilCalendarMonthGUI.php.
|
protected |
Definition at line 22 of file class.ilCalendarMonthGUI.php.
|
protected |
Definition at line 23 of file class.ilCalendarMonthGUI.php.
|
protected |
Definition at line 29 of file class.ilCalendarMonthGUI.php.
|
protected |
Definition at line 35 of file class.ilCalendarMonthGUI.php.
|
protected |
Definition at line 30 of file class.ilCalendarMonthGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 31 of file class.ilCalendarMonthGUI.php.
Referenced by addScheduleFilter(), and showEvents().
|
protected |
Definition at line 32 of file class.ilCalendarMonthGUI.php.
Referenced by showEvents().
|
protected |
Definition at line 33 of file class.ilCalendarMonthGUI.php.
|
protected |
Definition at line 25 of file class.ilCalendarMonthGUI.php.