ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Team wiki type. More...
Public Member Functions | |||||||
__construct (ilLanguage $a_lng=null) | |||||||
Constructor. More... | |||||||
isActive () | |||||||
Is assignment type active?
| |||||||
usesTeams () | |||||||
Uses teams.
| |||||||
usesFileUpload () | |||||||
Uses file upload.
| |||||||
getTitle () | |||||||
Get title of type.
| |||||||
getSubmissionType () | |||||||
Get submission type.
| |||||||
isSubmissionAssignedToTeam () | |||||||
Get submission type.
| |||||||
submitWiki (int $a_ass_id, int $a_user_id, int $a_wiki_ref_id) | |||||||
Submit wiki. More... | |||||||
cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |||||||
Clone type specific properties of an assignment.
| |||||||
supportsWebDirAccess () | |||||||
Returns if the submission has support to web access directory.
| |||||||
getStringIdentifier () | |||||||
Returns the short string identifier.
| |||||||
Protected Member Functions | |
handleNewUpload (ilExAssignment $ass, ilExSubmission $submission, $a_no_notifications=false) | |
Protected Attributes | |
$lng | |
Team wiki type.
Definition at line 10 of file class.ilExAssTypeWikiTeam.php.
ilExAssTypeWikiTeam::__construct | ( | ilLanguage | $a_lng = null | ) |
Constructor.
ilLanguage | null | $a_lng |
Definition at line 22 of file class.ilExAssTypeWikiTeam.php.
References $DIC.
ilExAssTypeWikiTeam::cloneSpecificProperties | ( | ilExAssignment | $source, |
ilExAssignment | $target | ||
) |
Clone type specific properties of an assignment.
ilExAssignment | $source | |
ilExAssignment | $target |
Implements ilExAssignmentTypeInterface.
Definition at line 162 of file class.ilExAssTypeWikiTeam.php.
References ilExAssignment\getId(), ActiveRecord\save(), ilExAssWikiTeamAR\setContainerRefId(), ilExAssWikiTeamAR\setId(), and ilExAssWikiTeamAR\setTemplateRefId().
ilExAssTypeWikiTeam::getStringIdentifier | ( | ) |
Returns the short string identifier.
Implements ilExAssignmentTypeInterface.
Definition at line 183 of file class.ilExAssTypeWikiTeam.php.
ilExAssTypeWikiTeam::getSubmissionType | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 68 of file class.ilExAssTypeWikiTeam.php.
References ilExSubmission\TYPE_REPO_OBJECT.
ilExAssTypeWikiTeam::getTitle | ( | ) |
Get title of type.
Implements ilExAssignmentTypeInterface.
Definition at line 58 of file class.ilExAssTypeWikiTeam.php.
References $lng.
|
protected |
Definition at line 123 of file class.ilExAssTypeWikiTeam.php.
References ilObject\_getAllReferences(), ilExAssignment\getExerciseId(), ilExAssignment\getId(), ilNotification\getNotificationsForObject(), ilExSubmission\getUserIds(), ilExSubmission\hasSubmitted(), ilObjExercise\processExerciseStatus(), ilNotification\TYPE_EXERCISE_SUBMISSION, ilExerciseMailNotification\TYPE_SUBMISSION_UPLOAD, and ilExSubmission\validatePeerReviews().
Referenced by submitWiki().
ilExAssTypeWikiTeam::isActive | ( | ) |
Is assignment type active?
Implements ilExAssignmentTypeInterface.
Definition at line 34 of file class.ilExAssTypeWikiTeam.php.
ilExAssTypeWikiTeam::isSubmissionAssignedToTeam | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 76 of file class.ilExAssTypeWikiTeam.php.
ilExAssTypeWikiTeam::submitWiki | ( | int | $a_ass_id, |
int | $a_user_id, | ||
int | $a_wiki_ref_id | ||
) |
Submit wiki.
int | $a_ass_id | |
int | $a_user_id | |
int | $a_wiki_ref_id |
ilTemplateException | |
ilWikiExportException |
Definition at line 91 of file class.ilExAssTypeWikiTeam.php.
References $size, and handleNewUpload().
ilExAssTypeWikiTeam::supportsWebDirAccess | ( | ) |
Returns if the submission has support to web access directory.
Implements ilExAssignmentTypeInterface.
Definition at line 175 of file class.ilExAssTypeWikiTeam.php.
ilExAssTypeWikiTeam::usesFileUpload | ( | ) |
Uses file upload.
Implements ilExAssignmentTypeInterface.
Definition at line 50 of file class.ilExAssTypeWikiTeam.php.
ilExAssTypeWikiTeam::usesTeams | ( | ) |
Uses teams.
Implements ilExAssignmentTypeInterface.
Definition at line 42 of file class.ilExAssTypeWikiTeam.php.
|
protected |
Definition at line 15 of file class.ilExAssTypeWikiTeam.php.
Referenced by getTitle().