ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
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 90 of file class.ilCalendarAppointmentColors.php.
References $ilDB, ilCalendarCategories\_getInstance(), and read().
|
static |
get selectable colors
public
Definition at line 195 of file class.ilCalendarAppointmentColors.php.
Referenced by ilObjBookingPoolGUI\renderSlots().
|
static |
get random color entry for type
public
Definition at line 162 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 109 of file class.ilCalendarAppointmentColors.php.
|
private |
read
private
Definition at line 124 of file class.ilCalendarAppointmentColors.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by __construct().
|
protected |
Definition at line 81 of file class.ilCalendarAppointmentColors.php.
|
staticprotected |
Definition at line 36 of file class.ilCalendarAppointmentColors.php.
|
protected |
Definition at line 79 of file class.ilCalendarAppointmentColors.php.
|
protected |
Definition at line 80 of file class.ilCalendarAppointmentColors.php.