ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Text 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.
| |||||||
cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |||||||
Clone type specific properties of an assignment.
| |||||||
Protected Attributes | |
$lng | |
Text type.
Definition at line 12 of file class.ilExAssTypeText.php.
ilExAssTypeText::__construct | ( | ilLanguage | $a_lng = null | ) |
Constructor.
ilLanguage | null | $a_lng |
Definition at line 24 of file class.ilExAssTypeText.php.
References $DIC.
ilExAssTypeText::cloneSpecificProperties | ( | ilExAssignment | $source, |
ilExAssignment | $target | ||
) |
Clone type specific properties of an assignment.
ilExAssignment | $source | |
ilExAssignment | $target |
Implements ilExAssignmentTypeInterface.
Definition at line 86 of file class.ilExAssTypeText.php.
ilExAssTypeText::getSubmissionType | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 70 of file class.ilExAssTypeText.php.
References ilExSubmission\TYPE_TEXT.
ilExAssTypeText::getTitle | ( | ) |
Get title of type.
Implements ilExAssignmentTypeInterface.
Definition at line 60 of file class.ilExAssTypeText.php.
References $lng.
ilExAssTypeText::isActive | ( | ) |
Is assignment type active?
Implements ilExAssignmentTypeInterface.
Definition at line 36 of file class.ilExAssTypeText.php.
ilExAssTypeText::isSubmissionAssignedToTeam | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 78 of file class.ilExAssTypeText.php.
ilExAssTypeText::usesFileUpload | ( | ) |
Uses file upload.
Implements ilExAssignmentTypeInterface.
Definition at line 52 of file class.ilExAssTypeText.php.
ilExAssTypeText::usesTeams | ( | ) |
Uses teams.
Implements ilExAssignmentTypeInterface.
Definition at line 44 of file class.ilExAssTypeText.php.
|
protected |
Definition at line 17 of file class.ilExAssTypeText.php.
Referenced by getTitle().