|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilDataCollectionField. More...
Collaboration diagram for ilDataCollectionTableEditGUI:Public Member Functions | |
| __construct (ilObjDataCollectionGUI $a_parent_obj) | |
| Constructor. | |
| executeCommand () | |
| execute command | |
| create () | |
| create table add form | |
| edit () | |
| create field edit form | |
| getValues () | |
| getFieldValues | |
| getStandardValues () | |
| getStandardValues | |
| cancel () | |
| initForm ($a_mode="create") | |
| initEditCustomForm | |
| save ($a_mode="create") | |
| save | |
| accessDenied () | |
| confirmDelete () | |
| confirmDelete | |
| cancelDelete () | |
| cancelDelete | |
| delete () | |
Protected Member Functions | |
| checkInput ($a_mode) | |
| Custom checks for the form input. | |
| checkPermission () | |
Protected Attributes | |
| $lng | |
| $ctrl | |
| $tpl | |
Private Attributes | |
| $table_id | |
| $table | |
Class ilDataCollectionField.
Definition at line 18 of file class.ilDataCollectionTableEditGUI.php.
| ilDataCollectionTableEditGUI::__construct | ( | ilObjDataCollectionGUI | $a_parent_obj | ) |
Constructor.
| ilObjDataCollectionGUI | $a_parent_obj |
Definition at line 47 of file class.ilDataCollectionTableEditGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, checkPermission(), ilDataCollectionCache\getTableCache(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilDataCollectionTableEditGUI::accessDenied | ( | ) |
Definition at line 366 of file class.ilDataCollectionTableEditGUI.php.
Referenced by save().
Here is the caller graph for this function:| ilDataCollectionTableEditGUI::cancel | ( | ) |
Definition at line 165 of file class.ilDataCollectionTableEditGUI.php.
| ilDataCollectionTableEditGUI::cancelDelete | ( | ) |
cancelDelete
Definition at line 392 of file class.ilDataCollectionTableEditGUI.php.
|
protected |
Custom checks for the form input.
| $a_mode | 'create' | 'update' |
Definition at line 341 of file class.ilDataCollectionTableEditGUI.php.
References ilObjDataCollection\_hasTableByTitle(), and ilUtil\sendFailure().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 416 of file class.ilDataCollectionTableEditGUI.php.
References $ref_id, and ilObjDataCollection\_hasWriteAccess().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionTableEditGUI::confirmDelete | ( | ) |
confirmDelete
Definition at line 374 of file class.ilDataCollectionTableEditGUI.php.
| ilDataCollectionTableEditGUI::create | ( | ) |
create table add form
Definition at line 87 of file class.ilDataCollectionTableEditGUI.php.
References getStandardValues(), and initForm().
Here is the call graph for this function:| ilDataCollectionTableEditGUI::delete | ( | ) |
Definition at line 400 of file class.ilDataCollectionTableEditGUI.php.
References ilUtil\sendFailure().
Here is the call graph for this function:| ilDataCollectionTableEditGUI::edit | ( | ) |
create field edit form
Definition at line 97 of file class.ilDataCollectionTableEditGUI.php.
References ilDataCollectionCache\getTableCache(), getValues(), and initForm().
Here is the call graph for this function:| ilDataCollectionTableEditGUI::executeCommand | ( | ) |
execute command
Definition at line 67 of file class.ilDataCollectionTableEditGUI.php.
Here is the call graph for this function:| ilDataCollectionTableEditGUI::getStandardValues | ( | ) |
getStandardValues
Definition at line 145 of file class.ilDataCollectionTableEditGUI.php.
Referenced by create().
Here is the caller graph for this function:| ilDataCollectionTableEditGUI::getValues | ( | ) |
getFieldValues
Definition at line 114 of file class.ilDataCollectionTableEditGUI.php.
Referenced by edit().
Here is the caller graph for this function:| ilDataCollectionTableEditGUI::initForm | ( | $a_mode = "create" | ) |
initEditCustomForm
| string | $a_mode |
Definition at line 175 of file class.ilDataCollectionTableEditGUI.php.
References $options, $section, ilFormPropertyGUI\setRequired(), ilDateTimeInputGUI\setShowTime(), and ilTextAreaInputGUI\setUseRte().
Referenced by create(), edit(), and save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionTableEditGUI::save | ( | $a_mode = "create" | ) |
save
| string | $a_mode | values: create | edit |
Definition at line 271 of file class.ilDataCollectionTableEditGUI.php.
References accessDenied(), ilObjDataCollectionAccess\checkActionForObjId(), checkInput(), ilDataCollectionCache\getTableCache(), initForm(), and ilUtil\sendSuccess().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 35 of file class.ilDataCollectionTableEditGUI.php.
|
protected |
Definition at line 31 of file class.ilDataCollectionTableEditGUI.php.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilDataCollectionTableEditGUI.php.
|
private |
Definition at line 23 of file class.ilDataCollectionTableEditGUI.php.
|
protected |
Definition at line 39 of file class.ilDataCollectionTableEditGUI.php.
Referenced by __construct().