| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilCalendarUserSettings:
 Collaboration diagram for ilCalendarUserSettings:| Public Member Functions | |
| getTimeZone () | |
| get Time zone | |
| setTimeZone ($a_tz) | |
| set timezone | |
| setWeekStart ($a_weekstart) | |
| set week start | |
| getWeekStart () | |
| get weekstart | |
| setDayStart ($a_start) | |
| Set start of day. | |
| getDayStart () | |
| get start of day | |
| setDayEnd ($a_end) | |
| Set day end. | |
| getDayEnd () | |
| Get end of day. | |
| setDateFormat ($a_format) | |
| set date format | |
| getDateFormat () | |
| get date format | |
| setTimeFormat ($a_format) | |
| set time format | |
| getTimeFormat () | |
| get time format | |
| getCalendarSelectionType () | |
| get calendar selection type ("MyMembership" or "Selected Items") | |
| setCalendarSelectionType ($a_type) | |
| set calendar selection type | |
| save () | |
| save | |
| Static Public Member Functions | |
| static | _getInstanceByUserId ($a_user_id) | 
| get singleton instance | |
| static | _getInstance () | 
| get instance for logged in user | |
| Data Fields | |
| const | CAL_SELECTION_MEMBERSHIP = 1 | 
| const | CAL_SELECTION_ITEMS = 2 | 
| Static Public Attributes | |
| static | $instances = array() | 
| Protected Member Functions | |
| read () | |
| read | |
| Protected Attributes | |
| $user | |
| $settings | |
| Private Member Functions | |
| __construct ($a_user_id) | |
| Constructor. | |
| Private Attributes | |
| $calendar_selection_type = 1 | |
| $timezone | |
| $weekstart | |
| $time_format | |
| $date_format | |
| $day_start | |
| $day_end | |
Definition at line 11 of file class.ilCalendarUserSettings.php.
| 
 | private | 
Constructor.
private
| @return | 
Definition at line 37 of file class.ilCalendarUserSettings.php.
References _getInstance(), ilObjectFactory\getInstanceByObjId(), and read().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
get instance for logged in user
Definition at line 76 of file class.ilCalendarUserSettings.php.
References _getInstanceByUserId().
Referenced by __construct(), ilCalendarPresentationGUI\__construct(), ilCalendarCategoryGUI\appendCalendarSelection(), ilPDCalendarBlockGUI\initCategories(), ilCalendarCategories\initialize(), ilBirthdayInputGUI\render(), ilDateTimeInputGUI\render(), ilDateDurationInputGUI\render(), and ilCalendarCategoryGUI\switchCalendarMode().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
get singleton instance
public
| int | user id | 
Definition at line 61 of file class.ilCalendarUserSettings.php.
Referenced by ilMiniCalendarGUI\__construct(), ilCalendarUserSettingsGUI\__construct(), ilCalendarInboxGUI\__construct(), ilCalendarWeekGUI\__construct(), ilCalendarDayGUI\__construct(), ilRecurrenceInputGUI\__construct(), ilCalendarMonthGUI\__construct(), ilCalendarSchedule\__construct(), _getInstance(), ilCalendarAppointmentGUI\book(), ilCalendarAppointmentGUI\cancelBooking(), ilCalendarBlockGUI\ilCalendarBlockGUI(), ilPersonalProfileGUI\initGeneralSettingsForm(), ilObjBookingPoolGUI\renderList(), and ilPersonalProfileGUI\saveGeneralSettings().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarUserSettings::getCalendarSelectionType | ( | ) | 
get calendar selection type ("MyMembership" or "Selected Items")
Definition at line 220 of file class.ilCalendarUserSettings.php.
References $calendar_selection_type.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarUserSettings::getDateFormat | ( | ) | 
get date format
public
Definition at line 186 of file class.ilCalendarUserSettings.php.
References $date_format.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarUserSettings::getDayEnd | ( | ) | 
Get end of day.
Definition at line 163 of file class.ilCalendarUserSettings.php.
References $day_end.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarUserSettings::getDayStart | ( | ) | 
get start of day
Definition at line 144 of file class.ilCalendarUserSettings.php.
References $day_start.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarUserSettings::getTimeFormat | ( | ) | 
get time format
public
Definition at line 209 of file class.ilCalendarUserSettings.php.
References $time_format.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarUserSettings::getTimeZone | ( | ) | 
get Time zone
public
| @return | 
Definition at line 90 of file class.ilCalendarUserSettings.php.
References $timezone.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarUserSettings::getWeekStart | ( | ) | 
get weekstart
public
Definition at line 125 of file class.ilCalendarUserSettings.php.
References $weekstart.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
read
protected
Definition at line 257 of file class.ilCalendarUserSettings.php.
References $weekstart, CAL_SELECTION_MEMBERSHIP, ilCalendarSettings\DEFAULT_DAY_END, ilCalendarSettings\DEFAULT_DAY_START, setDayEnd(), and setDayStart().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarUserSettings::save | ( | ) | 
save
public
Definition at line 240 of file class.ilCalendarUserSettings.php.
References getCalendarSelectionType(), getDateFormat(), getDayEnd(), getDayStart(), getTimeFormat(), getTimeZone(), and getWeekStart().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCalendarUserSettings::setCalendarSelectionType | ( | $a_type | ) | 
set calendar selection type
| int | $type | self::CAL_SELECTION_MEMBERSHIP | self::CAL_SELECTION_ITEM | 
Definition at line 230 of file class.ilCalendarUserSettings.php.
| ilCalendarUserSettings::setDateFormat | ( | $a_format | ) | 
set date format
public
| int | date | 
Definition at line 175 of file class.ilCalendarUserSettings.php.
| ilCalendarUserSettings::setDayEnd | ( | $a_end | ) | 
Set day end.
| int | $a_end | 
Definition at line 154 of file class.ilCalendarUserSettings.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarUserSettings::setDayStart | ( | $a_start | ) | 
Set start of day.
| int | $a_start | 
Definition at line 135 of file class.ilCalendarUserSettings.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarUserSettings::setTimeFormat | ( | $a_format | ) | 
set time format
public
| int | time | 
Definition at line 198 of file class.ilCalendarUserSettings.php.
| ilCalendarUserSettings::setTimeZone | ( | $a_tz | ) | 
set timezone
public
| @return | 
Definition at line 102 of file class.ilCalendarUserSettings.php.
| ilCalendarUserSettings::setWeekStart | ( | $a_weekstart | ) | 
set week start
public
| @return | 
Definition at line 114 of file class.ilCalendarUserSettings.php.
| 
 | private | 
Definition at line 21 of file class.ilCalendarUserSettings.php.
Referenced by getCalendarSelectionType().
| 
 | private | 
Definition at line 25 of file class.ilCalendarUserSettings.php.
Referenced by getDateFormat().
| 
 | private | 
Definition at line 28 of file class.ilCalendarUserSettings.php.
Referenced by getDayEnd().
| 
 | private | 
Definition at line 27 of file class.ilCalendarUserSettings.php.
Referenced by getDayStart().
| 
 | static | 
Definition at line 16 of file class.ilCalendarUserSettings.php.
| 
 | protected | 
Definition at line 19 of file class.ilCalendarUserSettings.php.
| 
 | private | 
Definition at line 24 of file class.ilCalendarUserSettings.php.
Referenced by getTimeFormat().
| 
 | private | 
Definition at line 22 of file class.ilCalendarUserSettings.php.
Referenced by getTimeZone().
| 
 | protected | 
Definition at line 18 of file class.ilCalendarUserSettings.php.
| 
 | private | 
Definition at line 23 of file class.ilCalendarUserSettings.php.
Referenced by getWeekStart(), and read().
| const ilCalendarUserSettings::CAL_SELECTION_ITEMS = 2 | 
Definition at line 14 of file class.ilCalendarUserSettings.php.
Referenced by ilCalendarCategoryGUI\appendCalendarSelection().
| const ilCalendarUserSettings::CAL_SELECTION_MEMBERSHIP = 1 | 
Definition at line 13 of file class.ilCalendarUserSettings.php.
Referenced by ilCalendarPresentationGUI\__construct(), ilCalendarCategoryGUI\appendCalendarSelection(), ilPDCalendarBlockGUI\initCategories(), ilCalendarCategories\initialize(), and read().