|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilObjCourseGroupingGUI. More...
Collaboration diagram for ilObjCourseGroupingGUI:Public Member Functions | |
| __construct (ilObject $content_obj, int $a_obj_id=0) | |
| executeCommand () | |
| __initGroupingObject () | |
| getContentType () | |
| listGroupings () | |
| handleGroupingTableAction () | |
| askDeleteGrouping (int ... $grouping_ids) | |
| deleteGrouping () | |
| create (?ilPropertyFormGUI $a_form=null) | |
| initForm (bool $a_create) | |
| add () | |
| edit (?ilPropertyFormGUI $a_form=null) | |
| update () | |
| selectCourse () | |
| handleAssignmentTableAction () | |
| assignCourse (int ... $ref_ids) | |
Protected Member Functions | |
| showSelectCourse () | |
Protected Attributes | |
| ilGlobalTemplateInterface | $tpl |
| ilCtrlInterface | $ctrl |
| ilLanguage | $lng |
| ilErrorHandling | $error |
| ilAccessHandler | $access |
| ilTabsGUI | $tabs |
| ilToolbarGUI | $toolbar |
| GlobalHttpState | $http |
| RefineryFactory | $refinery |
| UIRenderer | $ui_renderer |
| GroupingTableHandler | $grouping_table_handler |
| AssignmentTableHandler | $assignment_table_handler |
Private Attributes | |
| ilObjCourseGrouping | $grp_obj |
| int | $id |
| ilObject | $content_obj |
| string | $content_type = '' |
Class ilObjCourseGroupingGUI.
Definition at line 32 of file class.ilObjCourseGroupingGUI.php.
| ilObjCourseGroupingGUI::__construct | ( | ilObject | $content_obj, |
| int | $a_obj_id = 0 |
||
| ) |
Definition at line 53 of file class.ilObjCourseGroupingGUI.php.
References $content_obj, $DIC, __initGroupingObject(), ilObject\_lookupType(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), error(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ILIAS\Repository\tabs(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilObjCourseGroupingGUI::__initGroupingObject | ( | ) |
Definition at line 110 of file class.ilObjCourseGroupingGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilObjCourseGroupingGUI::add | ( | ) |
Definition at line 270 of file class.ilObjCourseGroupingGUI.php.
References create(), ILIAS\Repository\ctrl(), initForm(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjCourseGroupingGUI::askDeleteGrouping | ( | int ... | $grouping_ids | ) |
Definition at line 150 of file class.ilObjCourseGroupingGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), error(), listGroupings(), and ILIAS\Repository\lng().
Referenced by handleGroupingTableAction().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjCourseGroupingGUI::assignCourse | ( | int ... | $ref_ids | ) |
Definition at line 367 of file class.ilObjCourseGroupingGUI.php.
References $ref_id, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), error(), getContentType(), ilObjectFactory\getInstanceByRefId(), listGroupings(), and ILIAS\Repository\lng().
Referenced by handleAssignmentTableAction().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjCourseGroupingGUI::create | ( | ?ilPropertyFormGUI | $a_form = null | ) |
Definition at line 201 of file class.ilObjCourseGroupingGUI.php.
References ILIAS\Repository\access(), error(), initForm(), and ILIAS\Repository\lng().
Referenced by add().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjCourseGroupingGUI::deleteGrouping | ( | ) |
Definition at line 177 of file class.ilObjCourseGroupingGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), error(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilObjCourseGroupingGUI::edit | ( | ?ilPropertyFormGUI | $a_form = null | ) |
Definition at line 286 of file class.ilObjCourseGroupingGUI.php.
References ILIAS\Repository\access(), error(), initForm(), and ILIAS\Repository\lng().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjCourseGroupingGUI::executeCommand | ( | ) |
Definition at line 100 of file class.ilObjCourseGroupingGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilObjCourseGroupingGUI::getContentType | ( | ) |
Definition at line 115 of file class.ilObjCourseGroupingGUI.php.
References $content_type.
Referenced by assignCourse().
Here is the caller graph for this function:| ilObjCourseGroupingGUI::handleAssignmentTableAction | ( | ) |
Definition at line 358 of file class.ilObjCourseGroupingGUI.php.
References assignCourse().
Here is the call graph for this function:| ilObjCourseGroupingGUI::handleGroupingTableAction | ( | ) |
Definition at line 135 of file class.ilObjCourseGroupingGUI.php.
References askDeleteGrouping(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjCourseGroupingGUI::initForm | ( | bool | $a_create | ) |
Definition at line 214 of file class.ilObjCourseGroupingGUI.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, ilObject\_lookupTitle(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
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 120 of file class.ilObjCourseGroupingGUI.php.
References ILIAS\Repository\access(), error(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by askDeleteGrouping(), assignCourse(), and showSelectCourse().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjCourseGroupingGUI::selectCourse | ( | ) |
Definition at line 348 of file class.ilObjCourseGroupingGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 326 of file class.ilObjCourseGroupingGUI.php.
References ILIAS\Repository\access(), error(), listGroupings(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilObjCourseGroupingGUI::update | ( | ) |
Definition at line 297 of file class.ilObjCourseGroupingGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), edit(), error(), ILIAS\FileDelivery\http(), initForm(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 43 of file class.ilObjCourseGroupingGUI.php.
|
protected |
Definition at line 51 of file class.ilObjCourseGroupingGUI.php.
|
private |
Definition at line 36 of file class.ilObjCourseGroupingGUI.php.
Referenced by __construct().
|
private |
Definition at line 37 of file class.ilObjCourseGroupingGUI.php.
Referenced by getContentType().
|
protected |
Definition at line 40 of file class.ilObjCourseGroupingGUI.php.
|
protected |
Definition at line 42 of file class.ilObjCourseGroupingGUI.php.
|
protected |
Definition at line 50 of file class.ilObjCourseGroupingGUI.php.
|
private |
Definition at line 34 of file class.ilObjCourseGroupingGUI.php.
|
protected |
Definition at line 46 of file class.ilObjCourseGroupingGUI.php.
|
private |
Definition at line 35 of file class.ilObjCourseGroupingGUI.php.
|
protected |
Definition at line 41 of file class.ilObjCourseGroupingGUI.php.
|
protected |
Definition at line 47 of file class.ilObjCourseGroupingGUI.php.
|
protected |
Definition at line 44 of file class.ilObjCourseGroupingGUI.php.
|
protected |
Definition at line 45 of file class.ilObjCourseGroupingGUI.php.
|
protected |
Definition at line 39 of file class.ilObjCourseGroupingGUI.php.
|
protected |
Definition at line 48 of file class.ilObjCourseGroupingGUI.php.