ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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... | |
![]() | |
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().
ilExAssTypeWikiTeamGUI::addEditFormCustomProperties | ( | ilPropertyFormGUI | $form | ) |
Add custom form properties to edit form.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 87 of file class.ilExAssTypeWikiTeamGUI.php.
References $lng, ilPropertyFormGUI\addItem(), ilRadioOption\addSubItem(), and ilFormPropertyGUI\setRequired().
|
protected |
Create wiki for assignment.
Definition at line 236 of file class.ilExAssTypeWikiTeamGUI.php.
References $access, $lng, ilObject\_exists(), ILIAS\Repository\ctrl(), and ilExAssWikiTeamAR\getTemplateRefId().
ilExAssTypeWikiTeamGUI::executeCommand | ( | ) |
ilExAssTypeWikiTeamGUI::getFormValuesArray | ( | ilExAssignment | $ass | ) |
Get form values array from assignment.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 135 of file class.ilExAssTypeWikiTeamGUI.php.
References ilExAssWikiTeamAR\getContainerRefId(), ilExAssignment\getId(), and ilExAssWikiTeamAR\getTemplateRefId().
ilExAssTypeWikiTeamGUI::getHTML | ( | array | $par | ) |
Get HTML.
array | $par | parameter |
Definition at line 161 of file class.ilExAssTypeWikiTeamGUI.php.
References renderOverviewContent().
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().
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().
|
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().
|
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.