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

Interface for assignment types. More...

+ Inheritance diagram for ilExcRepoObjAssignmentInfoInterface:
+ Collaboration diagram for ilExcRepoObjAssignmentInfoInterface:

Public Member Functions

 getId ()
 Get assignment id. More...
 
 getTitle ()
 Get assignment title. More...
 
 getLinks ()
 Get readable link urls to the assignment (key is the ref id) More...
 
 isUserSubmission ()
 Check if this object has been submitted by the user provided or its team. More...
 
 getExerciseId ()
 Get exercise id. More...
 
 getExerciseTitle ()
 Get exercise title. More...
 
 getReadableRefIds ()
 Get readable ref IDs. 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.ilExcRepoObjAssignmentInfoInterface.php.

Member Function Documentation

◆ getExerciseId()

ilExcRepoObjAssignmentInfoInterface::getExerciseId ( )

Get exercise id.

Returns
int

Implemented in ilExcRepoObjAssignmentInfo.

◆ getExerciseTitle()

ilExcRepoObjAssignmentInfoInterface::getExerciseTitle ( )

Get exercise title.

Returns
string

Implemented in ilExcRepoObjAssignmentInfo.

◆ getId()

ilExcRepoObjAssignmentInfoInterface::getId ( )

Get assignment id.

Returns
int assignment id

Implemented in ilExcRepoObjAssignmentInfo.

◆ getLinks()

ilExcRepoObjAssignmentInfoInterface::getLinks ( )

Get readable link urls to the assignment (key is the ref id)

Returns
string[] assignment link url

Implemented in ilExcRepoObjAssignmentInfo.

◆ getReadableRefIds()

ilExcRepoObjAssignmentInfoInterface::getReadableRefIds ( )

Get readable ref IDs.

Returns
int[]

Implemented in ilExcRepoObjAssignmentInfo.

◆ getTitle()

ilExcRepoObjAssignmentInfoInterface::getTitle ( )

Get assignment title.

Returns
int assignment id

Implemented in ilExcRepoObjAssignmentInfo.

◆ isUserSubmission()

ilExcRepoObjAssignmentInfoInterface::isUserSubmission ( )

Check if this object has been submitted by the user provided or its team.

If not, the repository object is related to an assignment, but has been submitted by another user/team.

Returns
bool

Implemented in ilExcRepoObjAssignmentInfo.


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