|
ILIAS
release_8 Revision v8.24
|
ADT based-object GUI base class. More...
Inheritance diagram for ilADTBasedObjectGUI:
Collaboration diagram for ilADTBasedObjectGUI: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 12 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 26 of file class.ilADTBasedObjectGUI.php.
References $DIC, ILIAS\Repository\ctrl(), initObject(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilADTBasedObjectGUI::editAction | ( | ilADTGroupFormBridge | $a_form = null | ) |
Definition at line 47 of file class.ilADTBasedObjectGUI.php.
References initForm().
Referenced by updateAction().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init ADT-based form.
@noinspection PhpParamsInspection
Definition at line 67 of file class.ilADTBasedObjectGUI.php.
References ILIAS\Repository\ctrl(), ilADTFactory\getInstance(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and prepareFormElements().
Referenced by editAction(), and updateAction().
Here is the call graph for this function:
Here is the caller graph for this function:
|
abstractprotected |
Init ADT-based object.
Reimplemented in ilADTTestGUI.
Referenced by __construct().
Here is the caller graph for this function:
|
abstractprotected |
Prepare/customize form elements.
| ilADTGroupFormBridge | $a_adt_form |
Reimplemented in ilADTTestGUI.
Referenced by initForm().
Here is the caller graph for this function:| ilADTBasedObjectGUI::updateAction | ( | ) |
Parse incoming values and update if valid @noinspection PhpParamsInspection.
Definition at line 93 of file class.ilADTBasedObjectGUI.php.
References $valid, ILIAS\Repository\ctrl(), editAction(), initForm(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Definition at line 19 of file class.ilADTBasedObjectGUI.php.
|
private |
Definition at line 14 of file class.ilADTBasedObjectGUI.php.
|
protected |
Definition at line 18 of file class.ilADTBasedObjectGUI.php.
|
protected |
Definition at line 15 of file class.ilADTBasedObjectGUI.php.
|
protected |
Definition at line 17 of file class.ilADTBasedObjectGUI.php.