| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilCalendarUserSettingsGUI:
 Collaboration diagram for ilCalendarUserSettingsGUI:| Public Member Functions | |
| __construct () | |
| Constructor. | |
| executeCommand () | |
| Execute command. | |
| show () | |
| show settings | |
| cancel () | |
| cancel editing | |
| save () | |
| save settings | |
| initSettingsForm () | |
| show settings table | |
| Protected Attributes | |
| $tpl | |
| $lng | |
| $user | |
| $settings | |
Definition at line 36 of file class.ilCalendarUserSettingsGUI.php.
| ilCalendarUserSettingsGUI::__construct | ( | ) | 
Constructor.
public
Definition at line 51 of file class.ilCalendarUserSettingsGUI.php.
References $ilCtrl, $lng, $tpl, ilCalendarSettings\_getInstance(), and ilCalendarUserSettings\_getInstanceByUserId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCalendarUserSettingsGUI::cancel | ( | ) | 
cancel editing
public
Definition at line 112 of file class.ilCalendarUserSettingsGUI.php.
| ilCalendarUserSettingsGUI::executeCommand | ( | ) | 
Execute command.
public
Definition at line 75 of file class.ilCalendarUserSettingsGUI.php.
References $cmd, and $ilSetting.
| ilCalendarUserSettingsGUI::initSettingsForm | ( | ) | 
show settings table
public
Definition at line 152 of file class.ilCalendarUserSettingsGUI.php.
References ilCalendarUtil\_getShortTimeZoneList(), ilCalendarSettings\DATE_FORMAT_DMY, ilCalendarSettings\DATE_FORMAT_MDY, ilCalendarSettings\DATE_FORMAT_YMD, ilCalendarUtil\getHourSelection(), ilSelectInputGUI\setOptions(), ilRadioGroupInputGUI\setValue(), ilCalendarSettings\TIME_FORMAT_12, and ilCalendarSettings\TIME_FORMAT_24.
Referenced by show().
 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:| ilCalendarUserSettingsGUI::save | ( | ) | 
save settings
public
Definition at line 123 of file class.ilCalendarUserSettingsGUI.php.
References $_POST, ilUtil\sendFailure(), ilUtil\sendSuccess(), and show().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCalendarUserSettingsGUI::show | ( | ) | 
show settings
public
| @return | 
Definition at line 99 of file class.ilCalendarUserSettingsGUI.php.
References initSettingsForm().
Referenced by save().
 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:| 
 | protected | 
Definition at line 39 of file class.ilCalendarUserSettingsGUI.php.
Referenced by __construct().
| 
 | protected | 
Definition at line 41 of file class.ilCalendarUserSettingsGUI.php.
| 
 | protected | 
Definition at line 38 of file class.ilCalendarUserSettingsGUI.php.
Referenced by __construct().
| 
 | protected | 
Definition at line 40 of file class.ilCalendarUserSettingsGUI.php.