|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilExAssTypeWikiTeamGUI:
Collaboration diagram for ilExAssTypeWikiTeamGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| addEditFormCustomProperties (ilPropertyFormGUI $form) | |
| Add custom form properties to edit form. More... | |
| importFormToAssignment (ilExAssignment $ass, ilPropertyFormGUI $form) | |
| Get values from form and put them into assignment. More... | |
| getFormValuesArray (ilExAssignment $ass) | |
Get form values array from assignment.
| |
| getOverviewContent (ilInfoScreenGUI $a_info, ilExSubmission $a_submission) | |
| Add overview content of submission to info screen object. More... | |
| getHTML (array $par) | |
| Get HTML. More... | |
Public Member Functions inherited from ilExAssignmentTypeGUIInterface | |
| addEditFormCustomProperties (ilPropertyFormGUI $form) | |
| Add custom form properties to edit form. More... | |
| importFormToAssignment (ilExAssignment $ass, ilPropertyFormGUI $form) | |
| Get values from form and put them into assignment. More... | |
| getFormValuesArray (ilExAssignment $ass) | |
| Get form values array from assignment. More... | |
| getOverviewContent (ilInfoScreenGUI $a_info, ilExSubmission $a_submission) | |
| Add overview content of submission to info screen object. More... | |
| setSubmission (ilExSubmission $a_submission) | |
| Set submission. More... | |
| setExercise (ilObjExercise $a_exercise) | |
| Set exercise. More... | |
Data Fields | |
| const | MODE_OVERVIEW = "overview" |
Protected Member Functions | |
| renderOverviewContent (ilInfoScreenGUI $a_info, ilExSubmission $a_submission) | |
| Render overview content. More... | |
| createWiki () | |
| Create wiki for assignment. More... | |
Protected Attributes | |
| $lng | |
| $ctrl | |
| $tree | |
| $access | |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Team wiki type gui implementations
Definition at line 25 of file class.ilExAssTypeWikiTeamGUI.php.
| ilExAssTypeWikiTeamGUI::__construct | ( | ) |
Constructor.
Definition at line 55 of file class.ilExAssTypeWikiTeamGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExAssTypeWikiTeamGUI::addEditFormCustomProperties | ( | ilPropertyFormGUI | $form | ) |
Add custom form properties to edit form.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 87 of file class.ilExAssTypeWikiTeamGUI.php.
References $lng, and ilPropertyFormGUI\addItem().
Here is the call graph for this function:
|
protected |
Create wiki for assignment.
Definition at line 236 of file class.ilExAssTypeWikiTeamGUI.php.
References $access, $lng, ilObject\_exists(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilExAssTypeWikiTeamGUI::executeCommand | ( | ) |
Execute command.
Definition at line 69 of file class.ilExAssTypeWikiTeamGUI.php.
References $ctrl.
| ilExAssTypeWikiTeamGUI::getFormValuesArray | ( | ilExAssignment | $ass | ) |
Get form values array from assignment.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 135 of file class.ilExAssTypeWikiTeamGUI.php.
References ilExAssignment\getId().
Here is the call graph for this function:| ilExAssTypeWikiTeamGUI::getHTML | ( | array | $par | ) |
Get HTML.
| array | $par | parameter |
Definition at line 161 of file class.ilExAssTypeWikiTeamGUI.php.
References MODE_OVERVIEW, and renderOverviewContent().
Here is the call graph for this function:| ilExAssTypeWikiTeamGUI::getOverviewContent | ( | ilInfoScreenGUI | $a_info, |
| ilExSubmission | $a_submission | ||
| ) |
Add overview content of submission to info screen object.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 151 of file class.ilExAssTypeWikiTeamGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilExAssTypeWikiTeamGUI::importFormToAssignment | ( | ilExAssignment | $ass, |
| ilPropertyFormGUI | $form | ||
| ) |
Get values from form and put them into assignment.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 120 of file class.ilExAssTypeWikiTeamGUI.php.
References ilExAssignment\getId(), and ilPropertyFormGUI\getInput().
Here is the call graph for this function:
|
protected |
Render overview content.
Definition at line 174 of file class.ilExAssTypeWikiTeamGUI.php.
References $ctrl, $lng, ilObject\_exists(), ilLink\_getLink(), ilInfoScreenGUI\addProperty(), ilExSubmission\canSubmit(), ilExSubmission\deleteResourceObject(), ilLinkButton\getInstance(), ilExSubmission\getSelectedObject(), ilExSubmission\getTeam(), ilExSubmission\hasSubmitted(), and ILIAS\Repository\int().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 49 of file class.ilExAssTypeWikiTeamGUI.php.
Referenced by createWiki().
|
protected |
Definition at line 39 of file class.ilExAssTypeWikiTeamGUI.php.
Referenced by executeCommand(), and renderOverviewContent().
|
protected |
Definition at line 34 of file class.ilExAssTypeWikiTeamGUI.php.
Referenced by addEditFormCustomProperties(), createWiki(), and renderOverviewContent().
|
private |
Definition at line 50 of file class.ilExAssTypeWikiTeamGUI.php.
|
protected |
Definition at line 44 of file class.ilExAssTypeWikiTeamGUI.php.
| const ilExAssTypeWikiTeamGUI::MODE_OVERVIEW = "overview" |
Definition at line 29 of file class.ilExAssTypeWikiTeamGUI.php.
Referenced by getHTML().