|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilCalendarAppointmentColors: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 () |
| @access 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.
@access public
| int | user_id |
Definition at line 90 of file class.ilCalendarAppointmentColors.php.
References $DIC, ilCalendarCategories\_getInstance(), and read().
Here is the call graph for this function:
|
static |
get selectable colors
@access public
return
Definition at line 206 of file class.ilCalendarAppointmentColors.php.
References $a_type.
Referenced by ilObjBookingPoolGUI\renderSlots().
Here is the caller graph for this function:
|
static |
get random color entry for type
@access public
return
Definition at line 174 of file class.ilCalendarAppointmentColors.php.
References $a_type.
Referenced by ilCalendarAppEventListener\createCategory().
Here is the caller graph for this function:
|
static |
@access public
return
Definition at line 188 of file class.ilCalendarAppointmentColors.php.
| ilCalendarAppointmentColors::getColorByAppointment | ( | $a_cal_id | ) |
get color by appointment
@access public
| int | calendar appointment id |
Definition at line 110 of file class.ilCalendarAppointmentColors.php.
|
private |
read
@access private
return
Definition at line 139 of file class.ilCalendarAppointmentColors.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by __construct().
Here is the caller graph for this function:
|
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.