|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Team wiki type gui implementations. 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.
| |||||||
| importFormToAssignment (ilExAssignment $ass, ilPropertyFormGUI $form) | |||||||
Get values from form and put them into assignment.
| |||||||
| 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.
| |||||||
| getHTML ($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 | |
Team wiki type gui implementations.
Definition at line 11 of file class.ilExAssTypeWikiTeamGUI.php.
| ilExAssTypeWikiTeamGUI::__construct | ( | ) |
| ilExAssTypeWikiTeamGUI::addEditFormCustomProperties | ( | ilPropertyFormGUI | $form | ) |
Add custom form properties to edit form.
| ilPropertyFormGUI | $form |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 71 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 223 of file class.ilExAssTypeWikiTeamGUI.php.
References $access, $lng, ilObject\_exists(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilExAssTypeWikiTeamGUI::executeCommand | ( | ) |
Execute command.
Definition at line 53 of file class.ilExAssTypeWikiTeamGUI.php.
References $ctrl.
| ilExAssTypeWikiTeamGUI::getFormValuesArray | ( | ilExAssignment | $ass | ) |
Get form values array from assignment.
| ilExAssignment | $ass |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 118 of file class.ilExAssTypeWikiTeamGUI.php.
References ilExAssignment\getId().
Here is the call graph for this function:| ilExAssTypeWikiTeamGUI::getHTML | ( | $par | ) |
Get HTML.
| array | $par | parameter |
Definition at line 146 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.
| ilInfoScreenGUI | $a_info | |
| ilExSubmission | $a_submission |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 136 of file class.ilExAssTypeWikiTeamGUI.php.
| ilExAssTypeWikiTeamGUI::importFormToAssignment | ( | ilExAssignment | $ass, |
| ilPropertyFormGUI | $form | ||
| ) |
Get values from form and put them into assignment.
| ilExAssignment | $ass | |
| ilPropertyFormGUI | $form |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 103 of file class.ilExAssTypeWikiTeamGUI.php.
References ilExAssignment\getId(), and ilPropertyFormGUI\getInput().
Here is the call graph for this function:
|
protected |
Render overview content.
| ilInfoScreenGUI | $a_info | |
| ilExSubmission | $a_submission |
Definition at line 161 of file class.ilExAssTypeWikiTeamGUI.php.
References $ctrl, $lng, ilObject\_exists(), ilLink\_getLink(), ilInfoScreenGUI\addProperty(), ilExSubmission\canSubmit(), ilExSubmission\deleteResourceObject(), ilLinkButton\getInstance(), ilExSubmission\getSelectedObject(), ilExSubmission\getTeam(), and ilExSubmission\hasSubmitted().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 35 of file class.ilExAssTypeWikiTeamGUI.php.
Referenced by createWiki().
|
protected |
Definition at line 25 of file class.ilExAssTypeWikiTeamGUI.php.
Referenced by executeCommand(), and renderOverviewContent().
|
protected |
Definition at line 20 of file class.ilExAssTypeWikiTeamGUI.php.
Referenced by addEditFormCustomProperties(), createWiki(), and renderOverviewContent().
|
protected |
Definition at line 30 of file class.ilExAssTypeWikiTeamGUI.php.
| const ilExAssTypeWikiTeamGUI::MODE_OVERVIEW = "overview" |
Definition at line 15 of file class.ilExAssTypeWikiTeamGUI.php.
Referenced by getHTML().