|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilDclFieldEditGUI:Public Member Functions | |
| __construct (ilDclTableListGUI $a_parent_obj) | |
| Constructor. More... | |
| executeCommand () | |
| execute command More... | |
| create () | |
| create field add form More... | |
| edit () | |
| create field edit form More... | |
| permissionDenied () | |
| confirmDelete () | |
| confirmDelete More... | |
| cancelDelete () | |
| cancelDelete More... | |
| delete () | |
| cancel () | |
| initForm (string $a_mode="create") | |
| initEditCustomForm More... | |
| save (string $a_mode="create") | |
| save Field More... | |
| getDataCollectionObject () | |
Protected Member Functions | |
| checkInput (string $a_mode) | |
| Check input of form. More... | |
| checkAccess () | |
Protected Attributes | |
| int | $obj_id |
| int | $table_id |
| ilDclTableListGUI | $parent_obj |
| ilDclTable | $table |
| ilPropertyFormGUI | $form |
| ilDclBaseFieldModel | $field_obj |
| ILIAS HTTP Services | $http |
| ILIAS Refinery Factory | $refinery |
| int | $field_id |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDclFieldEditGUI.php.
| ilDclFieldEditGUI::__construct | ( | ilDclTableListGUI | $a_parent_obj | ) |
Constructor.
Definition at line 36 of file class.ilDclFieldEditGUI.php.
References $DIC, ilDclDatatype\getAllDatatype(), ilDclCache\getFieldCache(), ilDclFieldFactory\getFieldModelInstance(), ilDclTableListGUI\getObjId(), ilDclCache\getTableCache(), ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilDclFieldEditGUI::cancel | ( | ) |
Definition at line 197 of file class.ilDclFieldEditGUI.php.
References $DIC.
| ilDclFieldEditGUI::cancelDelete | ( | ) |
cancelDelete
Definition at line 174 of file class.ilDclFieldEditGUI.php.
References $DIC.
|
protected |
Definition at line 380 of file class.ilDclFieldEditGUI.php.
References $field_id, getDataCollectionObject(), ilObjDataCollectionAccess\hasAccessToField(), and ilObjDataCollectionAccess\hasAccessToFields().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Check input of form.
| $a_mode | 'create' | 'update' |
Definition at line 341 of file class.ilDclFieldEditGUI.php.
References $DIC, $lng, ilDclTable\_hasFieldByTitle(), ILIAS\Repository\form(), and ilDclFieldFactory\getFieldModelInstanceByClass().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDclFieldEditGUI::confirmDelete | ( | ) |
confirmDelete
Definition at line 152 of file class.ilDclFieldEditGUI.php.
| ilDclFieldEditGUI::create | ( | ) |
create field add form
Definition at line 115 of file class.ilDclFieldEditGUI.php.
References $DIC, $tpl, ILIAS\Repository\form(), and initForm().
Here is the call graph for this function:| ilDclFieldEditGUI::delete | ( | ) |
Definition at line 185 of file class.ilDclFieldEditGUI.php.
References $DIC.
| ilDclFieldEditGUI::edit | ( | ) |
create field edit form
Definition at line 127 of file class.ilDclFieldEditGUI.php.
References $DIC, $tpl, ILIAS\Repository\form(), and initForm().
Here is the call graph for this function:| ilDclFieldEditGUI::executeCommand | ( | ) |
execute command
Definition at line 89 of file class.ilDclFieldEditGUI.php.
References $DIC, checkAccess(), permissionDenied(), and save().
Here is the call graph for this function:| ilDclFieldEditGUI::getDataCollectionObject | ( | ) |
Definition at line 399 of file class.ilDclFieldEditGUI.php.
Referenced by checkAccess(), and initForm().
Here is the caller graph for this function:| ilDclFieldEditGUI::initForm | ( | string | $a_mode = "create" | ) |
initEditCustomForm
| string | $a_mode | values: create | edit |
Definition at line 208 of file class.ilDclFieldEditGUI.php.
References $DIC, $field_obj, $lng, ilDclBaseFieldModel\_getTitleInvalidChars(), ILIAS\Repository\form(), ilDclDatatype\getAllDatatype(), getDataCollectionObject(), ilDclFieldFactory\getFieldModelInstanceByClass(), and ilDclFieldFactory\getFieldRepresentationInstance().
Referenced by create(), edit(), and save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDclFieldEditGUI::permissionDenied | ( | ) |
Definition at line 142 of file class.ilDclFieldEditGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilDclFieldEditGUI::save | ( | string | $a_mode = "create" | ) |
save Field
| string | $a_mode | values: create | update |
Definition at line 281 of file class.ilDclFieldEditGUI.php.
References $DIC, $lng, $tpl, checkInput(), ILIAS\Repository\form(), and initForm().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 31 of file class.ilDclFieldEditGUI.php.
Referenced by checkAccess().
|
protected |
Definition at line 27 of file class.ilDclFieldEditGUI.php.
Referenced by initForm().
|
protected |
Definition at line 26 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 29 of file class.ilDclFieldEditGUI.php.
|
private |
Definition at line 28 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 21 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 24 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 30 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 25 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 22 of file class.ilDclFieldEditGUI.php.