ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Stores all calendar relevant settings. More...
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 25 of file class.ilCalendarSettings.php.
|
private |
Definition at line 83 of file class.ilCalendarSettings.php.
References $DIC, initStorage(), read(), and readCalendarSettingsId().
|
static |
Definition at line 93 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(), ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), ilAppointmentPresentationGroupGUI\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().
ilCalendarSettings::areConsultationHoursEnabled | ( | ) |
Definition at line 254 of file class.ilCalendarSettings.php.
References $consultation_hours.
Referenced by save().
ilCalendarSettings::enableBatchFileDownloads | ( | bool | $a_stat | ) |
Definition at line 400 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableCGRegistration | ( | bool | $a_status | ) |
Definition at line 309 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableConsultationHours | ( | bool | $a_status | ) |
Definition at line 259 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableCourseCalendar | ( | bool | $a_stat | ) |
Definition at line 319 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableGroupCalendar | ( | bool | $a_stat | ) |
Definition at line 350 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableNotification | ( | bool | $a_status | ) |
Definition at line 294 of file class.ilCalendarSettings.php.
References ILIAS\UI\examples\Symbol\Glyph\Notification\notification().
Referenced by read().
ilCalendarSettings::enableSynchronisationCache | ( | bool | $a_status | ) |
Definition at line 274 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableUserNotification | ( | bool | $a_not | ) |
Definition at line 304 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableWebCalSync | ( | bool | $a_stat | ) |
Definition at line 370 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::getCacheMinutes | ( | ) |
Definition at line 159 of file class.ilCalendarSettings.php.
References $cache_minutes.
Referenced by save().
ilCalendarSettings::getCalendarSettingsId | ( | ) |
ilCalendarSettings::getDefaultCal | ( | ) |
Definition at line 184 of file class.ilCalendarSettings.php.
References $default_cal.
Referenced by save().
ilCalendarSettings::getDefaultDateFormat | ( | ) |
Definition at line 219 of file class.ilCalendarSettings.php.
References $date_format.
Referenced by save().
ilCalendarSettings::getDefaultDayEnd | ( | ) |
Definition at line 244 of file class.ilCalendarSettings.php.
References $day_end.
Referenced by save().
ilCalendarSettings::getDefaultDayStart | ( | ) |
Definition at line 234 of file class.ilCalendarSettings.php.
References $day_start.
Referenced by save().
ilCalendarSettings::getDefaultPeriod | ( | ) |
Definition at line 194 of file class.ilCalendarSettings.php.
References $default_period.
Referenced by save().
ilCalendarSettings::getDefaultTimeFormat | ( | ) |
Definition at line 229 of file class.ilCalendarSettings.php.
References $time_format.
Referenced by save().
ilCalendarSettings::getDefaultTimeZone | ( | ) |
Definition at line 209 of file class.ilCalendarSettings.php.
References $timezone.
Referenced by save().
ilCalendarSettings::getDefaultWeekStart | ( | ) |
Definition at line 179 of file class.ilCalendarSettings.php.
References $week_start.
Referenced by save().
ilCalendarSettings::getShowWeeks | ( | ) |
Definition at line 395 of file class.ilCalendarSettings.php.
References $show_weeks.
Referenced by save().
ilCalendarSettings::getSynchronisationCacheMinutes | ( | ) |
Definition at line 284 of file class.ilCalendarSettings.php.
References $sync_cache_minutes.
Referenced by save().
ilCalendarSettings::getWebCalSyncHours | ( | ) |
Definition at line 385 of file class.ilCalendarSettings.php.
References $webcal_sync_hours.
Referenced by save().
|
private |
Definition at line 507 of file class.ilCalendarSettings.php.
Referenced by __construct().
ilCalendarSettings::isBatchFileDownloadsEnabled | ( | ) |
Definition at line 405 of file class.ilCalendarSettings.php.
References $batch_file_downloads.
Referenced by save().
ilCalendarSettings::isCacheUsed | ( | ) |
Definition at line 149 of file class.ilCalendarSettings.php.
References $cache_enabled.
Referenced by save().
ilCalendarSettings::isCGRegistrationEnabled | ( | ) |
Definition at line 314 of file class.ilCalendarSettings.php.
References $cg_registration.
Referenced by save().
ilCalendarSettings::isCourseCalendarEnabled | ( | ) |
Definition at line 324 of file class.ilCalendarSettings.php.
References $course_cal_enabled.
Referenced by save().
ilCalendarSettings::isCourseCalendarVisible | ( | ) |
Definition at line 329 of file class.ilCalendarSettings.php.
References $course_cal_visible.
Referenced by isObjectCalendarVisible(), and save().
ilCalendarSettings::isEnabled | ( | ) |
Definition at line 169 of file class.ilCalendarSettings.php.
References $enabled.
Referenced by lookupCalendarActivated(), and save().
ilCalendarSettings::isGroupCalendarEnabled | ( | ) |
Definition at line 355 of file class.ilCalendarSettings.php.
References $group_cal_enabled.
Referenced by save().
ilCalendarSettings::isGroupCalendarVisible | ( | ) |
Definition at line 360 of file class.ilCalendarSettings.php.
References $group_cal_visible.
Referenced by isObjectCalendarVisible(), and save().
ilCalendarSettings::isNotificationEnabled | ( | ) |
Definition at line 289 of file class.ilCalendarSettings.php.
References $notification.
Referenced by save().
ilCalendarSettings::isObjectCalendarVisible | ( | string | $type | ) |
Definition at line 339 of file class.ilCalendarSettings.php.
References isCourseCalendarVisible(), and isGroupCalendarVisible().
ilCalendarSettings::isSynchronisationCacheEnabled | ( | ) |
Definition at line 269 of file class.ilCalendarSettings.php.
References $sync_cache_enabled.
Referenced by save().
ilCalendarSettings::isUserNotificationEnabled | ( | ) |
Definition at line 299 of file class.ilCalendarSettings.php.
References $notification_user.
Referenced by save().
ilCalendarSettings::isWebCalSyncEnabled | ( | ) |
Definition at line 375 of file class.ilCalendarSettings.php.
References $webcal_sync.
Referenced by save().
|
static |
Definition at line 116 of file class.ilCalendarSettings.php.
References _getInstance(), ilContainer\_lookupContainerSetting(), ilObject\_lookupType(), and isEnabled().
Referenced by ilObjectServiceSettingsGUI\initServiceSettingsForm().
|
static |
Definition at line 101 of file class.ilCalendarSettings.php.
References ilContainer\_lookupContainerSetting(), and ilObject\_lookupType().
Referenced by ilObjectServiceSettingsGUI\initServiceSettingsForm(), and ilColumnGUI\isGloballyActivated().
|
private |
Definition at line 439 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().
|
private |
Definition at line 495 of file class.ilCalendarSettings.php.
References ILIAS\Repository\int().
Referenced by __construct().
ilCalendarSettings::save | ( | ) |
Definition at line 410 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().
ilCalendarSettings::setCacheMinutes | ( | int | $a_min | ) |
Definition at line 154 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setCourseCalendarVisible | ( | bool | $status | ) |
Definition at line 334 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultCal | ( | int | $default_cal | ) |
Definition at line 189 of file class.ilCalendarSettings.php.
References $default_cal.
Referenced by read().
ilCalendarSettings::setDefaultDateFormat | ( | int | $a_format | ) |
Definition at line 214 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultDayEnd | ( | int | $a_end | ) |
Definition at line 249 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultDayStart | ( | int | $a_start | ) |
Definition at line 239 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultPeriod | ( | int | $default_period | ) |
Definition at line 199 of file class.ilCalendarSettings.php.
References $default_period.
Referenced by read().
ilCalendarSettings::setDefaultTimeFormat | ( | int | $a_format | ) |
Definition at line 224 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultTimeZone | ( | string | $a_zone | ) |
Definition at line 204 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultWeekStart | ( | int | $a_start | ) |
Definition at line 174 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setEnabled | ( | bool | $a_enabled | ) |
Definition at line 164 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setGroupCalendarVisible | ( | bool | $status | ) |
Definition at line 365 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setShowWeeks | ( | bool | $a_val | ) |
Definition at line 390 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setSynchronisationCacheMinutes | ( | int | $a_min | ) |
Definition at line 279 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setWebCalSyncHours | ( | int | $a_hours | ) |
Definition at line 380 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::useCache | ( | bool | $a_status | ) |
Definition at line 144 of file class.ilCalendarSettings.php.
Referenced by read().
|
private |
Definition at line 81 of file class.ilCalendarSettings.php.
Referenced by isBatchFileDownloadsEnabled().
|
private |
Definition at line 67 of file class.ilCalendarSettings.php.
Referenced by isCacheUsed().
|
private |
Definition at line 68 of file class.ilCalendarSettings.php.
Referenced by getCacheMinutes().
|
private |
Definition at line 62 of file class.ilCalendarSettings.php.
Referenced by getCalendarSettingsId().
|
private |
Definition at line 73 of file class.ilCalendarSettings.php.
Referenced by isCGRegistrationEnabled().
|
private |
Definition at line 63 of file class.ilCalendarSettings.php.
Referenced by areConsultationHoursEnabled().
|
private |
Definition at line 74 of file class.ilCalendarSettings.php.
Referenced by isCourseCalendarEnabled().
|
private |
Definition at line 76 of file class.ilCalendarSettings.php.
Referenced by isCourseCalendarVisible().
|
private |
Definition at line 64 of file class.ilCalendarSettings.php.
Referenced by getDefaultDateFormat().
|
private |
Definition at line 60 of file class.ilCalendarSettings.php.
Referenced by getDefaultDayEnd().
|
private |
Definition at line 59 of file class.ilCalendarSettings.php.
Referenced by getDefaultDayStart().
|
protected |
Definition at line 53 of file class.ilCalendarSettings.php.
|
private |
Definition at line 65 of file class.ilCalendarSettings.php.
Referenced by getDefaultCal(), and setDefaultCal().
|
private |
Definition at line 66 of file class.ilCalendarSettings.php.
Referenced by getDefaultPeriod(), and setDefaultPeriod().
|
private |
Definition at line 61 of file class.ilCalendarSettings.php.
Referenced by isEnabled().
|
private |
Definition at line 75 of file class.ilCalendarSettings.php.
Referenced by isGroupCalendarEnabled().
|
private |
Definition at line 77 of file class.ilCalendarSettings.php.
Referenced by isGroupCalendarVisible().
|
staticprivate |
Definition at line 51 of file class.ilCalendarSettings.php.
|
private |
Definition at line 71 of file class.ilCalendarSettings.php.
Referenced by isNotificationEnabled().
|
private |
Definition at line 72 of file class.ilCalendarSettings.php.
Referenced by isUserNotificationEnabled().
|
private |
Definition at line 80 of file class.ilCalendarSettings.php.
Referenced by getShowWeeks().
|
protected |
Definition at line 54 of file class.ilCalendarSettings.php.
|
private |
Definition at line 69 of file class.ilCalendarSettings.php.
Referenced by isSynchronisationCacheEnabled().
|
private |
Definition at line 70 of file class.ilCalendarSettings.php.
Referenced by getSynchronisationCacheMinutes().
|
private |
Definition at line 57 of file class.ilCalendarSettings.php.
Referenced by getDefaultTimeFormat().
|
private |
Definition at line 56 of file class.ilCalendarSettings.php.
Referenced by getDefaultTimeZone().
|
private |
Definition at line 78 of file class.ilCalendarSettings.php.
Referenced by isWebCalSyncEnabled().
|
private |
Definition at line 79 of file class.ilCalendarSettings.php.
Referenced by getWebCalSyncHours().
|
private |
Definition at line 58 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 33 of file class.ilCalendarSettings.php.
const ilCalendarSettings::DATE_FORMAT_YMD = 2 |
const ilCalendarSettings::DEFAULT_CACHE_MINUTES = 0 |
Definition at line 46 of file class.ilCalendarSettings.php.
const ilCalendarSettings::DEFAULT_CAL_DAY = 1 |
Definition at line 38 of file class.ilCalendarSettings.php.
Referenced by ilUserStartingPointGUI\getCalenderSubInputs(), ilObjCalendarSettingsGUI\initFormSettings(), and ilCalendarPresentationGUI\readLastClass().
const ilCalendarSettings::DEFAULT_CAL_LIST = 4 |
Definition at line 41 of file class.ilCalendarSettings.php.
Referenced by ilUserStartingPointGUI\getCalenderSubInputs(), ilObjCalendarSettingsGUI\initFormSettings(), and ilCalendarPresentationGUI\readLastClass().
const ilCalendarSettings::DEFAULT_CAL_MONTH = 3 |
Definition at line 40 of file class.ilCalendarSettings.php.
Referenced by ilUserStartingPointGUI\getCalenderSubInputs(), ilObjCalendarSettingsGUI\initFormSettings(), and ilCalendarPresentationGUI\readLastClass().
const ilCalendarSettings::DEFAULT_CAL_WEEK = 2 |
Definition at line 39 of file class.ilCalendarSettings.php.
Referenced by ilUserStartingPointGUI\getCalenderSubInputs(), ilObjCalendarSettingsGUI\initFormSettings(), and ilCalendarPresentationGUI\readLastClass().
const ilCalendarSettings::DEFAULT_DAY_END = 19 |
Definition at line 31 of file class.ilCalendarSettings.php.
const ilCalendarSettings::DEFAULT_DAY_START = 8 |
Definition at line 30 of file class.ilCalendarSettings.php.
const ilCalendarSettings::DEFAULT_SHOW_WEEKS = true |
Definition at line 49 of file class.ilCalendarSettings.php.
const ilCalendarSettings::DEFAULT_SYNC_CACHE_MINUTES = 10 |
Definition at line 47 of file class.ilCalendarSettings.php.
const ilCalendarSettings::TIME_FORMAT_12 = 2 |
Definition at line 44 of file class.ilCalendarSettings.php.
Referenced by ilSessionReminderCheck\__construct(), ILIAS\Certificate\Overview\CertificateOverviewTable\buildFilter(), ILIAS\LegalDocuments\Table\DocumentTable\buildTable(), ILIAS\Certificate\Overview\CertificateOverviewTable\buildTable(), ILIAS\UI\Implementation\Component\Input\Container\Form\FormAdapterGUI\dateTime(), ILIAS\UI\Implementation\Component\Input\Container\Form\FormAdapterGUI\dateTimeDuration(), ilDatePresentation\formatDate(), ilDatePresentation\formatPeriod(), 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(), ILIAS\Forum\Drafts\ForumDraftsTable\getColumns(), ilCalendarUtil\getHourSelection(), ilIndividualAssessmentDateFormatter\getUserDateFormat(), ILIAS\Cache\Services\SubObjectModes\DataTable\Supplier\initColumn(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), ilCalendarUserSettingsGUI\initSettingsForm(), ilCalendarWeekGUI\parseHourInfo(), ilCalendarDayGUI\parseInfoIntoRaster(), ilBadgePersonalTableGUI\renderTable(), ILIAS\Badge\ilBadgeUserTableGUI\renderTable(), ilCalendarDayGUI\showAppointment(), ilCalendarMonthGUI\showEvents(), and ILIAS\Chatroom\BuildChat\timeFormat().
const ilCalendarSettings::TIME_FORMAT_24 = 1 |
Definition at line 43 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(), 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 27 of file class.ilCalendarSettings.php.
Referenced by ilCalendarSchedule\initPeriod(), and ilCalendarRecurrence\toICal().
const ilCalendarSettings::WEEK_START_SUNDAY = 0 |
Definition at line 28 of file class.ilCalendarSettings.php.
Referenced by ilCalendarSchedule\initPeriod().