ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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 (protected \ILIAS\Exercise\InternalDomainService $domain, protected \ILIAS\Exercise\InternalGUIService $gui) | |
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... | |
buildSubmissionPropertiesAndActions (\ILIAS\Exercise\Assignment\PropertyAndActionBuilderUI $builder) | |
![]() | |
setSubmission (ilExSubmission $a_submission) | |
Set submission. More... | |
setExercise (ilObjExercise $a_exercise) | |
Set exercise. More... | |
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 Blog type gui implementations
Definition at line 24 of file class.ilExAssTypeBlogGUI.php.
ilExAssTypeBlogGUI::__construct | ( | protected \ILIAS\Exercise\InternalDomainService | $domain, |
protected \ILIAS\Exercise\InternalGUIService | $gui | ||
) |
Definition at line 28 of file class.ilExAssTypeBlogGUI.php.
ilExAssTypeBlogGUI::addEditFormCustomProperties | ( | ilPropertyFormGUI | $form | ) |
Add custom form properties to edit form.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 37 of file class.ilExAssTypeBlogGUI.php.
ilExAssTypeBlogGUI::buildSubmissionPropertiesAndActions | ( | \ILIAS\Exercise\Assignment\PropertyAndActionBuilderUI | $builder | ) |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 60 of file class.ilExAssTypeBlogGUI.php.
References $DIC, Vendor\Package\$f, $lng, $service, getSubmission(), and ILIAS\Repository\int().
ilExAssTypeBlogGUI::getFormValuesArray | ( | ilExAssignment | $ass | ) |
Get form values array from assignment.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 51 of file class.ilExAssTypeBlogGUI.php.
ilExAssTypeBlogGUI::getOverviewContent | ( | ilInfoScreenGUI | $a_info, |
ilExSubmission | $a_submission | ||
) |
Add overview content of submission to info screen object.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 56 of file class.ilExAssTypeBlogGUI.php.
ilExAssTypeBlogGUI::importFormToAssignment | ( | ilExAssignment | $ass, |
ilPropertyFormGUI | $form | ||
) |
Get values from form and put them into assignment.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 44 of file class.ilExAssTypeBlogGUI.php.