|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Team wiki type. More...
Inheritance diagram for ilExAssTypeWikiTeam:
Collaboration diagram for ilExAssTypeWikiTeam:Public Member Functions | |
| __construct (ilLanguage $a_lng=null) | |
| Constructor. More... | |
| isActive () | |
| usesTeams () | |
| usesFileUpload () | |
| getTitle () | |
| getSubmissionType () | |
| isSubmissionAssignedToTeam () | |
| submitWiki (int $a_ass_id, int $a_user_id, int $a_wiki_ref_id) | |
| Submit wiki. More... | |
| cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |
| supportsWebDirAccess () | |
| getStringIdentifier () | |
| getExportObjIdForResourceId (int $resource_id) | |
Protected Member Functions | |
| handleNewUpload (ilExAssignment $ass, ilExSubmission $submission, $a_no_notifications=false) | |
Protected Attributes | |
| const | STR_IDENTIFIER = "wiki" |
| ILIAS Exercise InternalDomainService | $domain |
| ilLanguage | $lng |
Team wiki type.
Definition at line 26 of file class.ilExAssTypeWikiTeam.php.
| ilExAssTypeWikiTeam::__construct | ( | ilLanguage | $a_lng = null | ) |
Constructor.
| ilLanguage | null | $a_lng |
Definition at line 38 of file class.ilExAssTypeWikiTeam.php.
References $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExAssTypeWikiTeam::cloneSpecificProperties | ( | ilExAssignment | $source, |
| ilExAssignment | $target | ||
| ) |
Implements ilExAssignmentTypeInterface.
Definition at line 154 of file class.ilExAssTypeWikiTeam.php.
References ilExAssignment\getId(), ActiveRecord\save(), ilExAssWikiTeamAR\setContainerRefId(), ilExAssWikiTeamAR\setId(), and ilExAssWikiTeamAR\setTemplateRefId().
Here is the call graph for this function:| ilExAssTypeWikiTeam::getExportObjIdForResourceId | ( | int | $resource_id | ) |
Definition at line 177 of file class.ilExAssTypeWikiTeam.php.
References ilObject\_lookupObjectId().
Here is the call graph for this function:| ilExAssTypeWikiTeam::getStringIdentifier | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 171 of file class.ilExAssTypeWikiTeam.php.
| ilExAssTypeWikiTeam::getSubmissionType | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 69 of file class.ilExAssTypeWikiTeam.php.
References ilExSubmission\TYPE_REPO_OBJECT.
| ilExAssTypeWikiTeam::getTitle | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 62 of file class.ilExAssTypeWikiTeam.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Here is the call graph for this function:
|
protected |
Definition at line 127 of file class.ilExAssTypeWikiTeam.php.
References ilObject\_getAllReferences(), ilExAssignment\getExerciseId(), ilExAssignment\getId(), ilExSubmission\getUserIds(), ilExSubmission\hasSubmitted(), ilObjExercise\processExerciseStatus(), and ilExSubmission\validatePeerReviews().
Referenced by submitWiki().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExAssTypeWikiTeam::isActive | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 47 of file class.ilExAssTypeWikiTeam.php.
| ilExAssTypeWikiTeam::isSubmissionAssignedToTeam | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 74 of file class.ilExAssTypeWikiTeam.php.
| ilExAssTypeWikiTeam::submitWiki | ( | int | $a_ass_id, |
| int | $a_user_id, | ||
| int | $a_wiki_ref_id | ||
| ) |
Submit wiki.
| ilTemplateException | |
| ilWikiExportException |
Definition at line 85 of file class.ilExAssTypeWikiTeam.php.
References handleNewUpload().
Here is the call graph for this function:| ilExAssTypeWikiTeam::supportsWebDirAccess | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 166 of file class.ilExAssTypeWikiTeam.php.
| ilExAssTypeWikiTeam::usesFileUpload | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 57 of file class.ilExAssTypeWikiTeam.php.
| ilExAssTypeWikiTeam::usesTeams | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 52 of file class.ilExAssTypeWikiTeam.php.
|
protected |
Definition at line 29 of file class.ilExAssTypeWikiTeam.php.
|
protected |
Definition at line 31 of file class.ilExAssTypeWikiTeam.php.
Referenced by getTitle().
|
protected |
Definition at line 28 of file class.ilExAssTypeWikiTeam.php.