ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (ilDate $seed, object $a_par_obj) | |
setParentObject (object $a_parentobject) | |
getParentObject () | |
getHTML () | |
Get HTML for calendar. More... | |
addMiniMonth (ilTemplate $a_tpl) | |
Add mini version of monthly overview (Maybe extracted to another class, if used in pd calendar tab. More... | |
Data Fields | |
const | PRESENTATION_CALENDAR = 1 |
Protected Attributes | |
ilDate | $seed |
ilCalendarUserSettings | $user_settings |
ilGlobalTemplateInterface | $tpl |
ilCtrlInterface | $ctrl |
ilLanguage | $lng |
ilObjUser | $user |
object | $parentobject |
Definition at line 30 of file class.ilMiniCalendarGUI.php.
ilMiniCalendarGUI::__construct | ( | ilDate | $seed, |
object | $a_par_obj | ||
) |
Definition at line 42 of file class.ilMiniCalendarGUI.php.
References $DIC, $ilUser, $lng, $seed, ilCalendarUserSettings\_getInstanceByUserId(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), setParentObject(), and ILIAS\Repository\user().
ilMiniCalendarGUI::addMiniMonth | ( | ilTemplate | $a_tpl | ) |
Add mini version of monthly overview (Maybe extracted to another class, if used in pd calendar tab.
Definition at line 97 of file class.ilMiniCalendarGUI.php.
References $i, ilDateTime\_before(), ilCalendarUtil\_buildMonthDayList(), ilDateTime\_equals(), ilCalendarUtil\_isToday(), ilCalendarUtil\_numericDayToString(), ILIAS\Repository\ctrl(), getParentObject(), IL_CAL_DATE, IL_CAL_FKT_DATE, IL_CAL_MONTH, ILIAS\Repository\int(), ILIAS\Repository\lng(), ilDateTime\MONTH, ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), HTML_Template_IT\setVariable(), and ilCalendarSchedule\TYPE_MONTH.
Referenced by getHTML().
ilMiniCalendarGUI::getHTML | ( | ) |
Get HTML for calendar.
Definition at line 71 of file class.ilMiniCalendarGUI.php.
References addMiniMonth(), ilGlobalTemplateInterface\get(), and ILIAS\Repository\lng().
ilMiniCalendarGUI::getParentObject | ( | ) |
Definition at line 63 of file class.ilMiniCalendarGUI.php.
References $parentobject.
Referenced by addMiniMonth().
ilMiniCalendarGUI::setParentObject | ( | object | $a_parentobject | ) |
Definition at line 58 of file class.ilMiniCalendarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilMiniCalendarGUI.php.
|
protected |
Definition at line 38 of file class.ilMiniCalendarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilMiniCalendarGUI.php.
Referenced by getParentObject().
|
protected |
Definition at line 34 of file class.ilMiniCalendarGUI.php.
Referenced by __construct().
|
protected |
Definition at line 36 of file class.ilMiniCalendarGUI.php.
|
protected |
Definition at line 39 of file class.ilMiniCalendarGUI.php.
|
protected |
Definition at line 35 of file class.ilMiniCalendarGUI.php.
const ilMiniCalendarGUI::PRESENTATION_CALENDAR = 1 |
Definition at line 32 of file class.ilMiniCalendarGUI.php.