ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Public Member Functions | |
__construct (int $ass_id, InternalRepoService $repo, InternalDomainService $domain, \ilExcTutorFeedbackFileStakeholder $stakeholder, \ilExcTutorTeamFeedbackFileStakeholder $team_stakeholder, TutorFeedbackFileObserver $file_observer) | |
getStakeholder () | |
addObserver () | |
sendNotification (string $rcid, string $rid) | |
hasCollection (int $participant_id) | |
count (int $participant_id) | |
getFeedbackTitle (int $participant_id) | |
getCollectionIdString (int $participant_id) | |
createCollection (int $participant_id) | |
deleteCollection (int $participant_id) | |
getFiles (int $participant_id) | |
deliver (int $participant_id, string $file) | |
Protected Member Functions | |
getLegacyFeedbackId (int $participant_id) | |
Definition at line 29 of file TutorFeedbackFileManager.php.
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::__construct | ( | int | $ass_id, |
InternalRepoService | $repo, | ||
InternalDomainService | $domain, | ||
\ilExcTutorFeedbackFileStakeholder | $stakeholder, | ||
\ilExcTutorTeamFeedbackFileStakeholder | $team_stakeholder, | ||
TutorFeedbackFileObserver | $file_observer | ||
) |
Definition at line 39 of file TutorFeedbackFileManager.php.
References ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\$ass_id, $DIC, ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\$domain, ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\$file_observer, ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\$stakeholder, ilExAssignmentTypes\getInstance(), ilExAssignment\lookupType(), ILIAS\Exercise\InternalRepoService\tutorFeedbackFile(), ILIAS\Exercise\InternalRepoService\tutorFeedbackFileTeam(), and ILIAS\Repository\upload().
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::addObserver | ( | ) |
Definition at line 70 of file TutorFeedbackFileManager.php.
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::count | ( | int | $participant_id | ) |
Definition at line 140 of file TutorFeedbackFileManager.php.
References ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\hasCollection().
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::createCollection | ( | int | $participant_id | ) |
Definition at line 166 of file TutorFeedbackFileManager.php.
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::deleteCollection | ( | int | $participant_id | ) |
Definition at line 171 of file TutorFeedbackFileManager.php.
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::deliver | ( | int | $participant_id, |
string | $file | ||
) |
Definition at line 191 of file TutorFeedbackFileManager.php.
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::getCollectionIdString | ( | int | $participant_id | ) |
Definition at line 161 of file TutorFeedbackFileManager.php.
Referenced by ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\hasCollection().
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::getFeedbackTitle | ( | int | $participant_id | ) |
Definition at line 149 of file TutorFeedbackFileManager.php.
References ilObjUser\_lookupName().
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::getFiles | ( | int | $participant_id | ) |
Definition at line 180 of file TutorFeedbackFileManager.php.
References ILIAS\Repository\IRSS\ResourceInformation\getTitle().
|
protected |
Definition at line 127 of file TutorFeedbackFileManager.php.
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::getStakeholder | ( | ) |
Definition at line 65 of file TutorFeedbackFileManager.php.
References ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\$stakeholder.
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::hasCollection | ( | int | $participant_id | ) |
Definition at line 122 of file TutorFeedbackFileManager.php.
References ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\getCollectionIdString().
Referenced by ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\count().
ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager::sendNotification | ( | string | $rcid, |
string | $rid | ||
) |
Definition at line 78 of file TutorFeedbackFileManager.php.
References $filename, $log, $ref_id, $user_id, ilObject\_getAllReferences(), ILIAS\Repository\int(), and ilExAssignment\lookupExerciseId().
|
protected |
Definition at line 32 of file TutorFeedbackFileManager.php.
Referenced by ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\__construct().
|
protected |
Definition at line 35 of file TutorFeedbackFileManager.php.
Referenced by ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\__construct().
|
protected |
Definition at line 31 of file TutorFeedbackFileManager.php.
Referenced by ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\__construct().
|
protected |
Definition at line 36 of file TutorFeedbackFileManager.php.
|
protected |
Definition at line 37 of file TutorFeedbackFileManager.php.
Referenced by ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\__construct(), and ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\getStakeholder().
|
protected |
Definition at line 34 of file TutorFeedbackFileManager.php.
|
protected |
Definition at line 33 of file TutorFeedbackFileManager.php.