|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilExAssTypeText:
Collaboration diagram for ilExAssTypeText: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) | |
| isActive () | |
| usesTeams () | |
| usesFileUpload () | |
| getTitle () | |
| getSubmissionType () | |
| isSubmissionAssignedToTeam () | |
| cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |
| supportsWebDirAccess () | |
| getStringIdentifier () | |
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 Text type
Definition at line 24 of file class.ilExAssTypeText.php.
| ilExAssTypeText::__construct | ( | ilLanguage | $a_lng = null | ) |
Constructor.
| ilLanguage | null | $a_lng |
Definition at line 33 of file class.ilExAssTypeText.php.
References $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExAssTypeText::cloneSpecificProperties | ( | ilExAssignment | $source, |
| ilExAssignment | $target | ||
| ) |
Implements ilExAssignmentTypeInterface.
Definition at line 73 of file class.ilExAssTypeText.php.
| ilExAssTypeText::getExportObjIdForResourceId | ( | int | $resource_id | ) |
Definition at line 88 of file class.ilExAssTypeText.php.
| ilExAssTypeText::getStringIdentifier | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 82 of file class.ilExAssTypeText.php.
| ilExAssTypeText::getSubmissionType | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 63 of file class.ilExAssTypeText.php.
References ilExSubmission\TYPE_TEXT.
| ilExAssTypeText::getTitle | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 56 of file class.ilExAssTypeText.php.
References $lng.
| ilExAssTypeText::isActive | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 41 of file class.ilExAssTypeText.php.
| ilExAssTypeText::isSubmissionAssignedToTeam | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 68 of file class.ilExAssTypeText.php.
| ilExAssTypeText::supportsWebDirAccess | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 77 of file class.ilExAssTypeText.php.
| ilExAssTypeText::usesFileUpload | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 51 of file class.ilExAssTypeText.php.
| ilExAssTypeText::usesTeams | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 46 of file class.ilExAssTypeText.php.
|
protected |
Definition at line 26 of file class.ilExAssTypeText.php.