|
ILIAS
Release_3_10_x_branch Revision 61812
|
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 33 of file class.ilRadiusSettingsGUI.php.
| ilRadiusSettingsGUI::__construct | ( | $a_auth_ref_id | ) |
Constructor.
public
| int | object auth ref_id |
Definition at line 44 of file class.ilRadiusSettingsGUI.php.
References $ilCtrl, $lng, $tpl, and initSettings().
Here is the call graph for this function:| ilRadiusSettingsGUI::executeCommand | ( | ) |
Execute command.
public
Definition at line 67 of file class.ilRadiusSettingsGUI.php.
|
private |
Init Server settings.
private
Definition at line 229 of file class.ilRadiusSettingsGUI.php.
References ilRadiusSettings\_getInstance(), and settings().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Get charset options.
private
Definition at line 261 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:
|
private |
Definition at line 237 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 caller graph for this function:| ilRadiusSettingsGUI::save | ( | ) |
Save.
public
Definition at line 186 of file class.ilRadiusSettingsGUI.php.
References ilUtil\sendInfo(), settings(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilRadiusSettingsGUI::settings | ( | ) |
Show settings.
public
Definition at line 100 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 caller graph for this function:
|
private |
Definition at line 35 of file class.ilRadiusSettingsGUI.php.