| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilExAssignmentTypeInterface:
 Collaboration diagram for ilExAssignmentTypeInterface:Public Member Functions | |
| isActive () | |
| usesTeams () | |
| usesFileUpload () | |
| getTitle () | |
| getSubmissionType () | |
| isSubmissionAssignedToTeam () | |
| cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |
| supportsWebDirAccess () | |
| getStringIdentifier () | |
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 Interface for assignment types
Definition at line 24 of file interface.ilExAssignmentTypeInterface.php.
| ilExAssignmentTypeInterface::cloneSpecificProperties | ( | ilExAssignment | $source, | 
| ilExAssignment | $target | ||
| ) | 
Implemented in ilExAssTypeWikiTeam, ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeText, ilExAssTypeUpload, and ilExAssTypeUploadTeam.
Referenced by ilExAssignment\cloneAssignmentsOfExercise().
 Here is the caller graph for this function:| ilExAssignmentTypeInterface::getStringIdentifier | ( | ) | 
Implemented in ilExAssTypeWikiTeam, ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeText.
| ilExAssignmentTypeInterface::getSubmissionType | ( | ) | 
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeWikiTeam, ilExAssTypeText, ilExAssTypeUpload, and ilExAssTypeUploadTeam.
| ilExAssignmentTypeInterface::getTitle | ( | ) | 
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeWikiTeam, ilExAssTypeText, ilExAssTypeUpload, and ilExAssTypeUploadTeam.
| ilExAssignmentTypeInterface::isActive | ( | ) | 
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeWikiTeam, ilExAssTypeText, ilExAssTypeUpload, and ilExAssTypeUploadTeam.
Referenced by ilExAssignmentTypes\getAllActivated().
 Here is the caller graph for this function:| ilExAssignmentTypeInterface::isSubmissionAssignedToTeam | ( | ) | 
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeWikiTeam, ilExAssTypeText, ilExAssTypeUpload, and ilExAssTypeUploadTeam.
| ilExAssignmentTypeInterface::supportsWebDirAccess | ( | ) | 
Implemented in ilExAssTypeWikiTeam, ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeText.
Referenced by ilExerciseSubmissionTableGUI\parseColumns().
 Here is the caller graph for this function:| ilExAssignmentTypeInterface::usesFileUpload | ( | ) | 
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeWikiTeam, ilExAssTypeText, ilExAssTypeUpload, and ilExAssTypeUploadTeam.
| ilExAssignmentTypeInterface::usesTeams | ( | ) | 
Implemented in ilExAssTypePortfolio, ilExAssTypeBlog, ilExAssTypeWikiTeam, ilExAssTypeText, ilExAssTypeUpload, and ilExAssTypeUploadTeam.
Referenced by ilExAssignmentTypes\getAllAllowed().
 Here is the caller graph for this function: