|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilExAssTypeUploadGUI:
Collaboration diagram for ilExAssTypeUploadGUI:Protected Attributes | |
| ILIAS DI UIServices | $ui |
| ilCtrl | $ctrl |
| ilLanguage | $lng |
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 Upload type gui implementations
Definition at line 24 of file class.ilExAssTypeUploadGUI.php.
| ilExAssTypeUploadGUI::__construct | ( | protected \ILIAS\Exercise\InternalDomainService | $domain, |
| protected \ILIAS\Exercise\InternalGUIService | $gui | ||
| ) |
Definition at line 32 of file class.ilExAssTypeUploadGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilExAssTypeUploadGUI::addEditFormCustomProperties | ( | ilPropertyFormGUI | $form | ) |
Add custom form properties to edit form.
Implements ilExAssignmentTypeGUIInterface.
Reimplemented in ilExAssTypeUploadTeamGUI.
Definition at line 45 of file class.ilExAssTypeUploadGUI.php.
| ilExAssTypeUploadGUI::buildSubmissionPropertiesAndActions | ( | \ILIAS\Exercise\Assignment\PropertyAndActionBuilderUI | $builder | ) |
Implements ilExAssignmentTypeGUIInterface.
Reimplemented in ilExAssTypeUploadTeamGUI.
Definition at line 71 of file class.ilExAssTypeUploadGUI.php.
References $ctrl, Vendor\Package\$f, $lng, $url, ilCtrl\getLinkTargetByClass(), getSubmission(), ilLanguage\txt(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilExAssTypeUploadGUI::getFormValuesArray | ( | ilExAssignment | $ass | ) |
Get form values array from assignment.
Implements ilExAssignmentTypeGUIInterface.
Reimplemented in ilExAssTypeUploadTeamGUI.
Definition at line 59 of file class.ilExAssTypeUploadGUI.php.
| ilExAssTypeUploadGUI::getOverviewContent | ( | ilInfoScreenGUI | $a_info, |
| ilExSubmission | $a_submission | ||
| ) |
Add overview content of submission to info screen object.
Implements ilExAssignmentTypeGUIInterface.
Reimplemented in ilExAssTypeUploadTeamGUI.
Definition at line 67 of file class.ilExAssTypeUploadGUI.php.
| ilExAssTypeUploadGUI::importFormToAssignment | ( | ilExAssignment | $ass, |
| ilPropertyFormGUI | $form | ||
| ) |
Get values from form and put them into assignment.
Implements ilExAssignmentTypeGUIInterface.
Reimplemented in ilExAssTypeUploadTeamGUI.
Definition at line 52 of file class.ilExAssTypeUploadGUI.php.
|
protected |
Definition at line 29 of file class.ilExAssTypeUploadGUI.php.
Referenced by buildSubmissionPropertiesAndActions().
|
protected |
Definition at line 30 of file class.ilExAssTypeUploadGUI.php.
Referenced by buildSubmissionPropertiesAndActions().
|
protected |
Definition at line 28 of file class.ilExAssTypeUploadGUI.php.