|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for ilECSParticipantSettingsGUI:Public Member Functions | |
| __construct ($a_server_id, $a_mid) | |
| Constructor. More... | |
| getServerId () | |
| getMid () | |
| getTemplate () | |
| getCtrl () | |
| getLang () | |
| return ilLanguage More... | |
| getParticipant () | |
| executeCommand () | |
| Execute command. More... | |
Protected Member Functions | |
| abort () | |
| Abort editing. More... | |
| settings (ilPropertyFormGUI $form=null) | |
| Settings. More... | |
| saveSettings () | |
| Save settings. More... | |
| initFormSettings () | |
| Init settings form. More... | |
| setTabs () | |
| Set tabs. More... | |
| initSettings () | |
| Init settings. More... | |
| initParticipant () | |
| init participant More... | |
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.
@access public
Definition at line 32 of file class.ilECSParticipantSettingsGUI.php.
References $ilCtrl, $lng, $tpl, initParticipant(), and initSettings().
Here is the call graph for this function:
|
protected |
Abort editing.
Definition at line 134 of file class.ilECSParticipantSettingsGUI.php.
References getCtrl().
Here is the call graph for this function:| ilECSParticipantSettingsGUI::executeCommand | ( | ) |
Execute command.
@access public
Definition at line 110 of file class.ilECSParticipantSettingsGUI.php.
References $cmd, getCtrl(), and setTabs().
Here is the call graph for this function:| ilECSParticipantSettingsGUI::getCtrl | ( | ) |
Definition at line 80 of file class.ilECSParticipantSettingsGUI.php.
References $ctrl.
Referenced by abort(), executeCommand(), initFormSettings(), and saveSettings().
Here is the caller graph for this function:| ilECSParticipantSettingsGUI::getLang | ( | ) |
return ilLanguage
Definition at line 88 of file class.ilECSParticipantSettingsGUI.php.
References $lng.
Referenced by initFormSettings(), and saveSettings().
Here is the caller graph for this function:| ilECSParticipantSettingsGUI::getMid | ( | ) |
Definition at line 62 of file class.ilECSParticipantSettingsGUI.php.
References $mid.
Referenced by initParticipant().
Here is the caller graph for this function:| ilECSParticipantSettingsGUI::getParticipant | ( | ) |
Definition at line 97 of file class.ilECSParticipantSettingsGUI.php.
References $participant.
Referenced by initFormSettings(), and saveSettings().
Here is the caller graph for this function:| ilECSParticipantSettingsGUI::getServerId | ( | ) |
Definition at line 53 of file class.ilECSParticipantSettingsGUI.php.
References $server_id.
Referenced by initParticipant(), and initSettings().
Here is the caller graph for this function:| ilECSParticipantSettingsGUI::getTemplate | ( | ) |
Definition at line 71 of file class.ilECSParticipantSettingsGUI.php.
References $tpl.
Referenced by settings().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
init participant
Definition at line 270 of file class.ilECSParticipantSettingsGUI.php.
References getMid(), and getServerId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init settings.
@access protected
Definition at line 261 of file class.ilECSParticipantSettingsGUI.php.
References ilECSSetting\getInstanceByServerId(), getServerId(), and settings().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Save settings.
Definition at line 156 of file class.ilECSParticipantSettingsGUI.php.
References getCtrl(), getLang(), getParticipant(), initFormSettings(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and settings().
Here is the call graph for this function:
|
protected |
Set tabs.
Definition at line 247 of file class.ilECSParticipantSettingsGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Settings.
| ilPropertyFormGUI | $form |
Definition at line 144 of file class.ilECSParticipantSettingsGUI.php.
References getTemplate(), and initFormSettings().
Referenced by initSettings(), and saveSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().