| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilMiniCalendarGUI:
 Collaboration diagram for ilMiniCalendarGUI:| Public Member Functions | |
| __construct (ilDate $seed, $a_par_obj) | |
| Constructor. | |
| setParentObject ($a_parentobject) | |
| Set Parent GUI object. | |
| getParentObject () | |
| Get Parent GUI object. | |
| getHTML () | |
| Get HTML for calendar. | |
| addMiniMonth ($a_tpl) | |
| Add mini version of monthly overview (Maybe extracted to another class, if used in pd calendar tab. | |
| Data Fields | |
| const | PRESENTATION_CALENDAR = 1 | 
| Protected Attributes | |
| $seed | |
| $mode = null | |
| $user_settings = null | |
| $tpl = null | |
| $lng | |
Definition at line 33 of file class.ilMiniCalendarGUI.php.
| ilMiniCalendarGUI::__construct | ( | ilDate | $seed, | 
| $a_par_obj | |||
| ) | 
Constructor.
public
| @return | 
Definition at line 50 of file class.ilMiniCalendarGUI.php.
References $lng, $seed, ilCalendarUserSettings\_getInstanceByUserId(), and setParentObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMiniCalendarGUI::addMiniMonth | ( | $a_tpl | ) | 
Add mini version of monthly overview (Maybe extracted to another class, if used in pd calendar tab.
Definition at line 107 of file class.ilMiniCalendarGUI.php.
References $ilCtrl, $lng, ilDateTime\_before(), ilCalendarUtil\_buildMonthDayList(), ilDateTime\_equals(), ilCalendarUtil\_isToday(), ilCalendarUtil\_numericDayToString(), getParentObject(), IL_CAL_DATE, IL_CAL_FKT_DATE, IL_CAL_MONTH, ilDateTime\MONTH, and ilCalendarSchedule\TYPE_MONTH.
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMiniCalendarGUI::getHTML | ( | ) | 
Get HTML for calendar.
Definition at line 85 of file class.ilMiniCalendarGUI.php.
References $lng, $tpl, addMiniMonth(), and ilUtil\getImagePath().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMiniCalendarGUI::getParentObject | ( | ) | 
Get Parent GUI object.
Definition at line 77 of file class.ilMiniCalendarGUI.php.
Referenced by addMiniMonth().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMiniCalendarGUI::setParentObject | ( | $a_parentobject | ) | 
Set Parent GUI object.
| object | $a_parentobject | Parent GUI object | 
Definition at line 67 of file class.ilMiniCalendarGUI.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 41 of file class.ilMiniCalendarGUI.php.
Referenced by __construct(), addMiniMonth(), and getHTML().
| 
 | protected | 
Definition at line 38 of file class.ilMiniCalendarGUI.php.
| 
 | protected | 
Definition at line 37 of file class.ilMiniCalendarGUI.php.
Referenced by __construct().
| 
 | protected | 
Definition at line 40 of file class.ilMiniCalendarGUI.php.
Referenced by getHTML().
| 
 | protected | 
Definition at line 39 of file class.ilMiniCalendarGUI.php.
| const ilMiniCalendarGUI::PRESENTATION_CALENDAR = 1 | 
Definition at line 35 of file class.ilMiniCalendarGUI.php.