|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Team file upload type. More...
Inheritance diagram for ilExAssTypeUploadTeam:
Collaboration diagram for ilExAssTypeUploadTeam:Public Member Functions | |||||||
| __construct (ilLanguage $a_lng=null) | |||||||
| Constructor. More... | |||||||
| isActive () | |||||||
Is assignment type active?
| |||||||
| usesTeams () | |||||||
Uses teams.
| |||||||
| usesFileUpload () | |||||||
Uses file upload.
| |||||||
| getTitle () | |||||||
Get title of type.
| |||||||
| getSubmissionType () | |||||||
Get submission type.
| |||||||
| isSubmissionAssignedToTeam () | |||||||
Get submission type.
| |||||||
| cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |||||||
Clone type specific properties of an assignment.
| |||||||
| isActive () | |||||||
| Is assignment type active? More... | |||||||
| usesTeams () | |||||||
| Uses teams. More... | |||||||
| usesFileUpload () | |||||||
| Uses file upload. More... | |||||||
| getTitle () | |||||||
| Get title of type. More... | |||||||
| getSubmissionType () | |||||||
| Get submission type. More... | |||||||
| isSubmissionAssignedToTeam () | |||||||
| Get submission type. More... | |||||||
| cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |||||||
| Clone type specific properties of an assignment. More... | |||||||
Protected Attributes | |
| $lng | |
Team file upload type.
Definition at line 12 of file class.ilExAssTypeUploadTeam.php.
| ilExAssTypeUploadTeam::__construct | ( | ilLanguage | $a_lng = null | ) |
Constructor.
| ilLanguage | null | $a_lng |
Definition at line 24 of file class.ilExAssTypeUploadTeam.php.
References $DIC.
| ilExAssTypeUploadTeam::cloneSpecificProperties | ( | ilExAssignment | $source, |
| ilExAssignment | $target | ||
| ) |
Clone type specific properties of an assignment.
| ilExAssignment | $source | |
| ilExAssignment | $target |
Implements ilExAssignmentTypeInterface.
Definition at line 86 of file class.ilExAssTypeUploadTeam.php.
| ilExAssTypeUploadTeam::getSubmissionType | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 70 of file class.ilExAssTypeUploadTeam.php.
References ilExSubmission\TYPE_FILE.
| ilExAssTypeUploadTeam::getTitle | ( | ) |
Get title of type.
Implements ilExAssignmentTypeInterface.
Definition at line 60 of file class.ilExAssTypeUploadTeam.php.
References $lng.
| ilExAssTypeUploadTeam::isActive | ( | ) |
Is assignment type active?
Implements ilExAssignmentTypeInterface.
Definition at line 36 of file class.ilExAssTypeUploadTeam.php.
| ilExAssTypeUploadTeam::isSubmissionAssignedToTeam | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 78 of file class.ilExAssTypeUploadTeam.php.
| ilExAssTypeUploadTeam::usesFileUpload | ( | ) |
Uses file upload.
Implements ilExAssignmentTypeInterface.
Definition at line 52 of file class.ilExAssTypeUploadTeam.php.
| ilExAssTypeUploadTeam::usesTeams | ( | ) |
Uses teams.
Implements ilExAssignmentTypeInterface.
Definition at line 44 of file class.ilExAssTypeUploadTeam.php.
|
protected |
Definition at line 17 of file class.ilExAssTypeUploadTeam.php.
Referenced by getTitle().