|
ILIAS
Release_3_10_x_branch Revision 61812
|
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 | |
| 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 | |
Definition at line 11 of file class.ilCalendarUserSettings.php.
|
private |
Constructor.
private
| @return |
Definition at line 33 of file class.ilCalendarUserSettings.php.
References _getInstance(), ilObjectFactory\getInstanceByObjId(), and read().
Here is the call graph for this function:
|
static |
get instance for logged in user
Definition at line 72 of file class.ilCalendarUserSettings.php.
References _getInstanceByUserId().
Referenced by __construct(), ilCalendarCategoryGUI\appendCalendarSelection(), ilCalendarCategories\initialize(), and ilCalendarCategoryGUI\switchCalendarMode().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
get singleton instance
public
| int | user id |
Definition at line 57 of file class.ilCalendarUserSettings.php.
Referenced by ilMiniCalendarGUI\__construct(), ilCalendarUserSettingsGUI\__construct(), ilCalendarInboxGUI\__construct(), ilRecurrenceInputGUI\__construct(), ilCalendarDayGUI\__construct(), ilCalendarMonthGUI\__construct(), ilCalendarWeekGUI\__construct(), ilCalendarSchedule\__construct(), _getInstance(), and ilCalendarBlockGUI\ilCalendarBlockGUI().
Here is the caller graph for this function:| ilCalendarUserSettings::getCalendarSelectionType | ( | ) |
get calendar selection type ("MyMembership" or "Selected Items")
Definition at line 155 of file class.ilCalendarUserSettings.php.
References $calendar_selection_type.
Referenced by save().
Here is the caller graph for this function:| ilCalendarUserSettings::getTimeFormat | ( | ) |
get time format
public
Definition at line 144 of file class.ilCalendarUserSettings.php.
References $time_format.
Referenced by save().
Here is the caller graph for this function:| ilCalendarUserSettings::getTimeZone | ( | ) |
get Time zone
public
| @return |
Definition at line 86 of file class.ilCalendarUserSettings.php.
References $timezone.
Referenced by save().
Here is the caller graph for this function:| ilCalendarUserSettings::getWeekStart | ( | ) |
get weekstart
public
Definition at line 121 of file class.ilCalendarUserSettings.php.
References $weekstart.
Referenced by save().
Here is the caller graph for this function:
|
protected |
read
protected
Definition at line 189 of file class.ilCalendarUserSettings.php.
References $weekstart, and CAL_SELECTION_MEMBERSHIP.
Referenced by __construct().
Here is the caller graph for this function:| ilCalendarUserSettings::save | ( | ) |
save
public
Definition at line 175 of file class.ilCalendarUserSettings.php.
References getCalendarSelectionType(), getTimeFormat(), getTimeZone(), and getWeekStart().
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 165 of file class.ilCalendarUserSettings.php.
| ilCalendarUserSettings::setTimeFormat | ( | $a_format | ) |
set time format
public
| int | time |
Definition at line 133 of file class.ilCalendarUserSettings.php.
| ilCalendarUserSettings::setTimeZone | ( | $a_tz | ) |
set timezone
public
| @return |
Definition at line 98 of file class.ilCalendarUserSettings.php.
| ilCalendarUserSettings::setWeekStart | ( | $a_weekstart | ) |
set week start
public
| @return |
Definition at line 110 of file class.ilCalendarUserSettings.php.
|
private |
Definition at line 21 of file class.ilCalendarUserSettings.php.
Referenced by getCalendarSelectionType().
|
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 ilCalendarCategoryGUI\appendCalendarSelection(), ilCalendarCategories\initialize(), and read().