ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
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 () | |
checkUniqueness () | |
Protected Attributes | |
int | $obj_id |
int | $table_id |
ilDclTableListGUI | $parent_obj |
ilDclTable | $table |
ilPropertyFormGUI | $form |
ilDclBaseFieldModel | $field_obj |
ilHelpGUI | $help |
ILIAS HTTP Services | $http |
ILIAS Refinery Factory | $refinery |
int | $field_id |
Private Attributes | |
ilGlobalTemplateInterface | $main_tpl |
ilLanguage | $lng |
Definition at line 21 of file class.ilDclFieldEditGUI.php.
ilDclFieldEditGUI::__construct | ( | ilDclTableListGUI | $a_parent_obj | ) |
Constructor.
Definition at line 40 of file class.ilDclFieldEditGUI.php.
References $DIC, ilDclDatatype\getAllDatatype(), ilDclCache\getFieldCache(), ilDclFieldFactory\getFieldModelInstance(), ilDclTableListGUI\getObjId(), ilDclCache\getTableCache(), ILIAS\Repository\help(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), null, and ILIAS\Repository\refinery().
ilDclFieldEditGUI::cancel | ( | ) |
ilDclFieldEditGUI::cancelDelete | ( | ) |
|
protected |
Definition at line 385 of file class.ilDclFieldEditGUI.php.
References getDataCollectionObject(), ilObjDataCollectionAccess\hasAccessToField(), and ilObjDataCollectionAccess\hasAccessToFields().
Referenced by executeCommand().
|
protected |
Check input of form.
$a_mode | 'create' | 'update' |
Definition at line 340 of file class.ilDclFieldEditGUI.php.
References $DIC, ilDclTable\_hasFieldByTitle(), checkUniqueness(), ILIAS\Repository\form(), ilDclFieldFactory\getFieldModelInstanceByClass(), null, and ilLanguage\txt().
Referenced by save().
|
protected |
Definition at line 404 of file class.ilDclFieldEditGUI.php.
References Vendor\Package\$e, $txt, ILIAS\Repository\form(), ilDclDatatype\INPUTFORMAT_FORMULA, ilDclDatatype\INPUTFORMAT_RATING, and ILIAS\Repository\lng().
Referenced by checkInput().
ilDclFieldEditGUI::confirmDelete | ( | ) |
confirmDelete
Definition at line 154 of file class.ilDclFieldEditGUI.php.
References $DIC, and ilLanguage\txt().
ilDclFieldEditGUI::create | ( | ) |
create field add form
Definition at line 121 of file class.ilDclFieldEditGUI.php.
References ILIAS\Repository\form(), ILIAS\Repository\help(), and initForm().
ilDclFieldEditGUI::delete | ( | ) |
ilDclFieldEditGUI::edit | ( | ) |
create field edit form
Definition at line 132 of file class.ilDclFieldEditGUI.php.
References ILIAS\Repository\form(), ILIAS\Repository\help(), and initForm().
ilDclFieldEditGUI::executeCommand | ( | ) |
execute command
Definition at line 95 of file class.ilDclFieldEditGUI.php.
References $DIC, checkAccess(), permissionDenied(), and save().
ilDclFieldEditGUI::getDataCollectionObject | ( | ) |
Definition at line 442 of file class.ilDclFieldEditGUI.php.
Referenced by checkAccess(), and initForm().
ilDclFieldEditGUI::initForm | ( | string | $a_mode = "create" | ) |
initEditCustomForm
string | $a_mode | values: create | edit |
Definition at line 210 of file class.ilDclFieldEditGUI.php.
References $DIC, ilDclBaseFieldModel\_getTitleInvalidChars(), ILIAS\Repository\form(), ilDclDatatype\getAllDatatype(), getDataCollectionObject(), ilDclFieldFactory\getFieldModelInstanceByClass(), ilDclFieldFactory\getFieldRepresentationInstance(), ilFormPropertyGUI\setInfo(), and ilLanguage\txt().
Referenced by create(), edit(), and save().
ilDclFieldEditGUI::permissionDenied | ( | ) |
Definition at line 144 of file class.ilDclFieldEditGUI.php.
References $DIC.
Referenced by executeCommand().
ilDclFieldEditGUI::save | ( | string | $a_mode = "create" | ) |
save Field
string | $a_mode | values: create | update |
Definition at line 280 of file class.ilDclFieldEditGUI.php.
References $DIC, checkInput(), ILIAS\Repository\form(), initForm(), and ilLanguage\txt().
Referenced by executeCommand().
|
protected |
Definition at line 35 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 29 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 28 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 32 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 33 of file class.ilDclFieldEditGUI.php.
|
private |
Definition at line 31 of file class.ilDclFieldEditGUI.php.
|
private |
Definition at line 30 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 23 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 26 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 34 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 27 of file class.ilDclFieldEditGUI.php.
|
protected |
Definition at line 24 of file class.ilDclFieldEditGUI.php.