ILIAS
release_4-4 Revision
|
Public Member Functions | |
__construct ($a_user_id) | |
Constructor. More... | |
getColorByAppointment ($a_cal_id) | |
get color by appointment More... | |
Static Public Member Functions | |
static | _getRandomColorByType ($a_type) |
get random color entry for type More... | |
static | dumpColors () |
public More... | |
static | _getColorsByType ($a_type) |
get selectable colors More... | |
Protected Attributes | |
$db | |
$user_id | |
$appointment_colors | |
Static Protected Attributes | |
static | $colors |
Private Member Functions | |
read () | |
read More... | |
Definition at line 34 of file class.ilCalendarAppointmentColors.php.
ilCalendarAppointmentColors::__construct | ( | $a_user_id | ) |
Constructor.
public
int | user_id |
Definition at line 85 of file class.ilCalendarAppointmentColors.php.
References ilCalendarCategories\_getInstance(), and read().
|
static |
get selectable colors
public
Definition at line 190 of file class.ilCalendarAppointmentColors.php.
Referenced by ilObjBookingPoolGUI\renderSlots().
|
static |
get random color entry for type
public
Definition at line 157 of file class.ilCalendarAppointmentColors.php.
Referenced by ilCalendarAppEventListener\createCategory().
|
static |
ilCalendarAppointmentColors::getColorByAppointment | ( | $a_cal_id | ) |
get color by appointment
public
int | calendar appointment id |
Definition at line 104 of file class.ilCalendarAppointmentColors.php.
|
private |
read
private
Definition at line 119 of file class.ilCalendarAppointmentColors.php.
References $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by __construct().
|
protected |
Definition at line 76 of file class.ilCalendarAppointmentColors.php.
|
staticprotected |
Definition at line 36 of file class.ilCalendarAppointmentColors.php.
|
protected |
Definition at line 74 of file class.ilCalendarAppointmentColors.php.
|
protected |
Definition at line 75 of file class.ilCalendarAppointmentColors.php.