ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
__construct ($a_server_id, $a_mid) | |
Constructor. | |
getServerId () | |
getMid () | |
getTemplate () | |
getCtrl () | |
getLang () | |
return ilLanguage | |
getParticipant () | |
executeCommand () | |
Execute command. |
Protected Member Functions | |
abort () | |
Abort editing. | |
settings (ilPropertyFormGUI $form=null) | |
Settings. | |
saveSettings () | |
Save settings. | |
initFormSettings () | |
Init settings form. | |
setTabs () | |
Set tabs. | |
initSettings () | |
Init settings. | |
initParticipant () | |
init participant |
Protected Attributes | |
$tpl | |
$lng | |
$ctrl | |
$tabs |
Private Attributes | |
$server_id = 0 | |
$mid = 0 | |
$participant = null |
Definition at line 14 of file class.ilECSParticipantSettingsGUI.php.
ilECSParticipantSettingsGUI::__construct | ( | $a_server_id, | |
$a_mid | |||
) |
Constructor.
public
Definition at line 32 of file class.ilECSParticipantSettingsGUI.php.
References $ilCtrl, $lng, $tpl, initParticipant(), and initSettings().
|
protected |
Abort editing.
Definition at line 134 of file class.ilECSParticipantSettingsGUI.php.
References getCtrl().
ilECSParticipantSettingsGUI::executeCommand | ( | ) |
Execute command.
public
Definition at line 110 of file class.ilECSParticipantSettingsGUI.php.
References $cmd, getCtrl(), and setTabs().
ilECSParticipantSettingsGUI::getCtrl | ( | ) |
Definition at line 80 of file class.ilECSParticipantSettingsGUI.php.
References $ctrl.
Referenced by abort(), executeCommand(), initFormSettings(), and saveSettings().
ilECSParticipantSettingsGUI::getLang | ( | ) |
return ilLanguage
Definition at line 88 of file class.ilECSParticipantSettingsGUI.php.
References $lng.
Referenced by initFormSettings(), and saveSettings().
ilECSParticipantSettingsGUI::getMid | ( | ) |
Definition at line 62 of file class.ilECSParticipantSettingsGUI.php.
References $mid.
Referenced by initParticipant().
ilECSParticipantSettingsGUI::getParticipant | ( | ) |
Definition at line 97 of file class.ilECSParticipantSettingsGUI.php.
References $participant.
Referenced by initFormSettings(), and saveSettings().
ilECSParticipantSettingsGUI::getServerId | ( | ) |
Definition at line 53 of file class.ilECSParticipantSettingsGUI.php.
References $server_id.
Referenced by initParticipant(), and initSettings().
ilECSParticipantSettingsGUI::getTemplate | ( | ) |
Definition at line 71 of file class.ilECSParticipantSettingsGUI.php.
References $tpl.
Referenced by settings().
|
protected |
Init settings form.
Definition at line 181 of file class.ilECSParticipantSettingsGUI.php.
References getCtrl(), getLang(), getParticipant(), ilECSUtils\getPossibleReleaseTypes(), and ilECSUtils\getPossibleRemoteTypes().
Referenced by saveSettings(), and settings().
|
protected |
init participant
Definition at line 270 of file class.ilECSParticipantSettingsGUI.php.
References getMid(), and getServerId().
Referenced by __construct().
|
protected |
Init settings.
protected
Definition at line 261 of file class.ilECSParticipantSettingsGUI.php.
References ilECSSetting\getInstanceByServerId(), getServerId(), and settings().
Referenced by __construct().
|
protected |
Save settings.
Definition at line 156 of file class.ilECSParticipantSettingsGUI.php.
References getCtrl(), getLang(), getParticipant(), initFormSettings(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and settings().
|
protected |
Set tabs.
Definition at line 247 of file class.ilECSParticipantSettingsGUI.php.
Referenced by executeCommand().
|
protected |
Settings.
ilPropertyFormGUI | $form |
Definition at line 144 of file class.ilECSParticipantSettingsGUI.php.
References getTemplate(), and initFormSettings().
Referenced by initSettings(), and saveSettings().
|
protected |
Definition at line 23 of file class.ilECSParticipantSettingsGUI.php.
Referenced by getCtrl().
|
protected |
Definition at line 22 of file class.ilECSParticipantSettingsGUI.php.
Referenced by __construct(), and getLang().
|
private |
Definition at line 17 of file class.ilECSParticipantSettingsGUI.php.
Referenced by getMid().
|
private |
Definition at line 19 of file class.ilECSParticipantSettingsGUI.php.
Referenced by getParticipant().
|
private |
Definition at line 16 of file class.ilECSParticipantSettingsGUI.php.
Referenced by getServerId().
|
protected |
Definition at line 24 of file class.ilECSParticipantSettingsGUI.php.
|
protected |
Definition at line 21 of file class.ilECSParticipantSettingsGUI.php.
Referenced by __construct(), and getTemplate().