|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilDataCollectionField. More...
Collaboration diagram for ilDataCollectionTableEditGUI:Public Member Functions | |
| __construct (ilObjDataCollectionGUI $a_parent_obj) | |
| Constructor. More... | |
| executeCommand () | |
| execute command More... | |
| create () | |
| create table add form More... | |
| edit () | |
| create field edit form More... | |
| getValues () | |
| getFieldValues More... | |
| getStandardValues () | |
| getStandardValues More... | |
| cancel () | |
| initForm ($a_mode="create") | |
| initEditCustomForm More... | |
| save ($a_mode="create") | |
| save More... | |
| accessDenied () | |
| confirmDelete () | |
| confirmDelete More... | |
| cancelDelete () | |
| cancelDelete More... | |
| delete () | |
Protected Member Functions | |
| checkInput ($a_mode) | |
| Custom checks for the form input. More... | |
| checkPermission () | |
Protected Attributes | |
| $lng | |
| $ctrl | |
| $tpl | |
| $form | |
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 50 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 389 of file class.ilDataCollectionTableEditGUI.php.
Referenced by save().
Here is the caller graph for this function:| ilDataCollectionTableEditGUI::cancel | ( | ) |
Definition at line 171 of file class.ilDataCollectionTableEditGUI.php.
| ilDataCollectionTableEditGUI::cancelDelete | ( | ) |
cancelDelete
Definition at line 415 of file class.ilDataCollectionTableEditGUI.php.
|
protected |
Custom checks for the form input.
| $a_mode | 'create' | 'update' |
Definition at line 364 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 439 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 397 of file class.ilDataCollectionTableEditGUI.php.
| ilDataCollectionTableEditGUI::create | ( | ) |
create table add form
Definition at line 90 of file class.ilDataCollectionTableEditGUI.php.
References getStandardValues(), and initForm().
Here is the call graph for this function:| ilDataCollectionTableEditGUI::delete | ( | ) |
Definition at line 423 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 100 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 70 of file class.ilDataCollectionTableEditGUI.php.
Here is the call graph for this function:| ilDataCollectionTableEditGUI::getStandardValues | ( | ) |
getStandardValues
Definition at line 149 of file class.ilDataCollectionTableEditGUI.php.
Referenced by create().
Here is the caller graph for this function:| ilDataCollectionTableEditGUI::getValues | ( | ) |
getFieldValues
Definition at line 117 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 181 of file class.ilDataCollectionTableEditGUI.php.
References $options, and $section.
Referenced by create(), edit(), and save().
Here is the caller graph for this function:| ilDataCollectionTableEditGUI::save | ( | $a_mode = "create" | ) |
save
| string | $a_mode | values: create | edit |
Definition at line 295 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 43 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().