|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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, $DIC, $ilCtrl, $lng, $tpl, and __initGroupingObject().
Here is the call graph for this function:| ilObjCourseGroupingGUI::__initGroupingObject | ( | ) |
Definition at line 63 of file class.ilObjCourseGroupingGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilObjCourseGroupingGUI::add | ( | ) |
Definition at line 232 of file class.ilObjCourseGroupingGUI.php.
References $form, create(), initForm(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjCourseGroupingGUI::askDeleteGrouping | ( | ) |
Definition at line 99 of file class.ilObjCourseGroupingGUI.php.
References $_POST, $DIC, $ilErr, $tpl, listGroupings(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjCourseGroupingGUI::assignCourse | ( | ) |
Definition at line 335 of file class.ilObjCourseGroupingGUI.php.
References $_GET, $_POST, $DIC, $ilErr, $ilUser, $tree, getContentType(), ilObjectFactory\getInstanceByRefId(), and listGroupings().
Here is the call graph for this function:| ilObjCourseGroupingGUI::create | ( | $a_form = null | ) |
Definition at line 155 of file class.ilObjCourseGroupingGUI.php.
References $DIC, $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 135 of file class.ilObjCourseGroupingGUI.php.
| ilObjCourseGroupingGUI::edit | ( | $a_form = null | ) |
Definition at line 253 of file class.ilObjCourseGroupingGUI.php.
References $DIC, $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 47 of file class.ilObjCourseGroupingGUI.php.
References $DIC.
| ilObjCourseGroupingGUI::getContentType | ( | ) |
Definition at line 70 of file class.ilObjCourseGroupingGUI.php.
Referenced by assignCourse().
Here is the caller graph for this function:| ilObjCourseGroupingGUI::initForm | ( | $a_create | ) |
Definition at line 174 of file class.ilObjCourseGroupingGUI.php.
References $form, PHPMailer\PHPMailer\$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 75 of file class.ilObjCourseGroupingGUI.php.
References $DIC, $ilErr, $table, and $tpl.
Referenced by askDeleteGrouping(), assignCourse(), and selectCourse().
Here is the caller graph for this function:| ilObjCourseGroupingGUI::selectCourse | ( | ) |
Definition at line 300 of file class.ilObjCourseGroupingGUI.php.
References $_GET, $DIC, $ilErr, $table, $tpl, listGroupings(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjCourseGroupingGUI::update | ( | ) |
Definition at line 272 of file class.ilObjCourseGroupingGUI.php.
References $DIC, $form, $ilErr, edit(), and initForm().
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().