ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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.