|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Stores all calendar relevant settings. More...
Collaboration diagram for ilCalendarSettings:Static Public Member Functions | |
| static | _getInstance () |
| static | lookupCalendarContentPresentationEnabled (int $obj_id) |
| static | lookupCalendarActivated (int $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_UNDEFINED = 0 |
| const | DATE_FORMAT_DMY = 1 |
| const | DATE_FORMAT_YMD = 2 |
| const | DATE_FORMAT_MDY = 3 |
| const | DEFAULT_CAL_DAY = 1 |
| const | DEFAULT_CAL_WEEK = 2 |
| const | DEFAULT_CAL_MONTH = 3 |
| const | DEFAULT_CAL_LIST = 4 |
| 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 |
Protected Attributes | |
| ilDBInterface | $db |
| ilSetting | $storage |
Private Member Functions | |
| __construct () | |
| read () | |
| readCalendarSettingsId () | |
| initStorage () | |
Private Attributes | |
| string | $timezone = ilTimeZone::UTC |
| int | $time_format = self::TIME_FORMAT_12 |
| int | $week_start = self::WEEK_START_SUNDAY |
| int | $day_start = self::DEFAULT_DAY_START |
| int | $day_end = self::DEFAULT_DAY_END |
| bool | $enabled = false |
| int | $cal_settings_id = 0 |
| bool | $consultation_hours = false |
| int | $date_format = 0 |
| int | $default_cal = self::DEFAULT_CAL_LIST |
| int | $default_period = 2 |
| bool | $cache_enabled = true |
| int | $cache_minutes = 1 |
| bool | $sync_cache_enabled = true |
| int | $sync_cache_minutes = 10 |
| bool | $notification = false |
| bool | $notification_user = false |
| bool | $cg_registration = false |
| bool | $course_cal_enabled = true |
| bool | $group_cal_enabled = true |
| bool | $course_cal_visible = true |
| bool | $group_cal_visible = true |
| bool | $webcal_sync = false |
| int | $webcal_sync_hours = 2 |
| bool | $show_weeks = false |
| bool | $batch_file_downloads = false |
Static Private Attributes | |
| static ilCalendarSettings | $instance = null |
Stores all calendar relevant settings.
Definition at line 31 of file class.ilCalendarSettings.php.
|
private |
Definition at line 89 of file class.ilCalendarSettings.php.
References $DIC, initStorage(), read(), and readCalendarSettingsId().
Here is the call graph for this function:
|
static |
Definition at line 99 of file class.ilCalendarSettings.php.
Referenced by ilCalendarCache\__construct(), ilCalendarCronRemoteReader\__construct(), ilCalendarUserSettingsGUI\__construct(), ilCalendarAppointmentPanelGUI\__construct(), ilCalendarUserSettings\__construct(), ilCalendarAppointmentPresentationGUI\__construct(), ilCalendarPresentationGUI\__construct(), ilCalendarBlockGUI\__construct(), ilCalendarPresentationGUI\addStandardTabs(), ilCalendarViewGUI\addToolbarFileDownload(), ilAppointmentPresentationGroupGUI\collectPropertiesAndActions(), ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), ilCalendarPresentationGUI\executeCommand(), ilAppointmentBaseFileHandler\getCatInfo(), ilObjUser\getDateFormat(), ilAppointmentPresentationGUI\getHTML(), ilCalendarAgendaListGUI\getPeriod(), ilUserStartingPointRepository\getPossibleStartingPoints(), ILIAS\GlobalScreen\Provider\Provider\CalendarMainBarProvider\getStaticSubItems(), ilObjUser\getTimeFormat(), ilObjUser\getTimeZone(), ilUserStartingPointRepository\getValidAndAccessibleStartingPointAsUrl(), ilPortfolioPageConfig\init(), ilObjCalendarSettingsGUI\initCalendarSettings(), ilCalendarAppointmentGUI\initForm(), ilCalendarCategoryGUI\initFormCategory(), ilCalendarAgendaListGUI\initPeriod(), ilObjectServiceSettingsGUI\initServiceSettingsForm(), ilColumnGUI\isGloballyActivated(), ilCalendarAuthenticationToken\isIcalExpired(), lookupCalendarActivated(), ilCalendarCache\readEntry(), ilCalendarCategoryGUI\readPermissions(), ilCalendarCategories\readPublicCalendars(), ilCalendarCategories\readReposCalendars(), ilCalendarCategories\readSelectedCategories(), ilCalendarAppointmentGUI\save(), ilCalendarWeekGUI\show(), ilCalendarMonthGUI\show(), ilCalendarCache\storeEntry(), ilCalendarCache\storeUnlimitedEntry(), ilCalendarAppointmentGUI\update(), and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
Here is the caller graph for this function:| ilCalendarSettings::areConsultationHoursEnabled | ( | ) |
Definition at line 260 of file class.ilCalendarSettings.php.
References $consultation_hours.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::enableBatchFileDownloads | ( | bool | $a_stat | ) |
Definition at line 406 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableCGRegistration | ( | bool | $a_status | ) |
Definition at line 315 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableConsultationHours | ( | bool | $a_status | ) |
Definition at line 265 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableCourseCalendar | ( | bool | $a_stat | ) |
Definition at line 325 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableGroupCalendar | ( | bool | $a_stat | ) |
Definition at line 356 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableNotification | ( | bool | $a_status | ) |
Definition at line 300 of file class.ilCalendarSettings.php.
References ILIAS\UI\examples\Symbol\Glyph\Notification\notification().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCalendarSettings::enableSynchronisationCache | ( | bool | $a_status | ) |
Definition at line 280 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableUserNotification | ( | bool | $a_not | ) |
Definition at line 310 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::enableWebCalSync | ( | bool | $a_stat | ) |
Definition at line 376 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::getCacheMinutes | ( | ) |
Definition at line 165 of file class.ilCalendarSettings.php.
References $cache_minutes.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getCalendarSettingsId | ( | ) |
| ilCalendarSettings::getDefaultCal | ( | ) |
Definition at line 190 of file class.ilCalendarSettings.php.
References $default_cal.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultDateFormat | ( | ) |
Definition at line 225 of file class.ilCalendarSettings.php.
References $date_format.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultDayEnd | ( | ) |
Definition at line 250 of file class.ilCalendarSettings.php.
References $day_end.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultDayStart | ( | ) |
Definition at line 240 of file class.ilCalendarSettings.php.
References $day_start.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultPeriod | ( | ) |
Definition at line 200 of file class.ilCalendarSettings.php.
References $default_period.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultTimeFormat | ( | ) |
Definition at line 235 of file class.ilCalendarSettings.php.
References $time_format.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultTimeZone | ( | ) |
Definition at line 215 of file class.ilCalendarSettings.php.
References $timezone.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getDefaultWeekStart | ( | ) |
Definition at line 185 of file class.ilCalendarSettings.php.
References $week_start.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getShowWeeks | ( | ) |
Definition at line 401 of file class.ilCalendarSettings.php.
References $show_weeks.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::getSynchronisationCacheMinutes | ( | ) |
Definition at line 290 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 391 of file class.ilCalendarSettings.php.
References $webcal_sync_hours.
Referenced by save().
Here is the caller graph for this function:
|
private |
Definition at line 513 of file class.ilCalendarSettings.php.
Referenced by __construct().
Here is the caller graph for this function:| ilCalendarSettings::isBatchFileDownloadsEnabled | ( | ) |
Definition at line 411 of file class.ilCalendarSettings.php.
References $batch_file_downloads.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isCacheUsed | ( | ) |
Definition at line 155 of file class.ilCalendarSettings.php.
References $cache_enabled.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isCGRegistrationEnabled | ( | ) |
Definition at line 320 of file class.ilCalendarSettings.php.
References $cg_registration.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isCourseCalendarEnabled | ( | ) |
Definition at line 330 of file class.ilCalendarSettings.php.
References $course_cal_enabled.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isCourseCalendarVisible | ( | ) |
Definition at line 335 of file class.ilCalendarSettings.php.
References $course_cal_visible.
Referenced by isObjectCalendarVisible(), and save().
Here is the caller graph for this function:| ilCalendarSettings::isEnabled | ( | ) |
Definition at line 175 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 361 of file class.ilCalendarSettings.php.
References $group_cal_enabled.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isGroupCalendarVisible | ( | ) |
Definition at line 366 of file class.ilCalendarSettings.php.
References $group_cal_visible.
Referenced by isObjectCalendarVisible(), and save().
Here is the caller graph for this function:| ilCalendarSettings::isNotificationEnabled | ( | ) |
Definition at line 295 of file class.ilCalendarSettings.php.
References $notification.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isObjectCalendarVisible | ( | string | $type | ) |
Definition at line 345 of file class.ilCalendarSettings.php.
References isCourseCalendarVisible(), and isGroupCalendarVisible().
Here is the call graph for this function:| ilCalendarSettings::isSynchronisationCacheEnabled | ( | ) |
Definition at line 275 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 305 of file class.ilCalendarSettings.php.
References $notification_user.
Referenced by save().
Here is the caller graph for this function:| ilCalendarSettings::isWebCalSyncEnabled | ( | ) |
Definition at line 381 of file class.ilCalendarSettings.php.
References $webcal_sync.
Referenced by save().
Here is the caller graph for this function:
|
static |
Definition at line 122 of file class.ilCalendarSettings.php.
References _getInstance(), ilContainer\_lookupContainerSetting(), ilObject\_lookupType(), and isEnabled().
Referenced by ilObjectServiceSettingsGUI\initServiceSettingsForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 107 of file class.ilCalendarSettings.php.
References ilContainer\_lookupContainerSetting(), and ilObject\_lookupType().
Referenced by ilObjectServiceSettingsGUI\initServiceSettingsForm(), and ilColumnGUI\isGloballyActivated().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 445 of file class.ilCalendarSettings.php.
References ilTimeZone\_getDefaultTimeZone(), enableBatchFileDownloads(), enableCGRegistration(), enableConsultationHours(), enableCourseCalendar(), enableGroupCalendar(), enableNotification(), enableSynchronisationCache(), enableUserNotification(), enableWebCalSync(), setCacheMinutes(), setCourseCalendarVisible(), setDefaultCal(), setDefaultDateFormat(), setDefaultDayEnd(), setDefaultDayStart(), setDefaultPeriod(), setDefaultTimeFormat(), setDefaultTimeZone(), setDefaultWeekStart(), setEnabled(), setGroupCalendarVisible(), 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 |
Definition at line 501 of file class.ilCalendarSettings.php.
References ILIAS\Repository\int().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCalendarSettings::save | ( | ) |
Definition at line 416 of file class.ilCalendarSettings.php.
References areConsultationHoursEnabled(), getCacheMinutes(), getDefaultCal(), getDefaultDateFormat(), getDefaultDayEnd(), getDefaultDayStart(), getDefaultPeriod(), getDefaultTimeFormat(), getDefaultTimeZone(), getDefaultWeekStart(), getShowWeeks(), getSynchronisationCacheMinutes(), getWebCalSyncHours(), isBatchFileDownloadsEnabled(), isCacheUsed(), isCGRegistrationEnabled(), isCourseCalendarEnabled(), isCourseCalendarVisible(), isEnabled(), isGroupCalendarEnabled(), isGroupCalendarVisible(), isNotificationEnabled(), isSynchronisationCacheEnabled(), isUserNotificationEnabled(), and isWebCalSyncEnabled().
Here is the call graph for this function:| ilCalendarSettings::setCacheMinutes | ( | int | $a_min | ) |
Definition at line 160 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setCourseCalendarVisible | ( | bool | $status | ) |
Definition at line 340 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultCal | ( | int | $default_cal | ) |
Definition at line 195 of file class.ilCalendarSettings.php.
References $default_cal.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultDateFormat | ( | int | $a_format | ) |
Definition at line 220 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultDayEnd | ( | int | $a_end | ) |
Definition at line 255 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultDayStart | ( | int | $a_start | ) |
Definition at line 245 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultPeriod | ( | int | $default_period | ) |
Definition at line 205 of file class.ilCalendarSettings.php.
References $default_period.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultTimeFormat | ( | int | $a_format | ) |
Definition at line 230 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultTimeZone | ( | string | $a_zone | ) |
Definition at line 210 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setDefaultWeekStart | ( | int | $a_start | ) |
Definition at line 180 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setEnabled | ( | bool | $a_enabled | ) |
Definition at line 170 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setGroupCalendarVisible | ( | bool | $status | ) |
Definition at line 371 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setShowWeeks | ( | bool | $a_val | ) |
Definition at line 396 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setSynchronisationCacheMinutes | ( | int | $a_min | ) |
Definition at line 285 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::setWebCalSyncHours | ( | int | $a_hours | ) |
Definition at line 386 of file class.ilCalendarSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilCalendarSettings::useCache | ( | bool | $a_status | ) |
Definition at line 150 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 73 of file class.ilCalendarSettings.php.
Referenced by isCacheUsed().
|
private |
Definition at line 74 of file class.ilCalendarSettings.php.
Referenced by getCacheMinutes().
|
private |
Definition at line 68 of file class.ilCalendarSettings.php.
Referenced by getCalendarSettingsId().
|
private |
Definition at line 79 of file class.ilCalendarSettings.php.
Referenced by isCGRegistrationEnabled().
|
private |
Definition at line 69 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 82 of file class.ilCalendarSettings.php.
Referenced by isCourseCalendarVisible().
|
private |
Definition at line 70 of file class.ilCalendarSettings.php.
Referenced by getDefaultDateFormat().
|
private |
Definition at line 66 of file class.ilCalendarSettings.php.
Referenced by getDefaultDayEnd().
|
private |
Definition at line 65 of file class.ilCalendarSettings.php.
Referenced by getDefaultDayStart().
|
protected |
Definition at line 59 of file class.ilCalendarSettings.php.
|
private |
Definition at line 71 of file class.ilCalendarSettings.php.
Referenced by getDefaultCal(), and setDefaultCal().
|
private |
Definition at line 72 of file class.ilCalendarSettings.php.
Referenced by getDefaultPeriod(), and setDefaultPeriod().
|
private |
Definition at line 67 of file class.ilCalendarSettings.php.
Referenced by isEnabled().
|
private |
Definition at line 81 of file class.ilCalendarSettings.php.
Referenced by isGroupCalendarEnabled().
|
private |
Definition at line 83 of file class.ilCalendarSettings.php.
Referenced by isGroupCalendarVisible().
|
staticprivate |
Definition at line 57 of file class.ilCalendarSettings.php.
|
private |
Definition at line 77 of file class.ilCalendarSettings.php.
Referenced by isNotificationEnabled().
|
private |
Definition at line 78 of file class.ilCalendarSettings.php.
Referenced by isUserNotificationEnabled().
|
private |
Definition at line 86 of file class.ilCalendarSettings.php.
Referenced by getShowWeeks().
|
protected |
Definition at line 60 of file class.ilCalendarSettings.php.
|
private |
Definition at line 75 of file class.ilCalendarSettings.php.
Referenced by isSynchronisationCacheEnabled().
|
private |
Definition at line 76 of file class.ilCalendarSettings.php.
Referenced by getSynchronisationCacheMinutes().
|
private |
Definition at line 63 of file class.ilCalendarSettings.php.
Referenced by getDefaultTimeFormat().
|
private |
Definition at line 62 of file class.ilCalendarSettings.php.
Referenced by getDefaultTimeZone().
|
private |
Definition at line 84 of file class.ilCalendarSettings.php.
Referenced by isWebCalSyncEnabled().
|
private |
Definition at line 85 of file class.ilCalendarSettings.php.
Referenced by getWebCalSyncHours().
|
private |
Definition at line 64 of file class.ilCalendarSettings.php.
Referenced by getDefaultWeekStart().
| const ilCalendarSettings::DATE_FORMAT_DMY = 1 |
| const ilCalendarSettings::DATE_FORMAT_MDY = 3 |
| const ilCalendarSettings::DATE_FORMAT_UNDEFINED = 0 |
Definition at line 39 of file class.ilCalendarSettings.php.
| const ilCalendarSettings::DATE_FORMAT_YMD = 2 |
| const ilCalendarSettings::DEFAULT_CACHE_MINUTES = 0 |
Definition at line 52 of file class.ilCalendarSettings.php.
| const ilCalendarSettings::DEFAULT_CAL_DAY = 1 |
Definition at line 44 of file class.ilCalendarSettings.php.
Referenced by ilUserStartingPointGUI\getCalenderSubInputs(), ilObjCalendarSettingsGUI\initFormSettings(), and ilCalendarPresentationGUI\readLastClass().
| const ilCalendarSettings::DEFAULT_CAL_LIST = 4 |
Definition at line 47 of file class.ilCalendarSettings.php.
Referenced by ilUserStartingPointGUI\getCalenderSubInputs(), ilObjCalendarSettingsGUI\initFormSettings(), and ilCalendarPresentationGUI\readLastClass().
| const ilCalendarSettings::DEFAULT_CAL_MONTH = 3 |
Definition at line 46 of file class.ilCalendarSettings.php.
Referenced by ilUserStartingPointGUI\getCalenderSubInputs(), ilObjCalendarSettingsGUI\initFormSettings(), and ilCalendarPresentationGUI\readLastClass().
| const ilCalendarSettings::DEFAULT_CAL_WEEK = 2 |
Definition at line 45 of file class.ilCalendarSettings.php.
Referenced by ilUserStartingPointGUI\getCalenderSubInputs(), ilObjCalendarSettingsGUI\initFormSettings(), and ilCalendarPresentationGUI\readLastClass().
| const ilCalendarSettings::DEFAULT_DAY_END = 19 |
Definition at line 37 of file class.ilCalendarSettings.php.
| const ilCalendarSettings::DEFAULT_DAY_START = 8 |
Definition at line 36 of file class.ilCalendarSettings.php.
| const ilCalendarSettings::DEFAULT_SHOW_WEEKS = true |
Definition at line 55 of file class.ilCalendarSettings.php.
| const ilCalendarSettings::DEFAULT_SYNC_CACHE_MINUTES = 10 |
Definition at line 53 of file class.ilCalendarSettings.php.
| const ilCalendarSettings::TIME_FORMAT_12 = 2 |
Definition at line 50 of file class.ilCalendarSettings.php.
Referenced by ilSessionReminderCheck\__construct(), ILIAS\UI\Implementation\Component\Input\Container\Form\FormAdapterGUI\dateTime(), ILIAS\UI\Implementation\Component\Input\Container\Form\FormAdapterGUI\dateTimeDuration(), ilDatePresentation\formatDate(), ilDatePresentation\formatPeriod(), ilCalendarViewGUI\getAppointmentShyButton(), ilCalendarWeekGUI\getAppointmentTimeString(), ILIAS\Mail\Attachments\MailAttachmentTableGUI\getColumnDefinition(), ILIAS\Mail\Folder\MailFolderTableUI\getColumnDefinition(), ILIAS\Chatroom\Bans\BannedUsersTable\getColumns(), ILIAS\Export\ExportHandler\Table\Handler\getColumns(), ILIAS\Calendar\ConsultationHours\BookingTableGUI\getColumns(), ilCalendarUtil\getHourSelection(), ilIndividualAssessmentDateFormatter\getUserDateFormat(), ILIAS\Cache\Services\SubObjectModes\DataTable\Supplier\initColumn(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), ilCalendarUserSettingsGUI\initSettingsForm(), ilCalendarWeekGUI\parseHourInfo(), ilCalendarDayGUI\parseInfoIntoRaster(), ilCalendarDayGUI\showAppointment(), ilCalendarMonthGUI\showEvents(), and ILIAS\Chatroom\BuildChat\timeFormat().
| const ilCalendarSettings::TIME_FORMAT_24 = 1 |
Definition at line 49 of file class.ilCalendarSettings.php.
Referenced by ilSessionReminderCheck\__construct(), ILIAS\BookingManager\BookingProcess\WeekGUI\__construct(), ILIAS\AccessControl\Log\Table\buildUserDateTimeFormat(), ILIAS\Test\Logging\TestLogViewer\buildUserDateTimeFormat(), ilDatePresentation\formatDate(), ilDatePresentation\formatPeriod(), ilCalendarViewGUI\getAppointmentShyButton(), ilCalendarWeekGUI\getAppointmentTimeString(), ilObjUser\getDateTimeFormat(), ilCalendarUtil\getHourSelection(), ilIndividualAssessmentDateFormatter\getUserDateFormat(), ilCalendarUtil\getUserDateFormat(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), ilCalendarUserSettingsGUI\initSettingsForm(), ilLegacyFormElementsUtil\makeTimeSelect(), ilCalendarWeekGUI\parseHourInfo(), ilCalendarDayGUI\parseInfoIntoRaster(), ilChatroomHistoryGUI\renderDateTimeInformation(), ilCalendarDayGUI\showAppointment(), and ilCalendarMonthGUI\showEvents().
| const ilCalendarSettings::WEEK_START_MONDAY = 1 |
Definition at line 33 of file class.ilCalendarSettings.php.
Referenced by ilCalendarSchedule\initPeriod(), and ilCalendarRecurrence\toICal().
| const ilCalendarSettings::WEEK_START_SUNDAY = 0 |
Definition at line 34 of file class.ilCalendarSettings.php.
Referenced by ilCalendarSchedule\initPeriod().