ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
File upload type. More...
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.
| |||||||
supportsWebDirAccess () | |||||||
Returns if the submission has support to web access directory.
| |||||||
getStringIdentifier () | |||||||
Returns the short string identifier.
| |||||||
Protected Attributes | |
$lng | |
File upload type.
Definition at line 10 of file class.ilExAssTypeUpload.php.
ilExAssTypeUpload::__construct | ( | ilLanguage | $a_lng = null | ) |
Constructor.
ilLanguage | null | $a_lng |
Definition at line 22 of file class.ilExAssTypeUpload.php.
References $DIC.
ilExAssTypeUpload::cloneSpecificProperties | ( | ilExAssignment | $source, |
ilExAssignment | $target | ||
) |
Clone type specific properties of an assignment.
ilExAssignment | $source | |
ilExAssignment | $target |
Implements ilExAssignmentTypeInterface.
Definition at line 84 of file class.ilExAssTypeUpload.php.
ilExAssTypeUpload::getStringIdentifier | ( | ) |
Returns the short string identifier.
Implements ilExAssignmentTypeInterface.
Definition at line 99 of file class.ilExAssTypeUpload.php.
ilExAssTypeUpload::getSubmissionType | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 68 of file class.ilExAssTypeUpload.php.
References ilExSubmission\TYPE_FILE.
ilExAssTypeUpload::getTitle | ( | ) |
Get title of type.
Implements ilExAssignmentTypeInterface.
Definition at line 58 of file class.ilExAssTypeUpload.php.
References $lng.
ilExAssTypeUpload::isActive | ( | ) |
Is assignment type active?
Implements ilExAssignmentTypeInterface.
Definition at line 34 of file class.ilExAssTypeUpload.php.
ilExAssTypeUpload::isSubmissionAssignedToTeam | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 76 of file class.ilExAssTypeUpload.php.
ilExAssTypeUpload::supportsWebDirAccess | ( | ) |
Returns if the submission has support to web access directory.
Implements ilExAssignmentTypeInterface.
Definition at line 91 of file class.ilExAssTypeUpload.php.
ilExAssTypeUpload::usesFileUpload | ( | ) |
Uses file upload.
Implements ilExAssignmentTypeInterface.
Definition at line 50 of file class.ilExAssTypeUpload.php.
ilExAssTypeUpload::usesTeams | ( | ) |
Uses teams.
Implements ilExAssignmentTypeInterface.
Definition at line 42 of file class.ilExAssTypeUpload.php.
|
protected |
Definition at line 15 of file class.ilExAssTypeUpload.php.
Referenced by getTitle().