ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface for assignment types. More...
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... | |
Interface for assignment types.
Definition at line 10 of file interface.ilExcRepoObjAssignmentInfoInterface.php.
ilExcRepoObjAssignmentInfoInterface::getExerciseId | ( | ) |
ilExcRepoObjAssignmentInfoInterface::getExerciseTitle | ( | ) |
ilExcRepoObjAssignmentInfoInterface::getId | ( | ) |
ilExcRepoObjAssignmentInfoInterface::getLinks | ( | ) |
Get readable link urls to the assignment (key is the ref id)
Implemented in ilExcRepoObjAssignmentInfo.
ilExcRepoObjAssignmentInfoInterface::getReadableRefIds | ( | ) |
ilExcRepoObjAssignmentInfoInterface::getTitle | ( | ) |
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.
Implemented in ilExcRepoObjAssignmentInfo.