|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Stores all calendar relevant settings. More...
Collaboration diagram for ilCalendarSettings:Public Member Functions | |
| useCache ($a_status) | |
| Enable cache. More... | |
| isCacheUsed () | |
| Check if cache is used. More... | |
| setCacheMinutes ($a_min) | |
| Set time of cache storage. More... | |
| getCacheMinutes () | |
| Get cache minutes. More... | |
| setEnabled ($a_enabled) | |
| set enabled More... | |
| isEnabled () | |
| is calendar enabled More... | |
| setDefaultWeekStart ($a_start) | |
| set week start More... | |
| getDefaultWeekStart () | |
| get default week start More... | |
| setDefaultTimeZone ($a_zone) | |
| set default timezone More... | |
| getDefaultTimeZone () | |
| get derfault time zone More... | |
| setDefaultDateFormat ($a_format) | |
| set default date format More... | |
| getDefaultDateFormat () | |
| get default date format More... | |
| setDefaultTimeFormat ($a_format) | |
| set default time format More... | |
| getDefaultTimeFormat () | |
| get default time format More... | |
| getDefaultDayStart () | |
| Get default end of day. More... | |
| setDefaultDayStart ($a_start) | |
| Set default start of day. More... | |
| getDefaultDayEnd () | |
| Get default end of day. More... | |
| setDefaultDayEnd ($a_end) | |
| set default end of day More... | |
| areConsultationHoursEnabled () | |
| Check if consultation hours are enabled. More... | |
| enableConsultationHours ($a_status) | |
| En/Disable consultation hours. More... | |
| getCalendarSettingsId () | |
| Get calendar settings id (Used for permission checks) More... | |
| setEnableGroupMilestones ($a_enablegroupmilestones) | |
| Set Enable milestone planning feature for groups. More... | |
| getEnableGroupMilestones () | |
| Get Enable milestone planning feature for groups. More... | |
| isSynchronisationCacheEnabled () | |
| Check if cache is active for calendar synchronisation. More... | |
| enableSynchronisationCache ($a_status) | |
| En/Disable synchronisation cache. More... | |
| setSynchronisationCacheMinutes ($a_min) | |
| Set synchronisation cache minutes. More... | |
| getSynchronisationCacheMinutes () | |
| get synchronisation cache minutes More... | |
| isNotificationEnabled () | |
| Course group notification enabled. More... | |
| enableNotification ($a_status) | |
| Enable course group notification. More... | |
| isUserNotificationEnabled () | |
| enableUserNotification ($a_not) | |
| enableCGRegistration ($a_status) | |
| Enable optional registration for courses and groups. More... | |
| isCGRegistrationEnabled () | |
| enableCourseCalendar ($a_stat) | |
| isCourseCalendarEnabled () | |
| enableGroupCalendar ($a_stat) | |
| isGroupCalendarEnabled () | |
| enableWebCalSync ($a_stat) | |
| isWebCalSyncEnabled () | |
| setWebCalSyncHours ($a_hours) | |
| getWebCalSyncHours () | |
| setShowWeeks ($a_val) | |
| Set show weeks. More... | |
| getShowWeeks () | |
| Get show weeks. More... | |
| enableBatchFileDownloads ($a_stat) | |
| isBatchFileDownloadsEnabled () | |
| save () | |
| save More... | |
Static Public Member Functions | |
| static | _getInstance () |
| get singleton instance More... | |
| static | lookupCalendarActivated ($a_obj_id) |
Data Fields | |
| const | WEEK_START_MONDAY = 1 |
| const | WEEK_START_SUNDAY = 0 |
| const | DEFAULT_DAY_START = 8 |
| const | DEFAULT_DAY_END = 19 |
| const | DATE_FORMAT_DMY = 1 |
| const | DATE_FORMAT_YMD = 2 |
| const | DATE_FORMAT_MDY = 3 |
| const | TIME_FORMAT_24 = 1 |
| const | TIME_FORMAT_12 = 2 |
| const | DEFAULT_CACHE_MINUTES = 0 |
| const | DEFAULT_SYNC_CACHE_MINUTES = 10 |
| const | DEFAULT_SHOW_WEEKS = true |
Private Member Functions | |
| __construct () | |
| singleton contructor More... | |
| read () | |
| Read settings. More... | |
| readCalendarSettingsId () | |
| Read ref_id of calendar settings. More... | |
| initStorage () | |
| Init storage class (ilSetting) @access private. More... | |
Private Attributes | |
| $db = null | |
| $storage = null | |
| $timezone = null | |
| $time_format = null | |
| $week_start = 0 | |
| $day_start = null | |
| $day_end = null | |
| $enabled = false | |
| $cal_settings_id = 0 | |
| $consultation_hours = false | |
| $cache_enabled = true | |
| $cache_minutes = 1 | |
| $sync_cache_enabled = true | |
| $sync_cache_minutes = 10 | |
| $notification = false | |
| $notification_user = false | |
| $cg_registration = false | |
| $course_cal_enabled = true | |
| $group_cal_enabled = true | |
| $webcal_sync = false | |
| $webcal_sync_hours = 2 | |
| $show_weeks = false | |
| $batch_file_downloads = false | |
Static Private Attributes | |
| static | $instance = null |
Stores all calendar relevant settings.
Definition at line 35 of file class.ilCalendarSettings.php.
|
private |
singleton contructor
@access private
Definition at line 95 of file class.ilCalendarSettings.php.
References $ilDB, initStorage(), read(), and readCalendarSettingsId().
Here is the call graph for this function:
|
static |
get singleton instance
@access public
Definition at line 114 of file class.ilCalendarSettings.php.
References $instance.
Referenced by ilCalendarUserSettings\__construct(), ilCalendarBlockGUI\__construct(), ilCalendarCache\__construct(), ilCalendarUserSettingsGUI\__construct(), ilCalendarAppointmentPanelGUI\__construct(), ilCalendarAppointmentPresentationGUI\__construct(), ilCalendarViewGUI\addToolbarActions(), ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), ilAppointmentPresentationGroupGUI\collectPropertiesAndActions(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilCalendarPresentationGUI\executeCommand(), ilAppointmentBaseFileHandler\getCatInfo(), ilObjUser\getDateFormat(), ilAppointmentPresentationGUI\getHTML(), ilUserUtil\getPossibleStartingPoints(), ilObjUser\getTimeFormat(), ilObjUser\getTimeZone(), ilPortfolioPageConfig\init(), ilObjCalendarSettingsGUI\initCalendarSettings(), ilCalendarAppointmentGUI\initForm(), ilCalendarCategoryGUI\initFormCategory(), ilObjectServiceSettingsGUI\initServiceSettingsForm(), ilColumnGUI\isGloballyActivated(), ilCalendarAuthenticationToken\isIcalExpired(), lookupCalendarActivated(), ilCalendarPresentationGUI\prepareOutput(), ilCalendarCache\readEntry(), ilCalendarCategoryGUI\readPermissions(), ilCalendarCategories\readPublicCalendars(), ilCalendarCategories\readReposCalendars(), ilCalendarCategories\readSelectedCategories(), ilMainMenuGUI\renderDropDown(), ilMainMenuGUI\renderEntry(), ilCalendarAppointmentGUI\save(), ilObjPersonalDesktopSettingsGUI\saveSettings(), ilCalendarWeekGUI\show(), ilCalendarCache\storeEntry(), ilCalendarCache\storeUnlimitedEntry(), ilCalendarPresentationGUI\synchroniseExternalCalendars(), ilCalendarAppointmentGUI\update(), ilObjectServiceSettingsGUI\updateServiceSettingsForm(), and ilObjectServiceSettingsGUI\updateToolSettings().
Here is the caller graph for this function:| ilCalendarSettings::areConsultationHoursEnabled | ( | ) |
Check if consultation hours are enabled.
Definition at line 345 of file class.ilCalendarSettings.php.
References $consultation_hours.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::enableBatchFileDownloads | ( | $a_stat | ) |
Definition at line 533 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableCGRegistration | ( | $a_status | ) |
Enable optional registration for courses and groups.
| bool | $a_status |
Definition at line 463 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableConsultationHours | ( | $a_status | ) |
En/Disable consultation hours.
Definition at line 354 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableCourseCalendar | ( | $a_stat | ) |
Definition at line 473 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableGroupCalendar | ( | $a_stat | ) |
Definition at line 483 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableNotification | ( | $a_status | ) |
Enable course group notification.
| bool | $a_status |
Definition at line 443 of file class.ilCalendarSettings.php.
References notification().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCalendarSettings::enableSynchronisationCache | ( | $a_status | ) |
En/Disable synchronisation cache.
Definition at line 405 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableUserNotification | ( | $a_not | ) |
Definition at line 453 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableWebCalSync | ( | $a_stat | ) |
Definition at line 493 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::getCacheMinutes | ( | ) |
Get cache minutes.
Definition at line 188 of file class.ilCalendarSettings.php.
References $cache_minutes.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getCalendarSettingsId | ( | ) |
Get calendar settings id (Used for permission checks)
@access public
Definition at line 367 of file class.ilCalendarSettings.php.
References $cal_settings_id.
| ilCalendarSettings::getDefaultDateFormat | ( | ) |
get default date format
@access public
Definition at line 275 of file class.ilCalendarSettings.php.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultDayEnd | ( | ) |
Get default end of day.
Definition at line 326 of file class.ilCalendarSettings.php.
References $day_end.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultDayStart | ( | ) |
Get default end of day.
Definition at line 307 of file class.ilCalendarSettings.php.
References $day_start.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultTimeFormat | ( | ) |
get default time format
@access public
Definition at line 298 of file class.ilCalendarSettings.php.
References $time_format.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultTimeZone | ( | ) |
get derfault time zone
@access public
Definition at line 252 of file class.ilCalendarSettings.php.
References $timezone.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultWeekStart | ( | ) |
get default week start
@access public
Definition at line 232 of file class.ilCalendarSettings.php.
References $week_start.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getEnableGroupMilestones | ( | ) |
Get Enable milestone planning feature for groups.
Definition at line 387 of file class.ilCalendarSettings.php.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getShowWeeks | ( | ) |
Get show weeks.
Definition at line 528 of file class.ilCalendarSettings.php.
References $show_weeks.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getSynchronisationCacheMinutes | ( | ) |
get synchronisation cache minutes
Definition at line 424 of file class.ilCalendarSettings.php.
References $sync_cache_minutes.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getWebCalSyncHours | ( | ) |
Definition at line 508 of file class.ilCalendarSettings.php.
References $webcal_sync_hours.
Referenced by save().
Here is the caller graph for this function:
|
private |
Init storage class (ilSetting) @access private.
Definition at line 632 of file class.ilCalendarSettings.php.
Referenced by __construct().
Here is the caller graph for this function:| ilCalendarSettings::isBatchFileDownloadsEnabled | ( | ) |
Definition at line 538 of file class.ilCalendarSettings.php.
References $batch_file_downloads.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isCacheUsed | ( | ) |
Check if cache is used.
Definition at line 169 of file class.ilCalendarSettings.php.
References $cache_enabled.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isCGRegistrationEnabled | ( | ) |
Definition at line 468 of file class.ilCalendarSettings.php.
References $cg_registration.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isCourseCalendarEnabled | ( | ) |
Definition at line 478 of file class.ilCalendarSettings.php.
References $course_cal_enabled.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isEnabled | ( | ) |
is calendar enabled
@access public
Definition at line 210 of file class.ilCalendarSettings.php.
References $enabled.
Referenced by lookupCalendarActivated(), and save().
Here is the caller graph for this function:| ilCalendarSettings::isGroupCalendarEnabled | ( | ) |
Definition at line 488 of file class.ilCalendarSettings.php.
References $group_cal_enabled.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isNotificationEnabled | ( | ) |
Course group notification enabled.
Definition at line 433 of file class.ilCalendarSettings.php.
References $notification.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isSynchronisationCacheEnabled | ( | ) |
Check if cache is active for calendar synchronisation.
Definition at line 396 of file class.ilCalendarSettings.php.
References $sync_cache_enabled.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isUserNotificationEnabled | ( | ) |
Definition at line 448 of file class.ilCalendarSettings.php.
References $notification_user.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isWebCalSyncEnabled | ( | ) |
Definition at line 498 of file class.ilCalendarSettings.php.
References $webcal_sync.
Referenced by save().
Here is the caller graph for this function:
|
static |
| type | $a_obj_id |
Definition at line 126 of file class.ilCalendarSettings.php.
References $type, _getInstance(), ilContainer\_lookupContainerSetting(), ilObject\_lookupType(), and isEnabled().
Referenced by ilObjectServiceSettingsGUI\initServiceSettingsForm(), and ilColumnGUI\isGloballyActivated().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Read settings.
@access private
Definition at line 581 of file class.ilCalendarSettings.php.
References ilTimeZone\_getDefaultTimeZone(), enableBatchFileDownloads(), enableCGRegistration(), enableConsultationHours(), enableCourseCalendar(), enableGroupCalendar(), enableNotification(), enableSynchronisationCache(), enableUserNotification(), enableWebCalSync(), setCacheMinutes(), setDefaultDateFormat(), setDefaultDayEnd(), setDefaultDayStart(), setDefaultTimeFormat(), setDefaultTimeZone(), setDefaultWeekStart(), setEnabled(), setEnableGroupMilestones(), setShowWeeks(), setSynchronisationCacheMinutes(), setWebCalSyncHours(), and useCache().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Read ref_id of calendar settings.
@access private
return
Definition at line 614 of file class.ilCalendarSettings.php.
Referenced by __construct().
Here is the caller graph for this function:| ilCalendarSettings::save | ( | ) |
save
@access public
Definition at line 548 of file class.ilCalendarSettings.php.
References areConsultationHoursEnabled(), getCacheMinutes(), getDefaultDateFormat(), getDefaultDayEnd(), getDefaultDayStart(), getDefaultTimeFormat(), getDefaultTimeZone(), getDefaultWeekStart(), getEnableGroupMilestones(), getShowWeeks(), getSynchronisationCacheMinutes(), getWebCalSyncHours(), isBatchFileDownloadsEnabled(), isCacheUsed(), isCGRegistrationEnabled(), isCourseCalendarEnabled(), isEnabled(), isGroupCalendarEnabled(), isNotificationEnabled(), isSynchronisationCacheEnabled(), isUserNotificationEnabled(), and isWebCalSyncEnabled().
Here is the call graph for this function:| ilCalendarSettings::setCacheMinutes | ( | $a_min | ) |
Set time of cache storage.
| int | $a_min |
Definition at line 179 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultDateFormat | ( | $a_format | ) |
set default date format
@access public
| int | date format |
Definition at line 264 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultDayEnd | ( | $a_end | ) |
set default end of day
| object | $a_end |
Definition at line 336 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultDayStart | ( | $a_start | ) |
Set default start of day.
| object | $a_start |
Definition at line 317 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultTimeFormat | ( | $a_format | ) |
set default time format
@access public
| int | time format |
Definition at line 287 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultTimeZone | ( | $a_zone | ) |
set default timezone
@access public
Definition at line 242 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultWeekStart | ( | $a_start | ) |
set week start
@access public
Definition at line 221 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setEnabled | ( | $a_enabled | ) |
set enabled
@access public
Definition at line 199 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setEnableGroupMilestones | ( | $a_enablegroupmilestones | ) |
Set Enable milestone planning feature for groups.
| boolean | $a_enablegroupmilestones | Enable milestone planning feature for groups |
Definition at line 377 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setShowWeeks | ( | $a_val | ) |
Set show weeks.
| bool | $a_val | show weeks |
Definition at line 518 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setSynchronisationCacheMinutes | ( | $a_min | ) |
Set synchronisation cache minutes.
| object | $a_min |
Definition at line 415 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setWebCalSyncHours | ( | $a_hours | ) |
Definition at line 503 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::useCache | ( | $a_status | ) |
Enable cache.
| object | $a_status |
Definition at line 160 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:
|
private |
Definition at line 87 of file class.ilCalendarSettings.php.
Referenced by isBatchFileDownloadsEnabled().
|
private |
Definition at line 69 of file class.ilCalendarSettings.php.
Referenced by isCacheUsed().
|
private |
Definition at line 70 of file class.ilCalendarSettings.php.
Referenced by getCacheMinutes().
|
private |
Definition at line 65 of file class.ilCalendarSettings.php.
Referenced by getCalendarSettingsId().
|
private |
Definition at line 78 of file class.ilCalendarSettings.php.
Referenced by isCGRegistrationEnabled().
|
private |
Definition at line 67 of file class.ilCalendarSettings.php.
Referenced by areConsultationHoursEnabled().
|
private |
Definition at line 80 of file class.ilCalendarSettings.php.
Referenced by isCourseCalendarEnabled().
|
private |
Definition at line 63 of file class.ilCalendarSettings.php.
Referenced by getDefaultDayEnd().
|
private |
Definition at line 62 of file class.ilCalendarSettings.php.
Referenced by getDefaultDayStart().
|
private |
Definition at line 57 of file class.ilCalendarSettings.php.
|
private |
Definition at line 64 of file class.ilCalendarSettings.php.
Referenced by isEnabled().
|
private |
Definition at line 81 of file class.ilCalendarSettings.php.
Referenced by isGroupCalendarEnabled().
|
staticprivate |
Definition at line 55 of file class.ilCalendarSettings.php.
Referenced by _getInstance().
|
private |
Definition at line 75 of file class.ilCalendarSettings.php.
Referenced by isNotificationEnabled().
|
private |
Definition at line 76 of file class.ilCalendarSettings.php.
Referenced by isUserNotificationEnabled().
|
private |
Definition at line 85 of file class.ilCalendarSettings.php.
Referenced by getShowWeeks().
|
private |
Definition at line 58 of file class.ilCalendarSettings.php.
|
private |
Definition at line 72 of file class.ilCalendarSettings.php.
Referenced by isSynchronisationCacheEnabled().
|
private |
Definition at line 73 of file class.ilCalendarSettings.php.
Referenced by getSynchronisationCacheMinutes().
|
private |
Definition at line 60 of file class.ilCalendarSettings.php.
Referenced by getDefaultTimeFormat().
|
private |
Definition at line 59 of file class.ilCalendarSettings.php.
Referenced by getDefaultTimeZone().
|
private |
Definition at line 83 of file class.ilCalendarSettings.php.
Referenced by isWebCalSyncEnabled().
|
private |
Definition at line 84 of file class.ilCalendarSettings.php.
Referenced by getWebCalSyncHours().
|
private |
Definition at line 61 of file class.ilCalendarSettings.php.
Referenced by getDefaultWeekStart().
| const ilCalendarSettings::DATE_FORMAT_DMY = 1 |
Definition at line 43 of file class.ilCalendarSettings.php.
Referenced by ilDclDatetimeRecordRepresentation\formatDate(), ilCalendarUtil\getUserDateFormat(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), and ilCalendarUserSettingsGUI\initSettingsForm().
| const ilCalendarSettings::DATE_FORMAT_MDY = 3 |
Definition at line 45 of file class.ilCalendarSettings.php.
Referenced by ilDclDatetimeRecordRepresentation\formatDate(), ilCalendarUtil\getUserDateFormat(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), and ilCalendarUserSettingsGUI\initSettingsForm().
| const ilCalendarSettings::DATE_FORMAT_YMD = 2 |
Definition at line 44 of file class.ilCalendarSettings.php.
Referenced by ilDclDatetimeRecordRepresentation\formatDate(), ilCalendarUtil\getUserDateFormat(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), and ilCalendarUserSettingsGUI\initSettingsForm().
| const ilCalendarSettings::DEFAULT_CACHE_MINUTES = 0 |
Definition at line 50 of file class.ilCalendarSettings.php.
| const ilCalendarSettings::DEFAULT_DAY_END = 19 |
Definition at line 41 of file class.ilCalendarSettings.php.
| const ilCalendarSettings::DEFAULT_DAY_START = 8 |
Definition at line 40 of file class.ilCalendarSettings.php.
| const ilCalendarSettings::DEFAULT_SHOW_WEEKS = true |
Definition at line 53 of file class.ilCalendarSettings.php.
| const ilCalendarSettings::DEFAULT_SYNC_CACHE_MINUTES = 10 |
Definition at line 51 of file class.ilCalendarSettings.php.
| const ilCalendarSettings::TIME_FORMAT_12 = 2 |
Definition at line 48 of file class.ilCalendarSettings.php.
Referenced by ilObjBookingPoolGUI\buildDatesBySchedule(), ilDatePresentation\formatDate(), ilDatePresentation\formatPeriod(), ilCalendarWeekGUI\getAppointmentTimeString(), ilCalendarUtil\getHourSelection(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), ilCalendarUserSettingsGUI\initSettingsForm(), ilCalendarWeekGUI\parseHourInfo(), ilCalendarDayGUI\parseInfoIntoRaster(), ilObjBookingPoolGUI\renderSlots(), ilCalendarDayGUI\showAppointment(), and ilCalendarMonthGUI\showEvents().
| const ilCalendarSettings::TIME_FORMAT_24 = 1 |
Definition at line 47 of file class.ilCalendarSettings.php.
Referenced by ilDatePresentation\formatDate(), ilDatePresentation\formatPeriod(), ilCalendarWeekGUI\getAppointmentTimeString(), ilCalendarUtil\getHourSelection(), ilCalendarUtil\getUserDateFormat(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), ilCalendarUserSettingsGUI\initSettingsForm(), ilUtil\makeTimeSelect(), ilCalendarWeekGUI\parseHourInfo(), ilCalendarDayGUI\parseInfoIntoRaster(), ilObjBookingPoolGUI\renderSlots(), ilCalendarDayGUI\showAppointment(), and ilCalendarMonthGUI\showEvents().
| const ilCalendarSettings::WEEK_START_MONDAY = 1 |
Definition at line 37 of file class.ilCalendarSettings.php.
Referenced by ilCalendarRecurrence\toICal().
| const ilCalendarSettings::WEEK_START_SUNDAY = 0 |
Definition at line 38 of file class.ilCalendarSettings.php.