ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (\ilAdvancedMDRecordGUI $md, bool $disabled, string $form_action, string $submit_command, string $submit_label) | |
importFromPostAndValidate () | |
updateMetadata () | |
render () | |
getFormGUI () | |
Use this only for command forwarding via ctrl! More... | |
Protected Attributes | |
ilPropertyFormGUI | $form |
ilAdvancedMDRecordGUI | $md |
bool | $disabled |
Definition at line 23 of file EditForm.php.
ILIAS\EmployeeTalk\Metadata\EditForm::__construct | ( | \ilAdvancedMDRecordGUI | $md, |
bool | $disabled, | ||
string | $form_action, | ||
string | $submit_command, | ||
string | $submit_label | ||
) |
Definition at line 29 of file EditForm.php.
References ILIAS\EmployeeTalk\Metadata\EditForm\$disabled, ILIAS\EmployeeTalk\Metadata\EditForm\$form, ILIAS\EmployeeTalk\Metadata\EditForm\$md, ILIAS\UI\examples\Input\Field\Checkbox\disabled(), and ILIAS\Repository\form().
ILIAS\EmployeeTalk\Metadata\EditForm::getFormGUI | ( | ) |
Use this only for command forwarding via ctrl!
Implements ILIAS\EmployeeTalk\Metadata\EditFormInterface.
Definition at line 102 of file EditForm.php.
References ILIAS\EmployeeTalk\Metadata\EditForm\$form.
ILIAS\EmployeeTalk\Metadata\EditForm::importFromPostAndValidate | ( | ) |
checkInput must be called before importEditFormPostValues, and ImportEditFormPostValues must always be called, so that input persists through the error handling.
Implements ILIAS\EmployeeTalk\Metadata\EditFormInterface.
Definition at line 76 of file EditForm.php.
References ILIAS\EmployeeTalk\Metadata\EditForm\$disabled, $valid, and ILIAS\Repository\form().
ILIAS\EmployeeTalk\Metadata\EditForm::render | ( | ) |
Implements ILIAS\EmployeeTalk\Metadata\EditFormInterface.
Definition at line 94 of file EditForm.php.
References ILIAS\Repository\form().
ILIAS\EmployeeTalk\Metadata\EditForm::updateMetadata | ( | ) |
Implements ILIAS\EmployeeTalk\Metadata\EditFormInterface.
Definition at line 89 of file EditForm.php.
|
protected |
Definition at line 27 of file EditForm.php.
Referenced by ILIAS\EmployeeTalk\Metadata\EditForm\__construct(), and ILIAS\EmployeeTalk\Metadata\EditForm\importFromPostAndValidate().
|
protected |
Definition at line 25 of file EditForm.php.
Referenced by ILIAS\EmployeeTalk\Metadata\EditForm\__construct(), and ILIAS\EmployeeTalk\Metadata\EditForm\getFormGUI().
|
protected |
Definition at line 26 of file EditForm.php.
Referenced by ILIAS\EmployeeTalk\Metadata\EditForm\__construct().