ILIAS
Release_4_4_x_branch Revision 61816
|
GUI class for YUI appointment panels. More...
Public Member Functions | |
getSeed () | |
Get seed date. | |
getHTML ($a_app) | |
get HTML |
Static Public Member Functions | |
static | _getInstance (ilDate $seed) |
get singleton instance |
Protected Member Functions | |
__construct (ilDate $seed=null) | |
Singleton. |
Protected Attributes | |
$seed = null | |
$settings = null | |
$tpl = null | |
$lng = null | |
$ctrl = null |
Static Protected Attributes | |
static | $counter = 0 |
static | $instance = null |
GUI class for YUI appointment panels.
Definition at line 34 of file class.ilCalendarAppointmentPanelGUI.php.
|
protected |
Singleton.
public
@return |
Definition at line 54 of file class.ilCalendarAppointmentPanelGUI.php.
References $ilCtrl, $lng, $seed, and _getInstance().
|
static |
get singleton instance
public
@return |
Definition at line 73 of file class.ilCalendarAppointmentPanelGUI.php.
References $instance.
Referenced by __construct(), getHTML(), ilCalendarDayGUI\showAppointment(), ilCalendarWeekGUI\showAppointment(), ilCalendarMonthGUI\showEvents(), ilCalendarDayGUI\showFulldayAppointment(), and ilCalendarWeekGUI\showFulldayAppointment().
ilCalendarAppointmentPanelGUI::getHTML | ( | $a_app | ) |
get HTML
public
@return |
Definition at line 98 of file class.ilCalendarAppointmentPanelGUI.php.
References $GLOBALS, $ilUser, $lng, $usr_id, ilDateTime\_after(), ilObject\_getAllReferences(), _getInstance(), ilCalendarCategories\_getInstance(), ilLink\_getLink(), ilLink\_getStaticLink(), ilCalendarCategoryAssignments\_lookupCategory(), ilObjUser\_lookupFullname(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilDatePresentation\formatPeriod(), ilConsultationHourAppointments\getAppointmentIds(), getSeed(), IL_CAL_DATE, IL_CAL_UNIX, ilUtil\makeClickable(), ilCalendarCategories\MODE_PORTFOLIO_CONSULTATION, ilCalendarCategory\TYPE_BOOK, ilCalendarCategory\TYPE_CH, ilCalendarCategory\TYPE_GLOBAL, ilCalendarCategory\TYPE_OBJ, and ilCalendarCategory\TYPE_USR.
ilCalendarAppointmentPanelGUI::getSeed | ( | ) |
Get seed date.
Definition at line 85 of file class.ilCalendarAppointmentPanelGUI.php.
References $seed.
Referenced by getHTML().
|
staticprotected |
Definition at line 38 of file class.ilCalendarAppointmentPanelGUI.php.
|
protected |
Definition at line 45 of file class.ilCalendarAppointmentPanelGUI.php.
|
staticprotected |
Definition at line 39 of file class.ilCalendarAppointmentPanelGUI.php.
Referenced by _getInstance().
|
protected |
Definition at line 44 of file class.ilCalendarAppointmentPanelGUI.php.
Referenced by __construct(), and getHTML().
|
protected |
Definition at line 36 of file class.ilCalendarAppointmentPanelGUI.php.
Referenced by __construct(), and getSeed().
|
protected |
Definition at line 41 of file class.ilCalendarAppointmentPanelGUI.php.
|
protected |
Definition at line 43 of file class.ilCalendarAppointmentPanelGUI.php.