ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilExAssignment $a_ass, int $a_user_id, ilExAssignmentTeam $a_team=null, bool $a_is_tutor=false, bool $a_public_submissions=false) | |
getSubmissionType () | |
getAssignment () | |
getTeam () | |
getPeerReview () | |
validatePeerReviews () | |
getUserId () | |
getUserIds () | |
getFeedbackId () | |
hasSubmitted () | |
hasSubmittedPrintVersion () | |
getSubmittedPrintFile () | |
getSelectedObject () | |
canSubmit () | |
canView () | |
isTutor () | |
hasNoTeamYet () | |
isInTeam (int $a_user_id=null) | |
isOwner () | |
hasPeerReviewAccess () | |
canAddFile () | |
uploadFile (array $a_http_post_files, bool $unzip=false) | |
Save submitted file of user. More... | |
processUploadedZipFile (string $fileTmp) | |
processes error handling etc for uploaded archive More... | |
getFiles (array $a_file_ids=null, bool $a_only_valid=false, string $a_min_timestamp=null, bool $print_versions=false) | |
Get submission items (not only files) More... | |
lookupNewFiles (int $a_tutor=null) | |
Check how much files have been uploaded by the learner after the last download of the tutor. More... | |
deleteAllFiles () | |
deleteSelectedFiles (array $file_id_array) | |
Deletes already delivered files. More... | |
downloadFiles (array $a_file_ids=null, bool $a_only_new=false, bool $a_peer_review_mask_filename=false) | |
updateTutorDownloadTime () | |
getTableUserWhere (bool $a_team_mode=false) | |
getLastSubmission () | |
TODO -> get rid of getTableUserWhere and move to repository class Get the date of the last submission of a user for the assignment. More... | |
getLastOpeningHTMLView () | |
TODO -> get rid of getTableUserWhere and move to repository class Get a mysql timestamp from the last HTML view opening. More... | |
addResourceObject (string $a_wsp_id, string $a_text=null) | |
Add personal resource or repository object (ref_id) to assigment. More... | |
deleteResourceObject () | |
updateTextSubmission (string $a_text) | |
Handle text assignment submissions. More... | |
getDownloadedFilesInfoForTableGUIS () | |
Static Public Member Functions | |
static | getAllAssignmentFiles (int $a_exc_id, int $a_ass_id) |
static | getAssignmentFilesByUsers (int $a_exc_id, int $a_ass_id, array $a_users) |
static | lookupExerciseIdForReturnedId (int $a_returned_id) |
Get exercise from submission id (used in ilObjMediaObject) More... | |
static | findUserFiles (int $a_user_id, string $a_filetitle) |
Check if given file was assigned Used in Blog/Portfolio. More... | |
static | deleteUser (int $a_exc_id, int $a_user_id) |
Delete all delivered files of user. More... | |
static | downloadAllAssignmentFiles (ilExAssignment $a_ass, array $members, string $to_path) |
Download all submitted files of an assignment (all user) More... | |
static | getSubmissionsForFilename (string $a_filename, array $a_assignment_types=array()) |
Get assignment return entries for a filename. More... | |
static | getDirectoryNameFromUserData (int $a_user_id) |
static | getAssignmentParticipants (int $a_exercise_id, int $a_ass_id) |
Data Fields | |
const | TYPE_FILE = "File" |
const | TYPE_OBJECT = "Object" |
const | TYPE_TEXT = "Text" |
const | TYPE_REPO_OBJECT = "RepoObject" |
Protected Member Functions | |
isLate () | |
initStorage () | |
getStorageId () | |
getLastDownloadTime (array $a_user_ids) | |
downloadSingleFile (int $a_user_id, string $filename, string $filetitle, int $a_team_id=0) | |
downloadMultipleFiles (array $a_filenames, ?int $a_user_id, bool $a_multi_user=false) | |
Protected Attributes | |
ilObjUser | $user |
ilDBInterface | $db |
ilLanguage | $lng |
ilCtrl | $ctrl |
ilExAssignment | $assignment |
int | $user_id |
ilExAssignmentTeam | $team = null |
ilExPeerReview | $peer_review = null |
bool | $is_tutor |
bool | $public_submissions |
ilExAssignmentTypeInterface | $ass_type |
ilExAssignmentTypes | $ass_types |
ilExcAssMemberState | $state |
Private Attributes | |
ilGlobalTemplateInterface | $main_tpl |
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 Exercise submission //TODO: This class has many static methods related to delivered "files". Extract them to classes.
Definition at line 26 of file class.ilExSubmission.php.
ilExSubmission::__construct | ( | ilExAssignment | $a_ass, |
int | $a_user_id, | ||
ilExAssignmentTeam | $a_team = null , |
||
bool | $a_is_tutor = false , |
||
bool | $a_public_submissions = false |
||
) |
Definition at line 48 of file class.ilExSubmission.php.
References $DIC, $user_id, ILIAS\Repository\ctrl(), ilExAssignment\getAssignmentType(), ilExAssignment\getId(), ilExAssignmentTypes\getInstance(), ilExcAssMemberState\getInstanceByIds(), ilExAssignmentTeam\getInstanceByUserId(), ilExAssignment\hasTeam(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
ilExSubmission::addResourceObject | ( | string | $a_wsp_id, |
string | $a_text = null |
||
) |
Add personal resource or repository object (ref_id) to assigment.
Definition at line 1273 of file class.ilExSubmission.php.
References $db, $ilDB, $query, getAssignment(), getSubmissionsForFilename(), getSubmissionType(), getTeam(), getUserId(), isLate(), ilUtil\now(), and TYPE_REPO_OBJECT.
Referenced by ilObjPortfolioGUI\linkPortfolioToAssignment(), and updateTextSubmission().
ilExSubmission::canAddFile | ( | ) |
Definition at line 253 of file class.ilExSubmission.php.
References canSubmit(), getAssignment(), and getFiles().
Referenced by uploadFile().
ilExSubmission::canSubmit | ( | ) |
Definition at line 186 of file class.ilExSubmission.php.
References isOwner().
Referenced by canAddFile(), canView(), ilExSubmissionTextGUI\getOverviewContent(), ilExSubmissionFileGUI\getOverviewContent(), ilExSubmissionObjectGUI\getOverviewContentBlog(), and ilExAssTypeWikiTeamGUI\renderOverviewContent().
ilExSubmission::canView | ( | ) |
Definition at line 192 of file class.ilExSubmission.php.
References $ilUser, $user, canSubmit(), isInTeam(), and isTutor().
Referenced by ilExSubmissionGUI\executeCommand().
ilExSubmission::deleteAllFiles | ( | ) |
Definition at line 642 of file class.ilExSubmission.php.
References deleteSelectedFiles(), and getFiles().
Referenced by deleteResourceObject(), and updateTextSubmission().
ilExSubmission::deleteResourceObject | ( | ) |
Definition at line 1323 of file class.ilExSubmission.php.
References deleteAllFiles().
Referenced by ilExSubmissionObjectGUI\getOverviewContentBlog(), and ilExAssTypeWikiTeamGUI\renderOverviewContent().
ilExSubmission::deleteSelectedFiles | ( | array | $file_id_array | ) |
Deletes already delivered files.
array | $file_id_array | An array containing database ids of the delivered files |
Definition at line 662 of file class.ilExSubmission.php.
References $db, $filename, $ilDB, $path, getAssignment(), getTableUserWhere(), initStorage(), and ilExAssignmentTeam\TEAM_LOG_REMOVE_FILE.
Referenced by deleteAllFiles().
|
static |
Delete all delivered files of user.
ilExcUnknownAssignmentTypeException |
Definition at line 723 of file class.ilExSubmission.php.
References ilExAssignment\getInstancesByExercise(), and ilExAssignmentTeam\removeTeamMember().
Referenced by ilExerciseMembers\deassignMember().
|
static |
Download all submitted files of an assignment (all user)
ilExerciseException |
Definition at line 1017 of file class.ilExSubmission.php.
References $DIC, $id, $log, ilObject\_lookupObjId(), ilObject\_lookupType(), ilFSStorageExercise\create(), ilFileUtils\delDir(), ilFileUtils\dirsize(), ilShellUtil\escapeShellArg(), ilFileUtils\getASCIIFilename(), ilExAssignmentTeam\getAssignmentTeamMap(), ilExAssignment\getAssignmentType(), ilExAssignment\getExerciseId(), ilExAssignment\getId(), ilLoggerFactory\getLogger(), ilExAssignment\getType(), ilExAssignment\hasTeam(), ilFileUtils\makeDir(), ilLanguage\txt(), ilExAssignment\TYPE_BLOG, ilExAssignment\TYPE_PORTFOLIO, and ilFileUtils\unzip().
Referenced by ilExerciseManagementCollectFilesJob\createSubmissionsDirectory(), and ilExerciseManagementGUI\redirectFeedbackMailObject().
ilExSubmission::downloadFiles | ( | array | $a_file_ids = null , |
bool | $a_only_new = false , |
||
bool | $a_peer_review_mask_filename = false |
||
) |
Definition at line 764 of file class.ilExSubmission.php.
References $ilUser, $lng, $user, ilObjUser\_lookupName(), ilObject\_lookupTitle(), downloadMultipleFiles(), downloadSingleFile(), getFiles(), getLastDownloadTime(), getTeam(), getUserId(), getUserIds(), ilLanguage\txt(), ilExAssignment\TYPE_BLOG, ilExAssignment\TYPE_PORTFOLIO, ilExAssignment\TYPE_WIKI_TEAM, and updateTutorDownloadTime().
|
protected |
Definition at line 918 of file class.ilExSubmission.php.
References $filename, $lng, $path, ilObjUser\_lookupName(), ilFileUtils\delDir(), ilFileDelivery\deliverFileLegacy(), ilShellUtil\escapeShellArg(), exit, ilFileUtils\getASCIIFilename(), ilFileUtils\ilTempnam(), initStorage(), ILIAS\Repository\int(), ilExAssignment\lookupTitle(), ilFileUtils\makeDir(), and ilLanguage\txt().
Referenced by downloadFiles().
|
protected |
Definition at line 900 of file class.ilExSubmission.php.
References ilFileDelivery\deliverFileLegacy(), and initStorage().
Referenced by downloadFiles().
|
static |
Check if given file was assigned Used in Blog/Portfolio.
Definition at line 623 of file class.ilExSubmission.php.
References $DIC, $ilDB, and $res.
Referenced by ilBlogExercise\getAssignmentsOfBlog(), and ilPortfolioExercise\getAssignmentsOfPortfolio().
|
static |
ilExcUnknownAssignmentTypeException |
Definition at line 412 of file class.ilExSubmission.php.
References $DIC, $ilDB, $path, $query, $res, ilExAssignmentTypes\getInstance(), ilExAssignmentTypeInterface\isSubmissionAssignedToTeam(), and ilExAssignment\lookupType().
Referenced by ilExAssignmentListTextTableGUI\parse(), and ilExAssignment\recalculateLateSubmissions().
ilExSubmission::getAssignment | ( | ) |
Definition at line 91 of file class.ilExSubmission.php.
References $assignment.
Referenced by addResourceObject(), canAddFile(), deleteSelectedFiles(), ilExSubmissionGUI\executeCommand(), getFiles(), getLastDownloadTime(), ilExSubmissionObjectGUI\getOverviewContent(), ilExSubmissionTeamGUI\getOverviewContent(), ilExPeerReviewGUI\getOverviewContent(), getTableUserWhere(), and lookupNewFiles().
|
static |
ilExcUnknownAssignmentTypeException |
Definition at line 448 of file class.ilExSubmission.php.
References $DIC, $ilDB, $path, $query, $res, ilExAssignmentTypes\getInstance(), ilExAssignmentTypeInterface\isSubmissionAssignedToTeam(), and ilExAssignment\lookupType().
Referenced by ilExerciseManagementGUI\saveGradesObject().
|
static |
Definition at line 1566 of file class.ilExSubmission.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilExerciseManagementGUI\saveGradesObject().
|
static |
Definition at line 1555 of file class.ilExSubmission.php.
References ilObjUser\_lookupName(), and ilFileUtils\getASCIIFilename().
Referenced by ilExerciseManagementCollectFilesJob\addLink(), ilExerciseManagementCollectFilesJob\createTargetDirectory(), ilExerciseManagementCollectFilesJob\getFeedbackDirectory(), ilDownloadSubmissionsBackgroundTask\run(), and ilExerciseManagementCollectFilesJob\run().
ilExSubmission::getDownloadedFilesInfoForTableGUIS | ( | ) |
ilDateTimeException |
Definition at line 1369 of file class.ilExSubmission.php.
References $ctrl, $lng, ilDatePresentation\formatDate(), getFiles(), getLastSubmission(), getUserId(), IL_CAL_DATETIME, lookupNewFiles(), ilLanguage\txt(), ilExAssignment\TYPE_BLOG, ilExAssignment\TYPE_PORTFOLIO, ilExAssignment\TYPE_TEXT, ilExAssignment\TYPE_UPLOAD, ilExAssignment\TYPE_UPLOAD_TEAM, and ilExAssignment\TYPE_WIKI_TEAM.
Referenced by ilExPeerReviewGUI\initPeerReviewItemForm(), and ilExPeerReviewGUI\renderInfoWidget().
ilExSubmission::getFeedbackId | ( | ) |
Definition at line 138 of file class.ilExSubmission.php.
References getUserId().
ilExSubmission::getFiles | ( | array | $a_file_ids = null , |
bool | $a_only_valid = false , |
||
string | $a_min_timestamp = null , |
||
bool | $print_versions = false |
||
) |
Get submission items (not only files)
Definition at line 487 of file class.ilExSubmission.php.
References $db, $i, $ilDB, $path, getAssignment(), ILIAS\Survey\Mode\getId(), getTableUserWhere(), initStorage(), ilExAssignment\TYPE_BLOG, ilExAssignment\TYPE_PORTFOLIO, and ilExAssignment\TYPE_WIKI_TEAM.
Referenced by canAddFile(), deleteAllFiles(), ilBlogExerciseGUI\downloadExcSubFile(), ilWikiPageGUI\downloadExcSubFile(), downloadFiles(), getDownloadedFilesInfoForTableGUIS(), ilExPeerReviewGUI\getLateSubmissionInfo(), ilExSubmissionFileGUI\getOverviewContent(), getSelectedObject(), ilExPeerReviewGUI\getSubmissionContent(), ilExerciseManagementGUI\getSubmissionZipFilePath(), getSubmittedPrintFile(), hasSubmitted(), processUploadedZipFile(), and updateTextSubmission().
|
protected |
array | $a_user_ids |
Definition at line 748 of file class.ilExSubmission.php.
References $db, $ilDB, $ilUser, $user, getAssignment(), and ILIAS\Survey\Mode\getId().
Referenced by downloadFiles().
ilExSubmission::getLastOpeningHTMLView | ( | ) |
TODO -> get rid of getTableUserWhere and move to repository class Get a mysql timestamp from the last HTML view opening.
Definition at line 1245 of file class.ilExSubmission.php.
References $data, $res, and getTableUserWhere().
ilExSubmission::getLastSubmission | ( | ) |
TODO -> get rid of getTableUserWhere and move to repository class Get the date of the last submission of a user for the assignment.
Definition at line 1224 of file class.ilExSubmission.php.
References $db, $ilDB, and getTableUserWhere().
Referenced by getDownloadedFilesInfoForTableGUIS(), and ilExSubmissionTeamGUI\getOverviewContent().
ilExSubmission::getPeerReview | ( | ) |
Definition at line 101 of file class.ilExSubmission.php.
References $peer_review.
Referenced by ilExPeerReviewGUI\getOverviewContent().
ilExSubmission::getSelectedObject | ( | ) |
Definition at line 177 of file class.ilExSubmission.php.
References getFiles().
Referenced by ilExSubmissionObjectGUI\askUnlinkPortfolioObject(), ilObjWikiGUI\getAssignmentButtons(), ilBlogExerciseGUI\getDownloadSubmissionButton(), ilBlogExerciseGUI\getExerciseInfo(), ilExSubmissionObjectGUI\getOverviewContentBlog(), and ilExAssTypeWikiTeamGUI\renderOverviewContent().
|
protected |
Definition at line 285 of file class.ilExSubmission.php.
References getTeam(), and getUserId().
Referenced by uploadFile().
|
static |
Get assignment return entries for a filename.
Definition at line 1529 of file class.ilExSubmission.php.
References $DIC, $query, ilDBInterface\fetchAssoc(), ilDBInterface\in(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by addResourceObject(), ilExcRepoObjAssignmentInfo\getInfo(), and ilObjWikiListGUI\getProperties().
ilExSubmission::getSubmissionType | ( | ) |
Definition at line 86 of file class.ilExSubmission.php.
Referenced by addResourceObject(), and ilExSubmissionGUI\executeCommand().
ilExSubmission::getSubmittedPrintFile | ( | ) |
Definition at line 157 of file class.ilExSubmission.php.
References getFiles().
Referenced by hasSubmittedPrintVersion().
ilExSubmission::getTableUserWhere | ( | bool | $a_team_mode = false | ) |
Definition at line 1201 of file class.ilExSubmission.php.
References $db, $ilDB, getAssignment(), getTeam(), getUserId(), and getUserIds().
Referenced by deleteSelectedFiles(), getFiles(), getLastOpeningHTMLView(), getLastSubmission(), and lookupNewFiles().
ilExSubmission::getTeam | ( | ) |
Definition at line 96 of file class.ilExSubmission.php.
References $team.
Referenced by addResourceObject(), downloadFiles(), ilExSubmissionTeamGUI\getOverviewContent(), getStorageId(), getTableUserWhere(), ilExAssTypeWikiTeamGUI\renderOverviewContent(), and uploadFile().
ilExSubmission::getUserId | ( | ) |
Definition at line 122 of file class.ilExSubmission.php.
References $user_id.
Referenced by addResourceObject(), downloadFiles(), getDownloadedFilesInfoForTableGUIS(), getFeedbackId(), ilExSubmissionTeamGUI\getOverviewContent(), ilExPeerReviewGUI\getOverviewContent(), ilExSubmissionObjectGUI\getOverviewContentBlog(), getStorageId(), getTableUserWhere(), isOwner(), and uploadFile().
ilExSubmission::getUserIds | ( | ) |
Definition at line 127 of file class.ilExSubmission.php.
References hasNoTeamYet().
Referenced by downloadFiles(), getTableUserWhere(), ilExAssTypeWikiTeam\handleNewUpload(), isInTeam(), updateTutorDownloadTime(), and validatePeerReviews().
ilExSubmission::hasNoTeamYet | ( | ) |
Definition at line 221 of file class.ilExSubmission.php.
Referenced by ilExSubmissionFileGUI\getOverviewContent(), and getUserIds().
ilExSubmission::hasPeerReviewAccess | ( | ) |
Definition at line 247 of file class.ilExSubmission.php.
ilExSubmission::hasSubmitted | ( | ) |
Definition at line 147 of file class.ilExSubmission.php.
References getFiles().
Referenced by ilExSubmissionTeamGUI\getOverviewContent(), ilExSubmissionObjectGUI\getOverviewContentBlog(), ilExAssTypeWikiTeam\handleNewUpload(), ilExcAssMemberState\isGlobalFeedbackFileAccessible(), and ilExAssTypeWikiTeamGUI\renderOverviewContent().
ilExSubmission::hasSubmittedPrintVersion | ( | ) |
Definition at line 152 of file class.ilExSubmission.php.
References getSubmittedPrintFile().
|
protected |
Definition at line 280 of file class.ilExSubmission.php.
Referenced by deleteSelectedFiles(), downloadMultipleFiles(), downloadSingleFile(), getFiles(), and uploadFile().
ilExSubmission::isInTeam | ( | int | $a_user_id = null | ) |
Definition at line 230 of file class.ilExSubmission.php.
References $ilUser, $user, and getUserIds().
Referenced by canView().
|
protected |
Definition at line 273 of file class.ilExSubmission.php.
Referenced by addResourceObject(), and updateTextSubmission().
ilExSubmission::isOwner | ( | ) |
Definition at line 240 of file class.ilExSubmission.php.
References $ilUser, $user, and getUserId().
Referenced by canSubmit().
ilExSubmission::isTutor | ( | ) |
Definition at line 216 of file class.ilExSubmission.php.
References $is_tutor.
Referenced by canView().
|
static |
Get exercise from submission id (used in ilObjMediaObject)
Definition at line 605 of file class.ilExSubmission.php.
Referenced by ilObjMediaObject\getParentObjectIdForUsage().
ilExSubmission::lookupNewFiles | ( | int | $a_tutor = null | ) |
Check how much files have been uploaded by the learner after the last download of the tutor.
Definition at line 572 of file class.ilExSubmission.php.
References $db, $ilDB, $ilUser, $user, getAssignment(), ILIAS\Survey\Mode\getId(), and getTableUserWhere().
Referenced by getDownloadedFilesInfoForTableGUIS().
ilExSubmission::processUploadedZipFile | ( | string | $fileTmp | ) |
processes error handling etc for uploaded archive
string | $fileTmp | path and filename to uploaded file |
Definition at line 359 of file class.ilExSubmission.php.
References Vendor\Package\$e, $filename, ILIAS\LTI\ToolProvider\$key, $lng, ilFileUtils\delDir(), getFiles(), ilFileUtils\ilTempnam(), ilFileUtils\makeDir(), ilFileUtils\processZipFile(), ilFileUtils\recursive_dirscan(), ilLanguage\txt(), uploadFile(), and ilFileUtils\utf8_encode().
ilExSubmission::updateTextSubmission | ( | string | $a_text | ) |
Handle text assignment submissions.
Definition at line 1333 of file class.ilExSubmission.php.
References $db, $id, $ilDB, addResourceObject(), deleteAllFiles(), getFiles(), isLate(), and ilUtil\now().
ilExSubmission::updateTutorDownloadTime | ( | ) |
Definition at line 875 of file class.ilExSubmission.php.
References $db, $ilDB, $ilUser, $user, getUserIds(), and ilUtil\now().
Referenced by downloadFiles().
ilExSubmission::uploadFile | ( | array | $a_http_post_files, |
bool | $unzip = false |
||
) |
Save submitted file of user.
ilFileUtilsException |
Definition at line 300 of file class.ilExSubmission.php.
References $db, $ilDB, $query, canAddFile(), getStorageId(), getTeam(), getUserId(), ilFileUtils\getValidFilename(), initStorage(), ilUtil\now(), and ilExAssignmentTeam\TEAM_LOG_ADD_FILE.
Referenced by processUploadedZipFile().
ilExSubmission::validatePeerReviews | ( | ) |
Definition at line 106 of file class.ilExSubmission.php.
References $res, $user_id, $valid, and getUserIds().
Referenced by ilExAssTypeWikiTeam\handleNewUpload().
|
protected |
Definition at line 43 of file class.ilExSubmission.php.
|
protected |
Definition at line 44 of file class.ilExSubmission.php.
|
protected |
Definition at line 37 of file class.ilExSubmission.php.
Referenced by getAssignment().
|
protected |
Definition at line 36 of file class.ilExSubmission.php.
Referenced by getDownloadedFilesInfoForTableGUIS().
|
protected |
Definition at line 34 of file class.ilExSubmission.php.
Referenced by addResourceObject(), deleteSelectedFiles(), getFiles(), getLastDownloadTime(), getLastSubmission(), getTableUserWhere(), lookupNewFiles(), updateTextSubmission(), updateTutorDownloadTime(), and uploadFile().
|
protected |
Definition at line 41 of file class.ilExSubmission.php.
Referenced by isTutor().
|
protected |
Definition at line 35 of file class.ilExSubmission.php.
Referenced by downloadFiles(), downloadMultipleFiles(), getDownloadedFilesInfoForTableGUIS(), and processUploadedZipFile().
|
private |
Definition at line 46 of file class.ilExSubmission.php.
|
protected |
Definition at line 40 of file class.ilExSubmission.php.
Referenced by getPeerReview().
|
protected |
Definition at line 42 of file class.ilExSubmission.php.
|
protected |
Definition at line 45 of file class.ilExSubmission.php.
|
protected |
Definition at line 39 of file class.ilExSubmission.php.
Referenced by getTeam().
|
protected |
Definition at line 33 of file class.ilExSubmission.php.
Referenced by canView(), downloadFiles(), getLastDownloadTime(), isInTeam(), isOwner(), lookupNewFiles(), and updateTutorDownloadTime().
|
protected |
Definition at line 38 of file class.ilExSubmission.php.
Referenced by __construct(), getUserId(), and validatePeerReviews().
const ilExSubmission::TYPE_FILE = "File" |
Definition at line 28 of file class.ilExSubmission.php.
Referenced by ilExAssTypeUpload\getSubmissionType(), and ilExAssTypeUploadTeam\getSubmissionType().
const ilExSubmission::TYPE_OBJECT = "Object" |
Definition at line 29 of file class.ilExSubmission.php.
Referenced by ilExAssTypeBlog\getSubmissionType(), and ilExAssTypePortfolio\getSubmissionType().
const ilExSubmission::TYPE_REPO_OBJECT = "RepoObject" |
Definition at line 31 of file class.ilExSubmission.php.
Referenced by addResourceObject(), ilExSubmissionGUI\executeCommand(), ilExcRepoObjAssignmentInfo\getInfo(), and ilExAssTypeWikiTeam\getSubmissionType().
const ilExSubmission::TYPE_TEXT = "Text" |
Definition at line 30 of file class.ilExSubmission.php.
Referenced by ilExAssTypeText\getSubmissionType().