◆ __construct()
ilCmiXapiRegistrationGUI::__construct |
( |
ilObjCmiXapi |
$object | ) |
|
◆ buildForm()
ilCmiXapiRegistrationGUI::buildForm |
( |
| ) |
|
|
protected |
- Exceptions
-
Definition at line 114 of file class.ilCmiXapiRegistrationGUI.php.
References hasRegistration(), and ilFormPropertyGUI\setInfo().
Referenced by saveFormCmd(), and showFormCmd().
118 $form->setFormAction($this->dic->ctrl()->getFormAction($this, self::CMD_SHOW_FORM));
121 $form->setTitle($this->dic->language()->txt(
'form_create_registration'));
122 $form->addCommandButton(self::CMD_SAVE_FORM, $this->dic->language()->txt(
'btn_create_registration'));
124 $form->setTitle($this->dic->language()->txt(
'form_change_registration'));
125 $form->addCommandButton(self::CMD_SAVE_FORM, $this->dic->language()->txt(
'btn_change_registration'));
128 $form->addCommandButton(self::CMD_CANCEL, $this->dic->language()->txt(
'cancel'));
130 $userIdent =
new ilEMailInputGUI($this->dic->language()->txt(
'field_user_ident'),
'user_ident');
131 $userIdent->
setInfo($this->dic->language()->txt(
'field_user_ident_info'));
132 $userIdent->setRequired(
true);
133 $userIdent->setValue($this->cmixUser->getUsrIdent());
134 $form->addItem($userIdent);
◆ cancelCmd()
ilCmiXapiRegistrationGUI::cancelCmd |
( |
| ) |
|
|
protected |
◆ executeCommand()
ilCmiXapiRegistrationGUI::executeCommand |
( |
| ) |
|
◆ hasRegistration()
ilCmiXapiRegistrationGUI::hasRegistration |
( |
| ) |
|
|
protected |
◆ saveFormCmd()
ilCmiXapiRegistrationGUI::saveFormCmd |
( |
| ) |
|
|
protected |
◆ saveRegistration()
◆ showFormCmd()
◆ $cmixUser
◆ $dic
ILIAS DI Container ilCmiXapiRegistrationGUI::$dic |
|
private |
◆ $main_tpl
◆ $object
◆ CMD_CANCEL
const ilCmiXapiRegistrationGUI::CMD_CANCEL = 'cancel' |
◆ CMD_SAVE_FORM
const ilCmiXapiRegistrationGUI::CMD_SAVE_FORM = 'saveForm' |
◆ CMD_SHOW_FORM
const ilCmiXapiRegistrationGUI::CMD_SHOW_FORM = 'showForm' |
◆ DEFAULT_CMD
const ilCmiXapiRegistrationGUI::DEFAULT_CMD = self::CMD_SHOW_FORM |
The documentation for this class was generated from the following file: