ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilDataCollectionField. More...
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().
ilDataCollectionTableEditGUI::accessDenied | ( | ) |
Definition at line 389 of file class.ilDataCollectionTableEditGUI.php.
Referenced by save().
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().
|
protected |
Definition at line 439 of file class.ilDataCollectionTableEditGUI.php.
References $ref_id, and ilObjDataCollection\_hasWriteAccess().
Referenced by __construct().
ilDataCollectionTableEditGUI::confirmDelete | ( | ) |
ilDataCollectionTableEditGUI::create | ( | ) |
create table add form
Definition at line 90 of file class.ilDataCollectionTableEditGUI.php.
References getStandardValues(), and initForm().
ilDataCollectionTableEditGUI::delete | ( | ) |
Definition at line 423 of file class.ilDataCollectionTableEditGUI.php.
References ilUtil\sendFailure().
ilDataCollectionTableEditGUI::edit | ( | ) |
create field edit form
Definition at line 100 of file class.ilDataCollectionTableEditGUI.php.
References ilDataCollectionCache\getTableCache(), getValues(), and initForm().
ilDataCollectionTableEditGUI::executeCommand | ( | ) |
execute command
Definition at line 70 of file class.ilDataCollectionTableEditGUI.php.
ilDataCollectionTableEditGUI::getStandardValues | ( | ) |
getStandardValues
Definition at line 149 of file class.ilDataCollectionTableEditGUI.php.
Referenced by create().
ilDataCollectionTableEditGUI::getValues | ( | ) |
getFieldValues
Definition at line 117 of file class.ilDataCollectionTableEditGUI.php.
Referenced by edit().
ilDataCollectionTableEditGUI::initForm | ( | $a_mode = "create" | ) |
initEditCustomForm
string | $a_mode |
Definition at line 181 of file class.ilDataCollectionTableEditGUI.php.
References $options, $section, ilFormPropertyGUI\setInfo(), ilFormPropertyGUI\setRequired(), ilDateTimeInputGUI\setShowTime(), and ilTextAreaInputGUI\setUseRte().
Referenced by create(), edit(), and save().
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().
|
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().