| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilRadiusSettingsGUI:
 Collaboration diagram for ilRadiusSettingsGUI:| Public Member Functions | |
| __construct ($a_auth_ref_id) | |
| Constructor. | |
| executeCommand () | |
| Execute command. | |
| settings () | |
| Show settings. | |
| save () | |
| Save. | |
| Private Member Functions | |
| initSettings () | |
| Init Server settings. | |
| prepareRoleSelection () | |
| prepareCharsetSelection () | |
| Get charset options. | |
| Private Attributes | |
| $ref_id | |
Definition at line 13 of file class.ilRadiusSettingsGUI.php.
| ilRadiusSettingsGUI::__construct | ( | $a_auth_ref_id | ) | 
Constructor.
public
| int | object auth ref_id | 
Definition at line 24 of file class.ilRadiusSettingsGUI.php.
References $ilCtrl, $lng, $tpl, and initSettings().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRadiusSettingsGUI::executeCommand | ( | ) | 
Execute command.
public
Definition at line 47 of file class.ilRadiusSettingsGUI.php.
References $cmd, $ilCtrl, $ilErr, and ilUtil\sendFailure().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Init Server settings.
private
Definition at line 213 of file class.ilRadiusSettingsGUI.php.
References ilRadiusSettings\_getInstance(), and settings().
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:| 
 | private | 
Get charset options.
private
Definition at line 245 of file class.ilRadiusSettingsGUI.php.
References ilRadiusSettings\RADIUS_CHARSET_LATIN1, and ilRadiusSettings\RADIUS_CHARSET_UTF8.
Referenced by settings().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 221 of file class.ilRadiusSettingsGUI.php.
References ilObject\_lookupTitle(), and ilUtil\_sortIds().
Referenced by settings().
 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:| ilRadiusSettingsGUI::save | ( | ) | 
Save.
public
Definition at line 170 of file class.ilRadiusSettingsGUI.php.
References $_POST, ilUtil\sendFailure(), ilUtil\sendSuccess(), settings(), and ilUtil\stripSlashes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRadiusSettingsGUI::settings | ( | ) | 
Show settings.
public
Definition at line 87 of file class.ilRadiusSettingsGUI.php.
References prepareCharsetSelection(), prepareRoleSelection(), ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), and ilFormPropertyGUI\setRequired().
Referenced by initSettings(), and 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:| 
 | private | 
Definition at line 15 of file class.ilRadiusSettingsGUI.php.