ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Base file handler class for appointment classes. More...
Public Member Functions | |
__construct ($a_appointment) | |
Constructor. More... | |
getCatId ($a_entry_id) | |
getCatInfo () | |
Static Public Member Functions | |
static | getInstance ($a_appointment) |
Get instance. More... | |
Protected Attributes | |
$appointment | |
Base file handler class for appointment classes.
Definition at line 11 of file class.ilAppointmentBaseFileHandler.php.
ilAppointmentBaseFileHandler::__construct | ( | $a_appointment | ) |
Constructor.
Definition at line 20 of file class.ilAppointmentBaseFileHandler.php.
ilAppointmentBaseFileHandler::getCatId | ( | $a_entry_id | ) |
Definition at line 41 of file class.ilAppointmentBaseFileHandler.php.
References ilCalendarCategoryAssignments\_lookupCategory().
Referenced by getCatInfo().
ilAppointmentBaseFileHandler::getCatInfo | ( | ) |
Definition at line 46 of file class.ilAppointmentBaseFileHandler.php.
References ilObject\_getAllReferences(), ilCalendarSettings\_getInstance(), ilObject\_lookupType(), array, getCatId(), ilCalendarCategory\getInstanceByCategoryId(), ilCalendarCategory\TYPE_GLOBAL, ilCalendarCategory\TYPE_OBJ, ilCalendarCategory\TYPE_USR, and user().
Referenced by ilAppointmentCourseFileHandler\getFiles(), and ilAppointmentSessionFileHandler\getFiles().
|
static |
|
protected |
Definition at line 13 of file class.ilAppointmentBaseFileHandler.php.