|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Team wiki type. More...
Inheritance diagram for ilExAssTypeWikiTeam:
Collaboration diagram for ilExAssTypeWikiTeam: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 ($a_ass_id, $a_user_id, $a_wiki_ref_id) | |||||||
| Submit wiki. More... | |||||||
| cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |||||||
Clone type specific properties of an assignment.
| |||||||
| isActive () | |||||||
| Is assignment type active? More... | |||||||
| usesTeams () | |||||||
| Uses teams. More... | |||||||
| usesFileUpload () | |||||||
| Uses file upload. More... | |||||||
| getTitle () | |||||||
| Get title of type. More... | |||||||
| getSubmissionType () | |||||||
| Get submission type. More... | |||||||
| isSubmissionAssignedToTeam () | |||||||
| Get submission type. More... | |||||||
| cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |||||||
| Clone type specific properties of an assignment. More... | |||||||
Protected Member Functions | |
| handleNewUpload (ilExAssignment $ass, ilExSubmission $submission, $a_no_notifications=false) | |
Protected Attributes | |
| $lng | |
Team wiki type.
Definition at line 12 of file class.ilExAssTypeWikiTeam.php.
| ilExAssTypeWikiTeam::__construct | ( | ilLanguage | $a_lng = null | ) |
Constructor.
| ilLanguage | null | $a_lng |
Definition at line 24 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 169 of file class.ilExAssTypeWikiTeam.php.
| ilExAssTypeWikiTeam::getSubmissionType | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 70 of file class.ilExAssTypeWikiTeam.php.
References ilExSubmission\TYPE_REPO_OBJECT.
| ilExAssTypeWikiTeam::getTitle | ( | ) |
Get title of type.
Implements ilExAssignmentTypeInterface.
Definition at line 60 of file class.ilExAssTypeWikiTeam.php.
References $lng.
|
protected |
Definition at line 128 of file class.ilExAssTypeWikiTeam.php.
References $users, ilObject\_getAllReferences(), ilExAssignment\getExerciseId(), ilExAssignment\getId(), ilNotification\getNotificationsForObject(), ilExSubmission\getUserIds(), ilExSubmission\hasSubmitted(), ilNotification\TYPE_EXERCISE_SUBMISSION, ilExerciseMailNotification\TYPE_SUBMISSION_UPLOAD, and ilExSubmission\validatePeerReviews().
Referenced by submitWiki().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExAssTypeWikiTeam::isActive | ( | ) |
Is assignment type active?
Implements ilExAssignmentTypeInterface.
Definition at line 36 of file class.ilExAssTypeWikiTeam.php.
| ilExAssTypeWikiTeam::isSubmissionAssignedToTeam | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 78 of file class.ilExAssTypeWikiTeam.php.
| ilExAssTypeWikiTeam::submitWiki | ( | $a_ass_id, | |
| $a_user_id, | |||
| $a_wiki_ref_id | |||
| ) |
Submit wiki.
| int | $a_ass_id | |
| int | $a_user_id | |
| int | $a_wiki_ref_id |
Definition at line 90 of file class.ilExAssTypeWikiTeam.php.
References $size, and handleNewUpload().
Here is the call graph for this function:| ilExAssTypeWikiTeam::usesFileUpload | ( | ) |
Uses file upload.
Implements ilExAssignmentTypeInterface.
Definition at line 52 of file class.ilExAssTypeWikiTeam.php.
| ilExAssTypeWikiTeam::usesTeams | ( | ) |
Uses teams.
Implements ilExAssignmentTypeInterface.
Definition at line 44 of file class.ilExAssTypeWikiTeam.php.
|
protected |
Definition at line 17 of file class.ilExAssTypeWikiTeam.php.
Referenced by getTitle().