ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
ADT based-object GUI base class. More...
Public Member Functions | |
__construct (ilObjectGUI $a_parent_gui) | |
Constructor Parent GUI is just needed for testing (ilCtrl) More... | |
editAction (?ilADTGroupFormBridge $a_form=null) | |
updateAction () | |
Parse incoming values and update if valid @noinspection PhpParamsInspection. More... | |
Protected Member Functions | |
initObject () | |
Init ADT-based object. More... | |
prepareFormElements (ilADTGroupFormBridge $a_adt_form) | |
Prepare/customize form elements. More... | |
initForm () | |
Init ADT-based form. More... | |
Protected Attributes | |
ilADTBasedObject | $object = null |
ilGlobalTemplateInterface | $tpl |
ilLanguage | $lng |
ilCtrl | $ctrl |
Private Attributes | |
ilObjectGUI | $gui |
ADT based-object GUI base class.
Definition at line 26 of file class.ilADTBasedObjectGUI.php.
ilADTBasedObjectGUI::__construct | ( | ilObjectGUI | $a_parent_gui | ) |
Constructor Parent GUI is just needed for testing (ilCtrl)
ilObjectGUI | $a_parent_gui |
Definition at line 40 of file class.ilADTBasedObjectGUI.php.
References $DIC, ILIAS\Repository\ctrl(), initObject(), and ILIAS\Repository\lng().
ilADTBasedObjectGUI::editAction | ( | ?ilADTGroupFormBridge | $a_form = null | ) |
Definition at line 61 of file class.ilADTBasedObjectGUI.php.
References initForm().
Referenced by updateAction().
|
protected |
Init ADT-based form.
@noinspection PhpParamsInspection
Definition at line 81 of file class.ilADTBasedObjectGUI.php.
References ILIAS\Repository\ctrl(), ilADTFactory\getInstance(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and prepareFormElements().
Referenced by editAction(), and updateAction().
|
abstractprotected |
Init ADT-based object.
Reimplemented in ilADTTestGUI.
Referenced by __construct().
|
abstractprotected |
Prepare/customize form elements.
ilADTGroupFormBridge | $a_adt_form |
Reimplemented in ilADTTestGUI.
Referenced by initForm().
ilADTBasedObjectGUI::updateAction | ( | ) |
Parse incoming values and update if valid @noinspection PhpParamsInspection.
Definition at line 107 of file class.ilADTBasedObjectGUI.php.
References $valid, ILIAS\Repository\ctrl(), editAction(), initForm(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
|
protected |
Definition at line 33 of file class.ilADTBasedObjectGUI.php.
|
private |
Definition at line 28 of file class.ilADTBasedObjectGUI.php.
|
protected |
Definition at line 32 of file class.ilADTBasedObjectGUI.php.
|
protected |
Definition at line 29 of file class.ilADTBasedObjectGUI.php.
|
protected |
Definition at line 31 of file class.ilADTBasedObjectGUI.php.