ILIAS
release_4-4 Revision
|
Class ilDataCollectionFieldListGUI. More...
Public Member Functions | |
__construct (ilObjDataCollectionGUI $a_parent_obj, $table_id) | |
Constructor. More... | |
executeCommand () | |
execute command More... | |
save () | |
listFields () | |
list fields More... | |
doTableSwitch () | |
Protected Member Functions | |
checkAccess () | |
Class ilDataCollectionFieldListGUI.
Definition at line 22 of file class.ilDataCollectionFieldListGUI.php.
ilDataCollectionFieldListGUI::__construct | ( | ilObjDataCollectionGUI | $a_parent_obj, |
$table_id | |||
) |
Constructor.
object | $a_parent_obj | |
int | $table_id |
Definition at line 30 of file class.ilDataCollectionFieldListGUI.php.
References $ilCtrl, $lng, checkAccess(), and ilUtil\sendFailure().
|
protected |
Definition at line 142 of file class.ilDataCollectionFieldListGUI.php.
References $ref_id, and ilObjDataCollection\_hasWriteAccess().
Referenced by __construct().
ilDataCollectionFieldListGUI::doTableSwitch | ( | ) |
Definition at line 131 of file class.ilDataCollectionFieldListGUI.php.
References $_POST, and $ilCtrl.
ilDataCollectionFieldListGUI::executeCommand | ( | ) |
execute command
Definition at line 48 of file class.ilDataCollectionFieldListGUI.php.
References $cmd, $ilCtrl, and $tpl.
ilDataCollectionFieldListGUI::listFields | ( | ) |
list fields
Definition at line 89 of file class.ilDataCollectionFieldListGUI.php.
References $ilCtrl, $lng, $options, and $tpl.
Referenced by save().
ilDataCollectionFieldListGUI::save | ( | ) |
Definition at line 65 of file class.ilDataCollectionFieldListGUI.php.
References $_GET, $_POST, $lng, ilDataCollectionCache\getTableCache(), listFields(), and ilUtil\sendSuccess().