|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilCmiXapiRegistrationGUI:Public Member Functions | |
| __construct (ilObjCmiXapi $object) | |
| ilCmiXapiRegistrationGUI constructor. More... | |
| executeCommand () | |
Data Fields | |
| const | CMD_SHOW_FORM = 'showForm' |
| const | CMD_SAVE_FORM = 'saveForm' |
| const | CMD_CANCEL = 'cancel' |
| const | DEFAULT_CMD = self::CMD_SHOW_FORM |
Protected Member Functions | |
| cancelCmd () | |
| showFormCmd (ilPropertyFormGUI $form=null) | |
| saveFormCmd () | |
| buildForm () | |
| hasRegistration () | |
| saveRegistration (ilPropertyFormGUI $form) | |
Protected Attributes | |
| ilObjCmiXapi | $object |
| ilCmiXapiUser | $cmixUser |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
| ILIAS DI Container | $dic |
Definition at line 30 of file class.ilCmiXapiRegistrationGUI.php.
| ilCmiXapiRegistrationGUI::__construct | ( | ilObjCmiXapi | $object | ) |
ilCmiXapiRegistrationGUI constructor.
Definition at line 47 of file class.ilCmiXapiRegistrationGUI.php.
References $DIC, $object, ilObject\getId(), and ilObjCmiXapi\getPrivacyIdent().
Here is the call graph for this function:
|
protected |
| ilCtrlException |
Definition at line 114 of file class.ilCmiXapiRegistrationGUI.php.
References hasRegistration().
Referenced by saveFormCmd(), and showFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilCtrlException |
Definition at line 75 of file class.ilCmiXapiRegistrationGUI.php.
References ilObjCmiXapiGUI\CMD_INFO_SCREEN.
| ilCmiXapiRegistrationGUI::executeCommand | ( | ) |
| ilCtrlException |
Definition at line 61 of file class.ilCmiXapiRegistrationGUI.php.
References $DIC.
|
protected |
Definition at line 139 of file class.ilCmiXapiRegistrationGUI.php.
Referenced by buildForm().
Here is the caller graph for this function:
|
protected |
| ilCtrlException |
Definition at line 95 of file class.ilCmiXapiRegistrationGUI.php.
References buildForm(), ilObjCmiXapiGUI\CMD_INFO_SCREEN, saveRegistration(), and showFormCmd().
Here is the call graph for this function:
|
protected |
Definition at line 144 of file class.ilCmiXapiRegistrationGUI.php.
References ilPropertyFormGUI\getInput().
Referenced by saveFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilPropertyFormGUI | null | $form |
Definition at line 83 of file class.ilCmiXapiRegistrationGUI.php.
References buildForm().
Referenced by saveFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 40 of file class.ilCmiXapiRegistrationGUI.php.
|
private |
Definition at line 42 of file class.ilCmiXapiRegistrationGUI.php.
|
private |
Definition at line 41 of file class.ilCmiXapiRegistrationGUI.php.
|
protected |
Definition at line 38 of file class.ilCmiXapiRegistrationGUI.php.
Referenced by __construct().
| const ilCmiXapiRegistrationGUI::CMD_CANCEL = 'cancel' |
Definition at line 34 of file class.ilCmiXapiRegistrationGUI.php.
| const ilCmiXapiRegistrationGUI::CMD_SAVE_FORM = 'saveForm' |
Definition at line 33 of file class.ilCmiXapiRegistrationGUI.php.
| const ilCmiXapiRegistrationGUI::CMD_SHOW_FORM = 'showForm' |
Definition at line 32 of file class.ilCmiXapiRegistrationGUI.php.
| const ilCmiXapiRegistrationGUI::DEFAULT_CMD = self::CMD_SHOW_FORM |
Definition at line 36 of file class.ilCmiXapiRegistrationGUI.php.