|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Interface for assignment types. More...
Inheritance diagram for ilExAssignmentTypeInterface:
Collaboration diagram for ilExAssignmentTypeInterface: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 ilExAssTypeBlog, ilExAssTypePortfolio, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
| ilExAssignmentTypeInterface::getStringIdentifier | ( | ) |
Returns the short string identifier.
Implemented in ilExAssTypeBlog, ilExAssTypePortfolio, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
| ilExAssignmentTypeInterface::getSubmissionType | ( | ) |
Get submission type.
Implemented in ilExAssTypeBlog, ilExAssTypePortfolio, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
| ilExAssignmentTypeInterface::getTitle | ( | ) |
Get title of type.
Implemented in ilExAssTypeBlog, ilExAssTypePortfolio, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
| ilExAssignmentTypeInterface::isActive | ( | ) |
Is assignment type active?
Implemented in ilExAssTypeBlog, ilExAssTypePortfolio, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
Referenced by ilExAssignmentTypes\getAllActivated().
Here is the caller graph for this function:| ilExAssignmentTypeInterface::isSubmissionAssignedToTeam | ( | ) |
Get submission type.
Implemented in ilExAssTypeBlog, ilExAssTypePortfolio, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
| ilExAssignmentTypeInterface::supportsWebDirAccess | ( | ) |
Returns if the submission has support to web access directory.
Implemented in ilExAssTypeBlog, ilExAssTypePortfolio, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
| ilExAssignmentTypeInterface::usesFileUpload | ( | ) |
Uses file upload.
Implemented in ilExAssTypeBlog, ilExAssTypePortfolio, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
| ilExAssignmentTypeInterface::usesTeams | ( | ) |
Uses teams.
Implemented in ilExAssTypeBlog, ilExAssTypePortfolio, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.
Referenced by ilExAssignmentTypes\getAllAllowed().
Here is the caller graph for this function: