|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilObjCourseGroupingGUI. More...
Collaboration diagram for ilObjCourseGroupingGUI:Public Member Functions | |
| __construct ($content_obj, $a_obj_id=0) | |
| Constructor @access public. More... | |
| executeCommand () | |
| __initGroupingObject () | |
| getContentType () | |
| listGroupings () | |
| askDeleteGrouping () | |
| deleteGrouping () | |
| create ($a_form=null) | |
| initForm ($a_create) | |
| add () | |
| edit ($a_form=null) | |
| update () | |
| selectCourse () | |
| assignCourse () | |
Data Fields | |
| $content_obj | |
| $tpl | |
| $ctrl | |
| $lng | |
Class ilObjCourseGroupingGUI.
Definition at line 13 of file class.ilObjCourseGroupingGUI.php.
| ilObjCourseGroupingGUI::__construct | ( | $content_obj, | |
$a_obj_id = 0 |
|||
| ) |
Constructor @access public.
Definition at line 24 of file class.ilObjCourseGroupingGUI.php.
References $content_obj, $ilCtrl, $lng, $tpl, and __initGroupingObject().
Here is the call graph for this function:| ilObjCourseGroupingGUI::__initGroupingObject | ( | ) |
Definition at line 58 of file class.ilObjCourseGroupingGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilObjCourseGroupingGUI::add | ( | ) |
Definition at line 225 of file class.ilObjCourseGroupingGUI.php.
References create(), initForm(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjCourseGroupingGUI::askDeleteGrouping | ( | ) |
Definition at line 88 of file class.ilObjCourseGroupingGUI.php.
References $_POST, $ilErr, $tpl, listGroupings(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjCourseGroupingGUI::assignCourse | ( | ) |
Definition at line 323 of file class.ilObjCourseGroupingGUI.php.
References $_GET, $_POST, $ilErr, $ilUser, getContentType(), ilObjectFactory\getInstanceByRefId(), listGroupings(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjCourseGroupingGUI::create | ( | $a_form = null | ) |
Definition at line 142 of file class.ilObjCourseGroupingGUI.php.
References $ilErr, $tpl, and initForm().
Referenced by add().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjCourseGroupingGUI::deleteGrouping | ( | ) |
Definition at line 123 of file class.ilObjCourseGroupingGUI.php.
References $_POST, $ilErr, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjCourseGroupingGUI::edit | ( | $a_form = null | ) |
Definition at line 250 of file class.ilObjCourseGroupingGUI.php.
References $ilErr, $tpl, and initForm().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjCourseGroupingGUI::executeCommand | ( | ) |
Definition at line 43 of file class.ilObjCourseGroupingGUI.php.
References $cmd.
| ilObjCourseGroupingGUI::getContentType | ( | ) |
Definition at line 65 of file class.ilObjCourseGroupingGUI.php.
Referenced by assignCourse().
Here is the caller graph for this function:| ilObjCourseGroupingGUI::initForm | ( | $a_create | ) |
Definition at line 159 of file class.ilObjCourseGroupingGUI.php.
References $options, $title, and ilObject\_lookupTitle().
Referenced by add(), create(), edit(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjCourseGroupingGUI::listGroupings | ( | ) |
Definition at line 70 of file class.ilObjCourseGroupingGUI.php.
Referenced by askDeleteGrouping(), assignCourse(), and selectCourse().
Here is the caller graph for this function:| ilObjCourseGroupingGUI::selectCourse | ( | ) |
Definition at line 293 of file class.ilObjCourseGroupingGUI.php.
References $_GET, $ilErr, $tpl, listGroupings(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjCourseGroupingGUI::update | ( | ) |
Definition at line 267 of file class.ilObjCourseGroupingGUI.php.
References $ilErr, edit(), initForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjCourseGroupingGUI::$content_obj |
Definition at line 15 of file class.ilObjCourseGroupingGUI.php.
Referenced by __construct().
| ilObjCourseGroupingGUI::$ctrl |
Definition at line 17 of file class.ilObjCourseGroupingGUI.php.
| ilObjCourseGroupingGUI::$lng |
Definition at line 18 of file class.ilObjCourseGroupingGUI.php.
Referenced by __construct().
| ilObjCourseGroupingGUI::$tpl |
Definition at line 16 of file class.ilObjCourseGroupingGUI.php.
Referenced by __construct(), askDeleteGrouping(), create(), edit(), listGroupings(), and selectCourse().