ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilExAssignmentTypeInterface Interface Reference

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...
 

Detailed Description

Interface for assignment types.

Author
Alex Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 10 of file interface.ilExAssignmentTypeInterface.php.

Member Function Documentation

◆ cloneSpecificProperties()

ilExAssignmentTypeInterface::cloneSpecificProperties ( ilExAssignment  $source,
ilExAssignment  $target 
)

Clone type specific properties of an assignment.

Parameters
ilExAssignment$source
ilExAssignment$target

Implemented in ilExAssTypeWikiTeam, ilExAssTypeBlog, ilExAssTypePortfolio, ilExAssTypeText, ilExAssTypeUpload, and ilExAssTypeUploadTeam.

◆ getSubmissionType()

ilExAssignmentTypeInterface::getSubmissionType ( )

◆ getTitle()

ilExAssignmentTypeInterface::getTitle ( )

◆ isActive()

ilExAssignmentTypeInterface::isActive ( )

Is assignment type active?

Returns
bool

Implemented in ilExAssTypeBlog, ilExAssTypePortfolio, ilExAssTypeText, ilExAssTypeUpload, ilExAssTypeUploadTeam, and ilExAssTypeWikiTeam.

Referenced by ilExAssignmentTypes\getAllActivated().

+ Here is the caller graph for this function:

◆ isSubmissionAssignedToTeam()

ilExAssignmentTypeInterface::isSubmissionAssignedToTeam ( )

◆ usesFileUpload()

ilExAssignmentTypeInterface::usesFileUpload ( )

◆ usesTeams()

ilExAssignmentTypeInterface::usesTeams ( )

The documentation for this interface was generated from the following file: