Changeset View
Changeset View
Standalone View
Standalone View
src/applications/calendar/constants/CalendarColors.php
| <?php | <?php | ||||
| /** | |||||
| * @group calendar | |||||
| */ | |||||
| final class CalendarColors extends CalendarConstants { | final class CalendarColors extends CalendarConstants { | ||||
| const COLOR_RED = 'red'; | const COLOR_RED = 'red'; | ||||
| const COLOR_ORANGE = 'orange'; | const COLOR_ORANGE = 'orange'; | ||||
| const COLOR_YELLOW = 'yellow'; | const COLOR_YELLOW = 'yellow'; | ||||
| const COLOR_GREEN = 'green'; | const COLOR_GREEN = 'green'; | ||||
| const COLOR_BLUE = 'blue'; | const COLOR_BLUE = 'blue'; | ||||
| const COLOR_SKY = 'sky'; | const COLOR_SKY = 'sky'; | ||||
| Show All 17 Lines | |||||