|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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 $ilDB, ilCalendarCategories\_getInstance(), and read().
Here is the call graph for this function:
|
static |
get selectable colors
@access public
return
Definition at line 205 of file class.ilCalendarAppointmentColors.php.
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 172 of file class.ilCalendarAppointmentColors.php.
Referenced by ilCalendarAppEventListener\createCategory().
Here is the caller graph for this function:
|
static |
@access public
return
Definition at line 185 of file class.ilCalendarAppointmentColors.php.
| ilCalendarAppointmentColors::getColorByAppointment | ( | $a_cal_id | ) |
get color by appointment
@access public
| int | calendar appointment id |
Definition at line 109 of file class.ilCalendarAppointmentColors.php.
|
private |
read
@access private
return
Definition at line 132 of file class.ilCalendarAppointmentColors.php.
References $ilDB, $query, $res, $row, and DB_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.