ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Interface for assignment types. More...
Public Member Functions | |
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... | |
supportsWebDirAccess () | |
Returns if the submission has support to web access directory. More... | |
getStringIdentifier () | |
Returns the short string identifier. More... | |
Interface for assignment types.
Definition at line 10 of file interface.ilExAssignmentTypeInterface.php.
ilExAssignmentTypeInterface::cloneSpecificProperties | ( | ilExAssignment | $source, |
ilExAssignment | $target | ||
) |
Clone type specific properties of an assignment.
ilExAssignment | $source | |
ilExAssignment | $target |
Implemented in ilExAssTypeWikiTeam, ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeText, ilExAssTypeUpload, and ilExAssTypeUploadTeam.
ilExAssignmentTypeInterface::getStringIdentifier | ( | ) |
Returns the short string identifier.
Implemented in ilExAssTypeWikiTeam, ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeText, ilExAssTypeUpload, and ilExAssTypeUploadTeam.
ilExAssignmentTypeInterface::getSubmissionType | ( | ) |
Get submission type.
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
ilExAssignmentTypeInterface::getTitle | ( | ) |
Get title of type.
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
ilExAssignmentTypeInterface::isActive | ( | ) |
Is assignment type active?
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
Referenced by ilExAssignmentTypes\getAllActivated().
ilExAssignmentTypeInterface::isSubmissionAssignedToTeam | ( | ) |
Get submission type.
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
ilExAssignmentTypeInterface::supportsWebDirAccess | ( | ) |
Returns if the submission has support to web access directory.
Implemented in ilExAssTypeWikiTeam, ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeText, ilExAssTypeUpload, and ilExAssTypeUploadTeam.
ilExAssignmentTypeInterface::usesFileUpload | ( | ) |
Uses file upload.
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
ilExAssignmentTypeInterface::usesTeams | ( | ) |
Uses teams.
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
Referenced by ilExAssignmentTypes\getAllAllowed().