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 (ilLanguage $a_lng=null) | |
Constructor. More... | |
isActive () | |
usesTeams () | |
usesFileUpload () | |
getTitle () | |
getSubmissionType () | |
isSubmissionAssignedToTeam () | |
cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |
supportsWebDirAccess () | |
getStringIdentifier () | |
getExportObjIdForResourceId (int $resource_id) | |
Protected Attributes | |
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 Team file upload type
Definition at line 24 of file class.ilExAssTypeUploadTeam.php.
ilExAssTypeUploadTeam::__construct | ( | ilLanguage | $a_lng = null | ) |
Constructor.
ilLanguage | null | $a_lng |
Definition at line 33 of file class.ilExAssTypeUploadTeam.php.
References $DIC, and ILIAS\Repository\lng().
ilExAssTypeUploadTeam::cloneSpecificProperties | ( | ilExAssignment | $source, |
ilExAssignment | $target | ||
) |
Implements ilExAssignmentTypeInterface.
Definition at line 73 of file class.ilExAssTypeUploadTeam.php.
ilExAssTypeUploadTeam::getExportObjIdForResourceId | ( | int | $resource_id | ) |
Definition at line 90 of file class.ilExAssTypeUploadTeam.php.
ilExAssTypeUploadTeam::getStringIdentifier | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 84 of file class.ilExAssTypeUploadTeam.php.
ilExAssTypeUploadTeam::getSubmissionType | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 63 of file class.ilExAssTypeUploadTeam.php.
References ilExSubmission\TYPE_FILE.
ilExAssTypeUploadTeam::getTitle | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 56 of file class.ilExAssTypeUploadTeam.php.
References $lng, and ilLanguage\txt().
ilExAssTypeUploadTeam::isActive | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 41 of file class.ilExAssTypeUploadTeam.php.
ilExAssTypeUploadTeam::isSubmissionAssignedToTeam | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 68 of file class.ilExAssTypeUploadTeam.php.
ilExAssTypeUploadTeam::supportsWebDirAccess | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 79 of file class.ilExAssTypeUploadTeam.php.
ilExAssTypeUploadTeam::usesFileUpload | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 51 of file class.ilExAssTypeUploadTeam.php.
ilExAssTypeUploadTeam::usesTeams | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 46 of file class.ilExAssTypeUploadTeam.php.
|
protected |
Definition at line 26 of file class.ilExAssTypeUploadTeam.php.
Referenced by getTitle().