ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Blog type. More...
Public Member Functions | |||||||
__construct (ilSetting $a_setting=null, 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 | |
$setting | |
$lng | |
Blog type.
Definition at line 12 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::__construct | ( | ilSetting | $a_setting = null , |
ilLanguage | $a_lng = null |
||
) |
Constructor.
ilSetting | null | $a_setting | |
ilLanguage | null | $a_lng |
Definition at line 30 of file class.ilExAssTypeBlog.php.
References $DIC.
ilExAssTypeBlog::cloneSpecificProperties | ( | ilExAssignment | $source, |
ilExAssignment | $target | ||
) |
Clone type specific properties of an assignment.
ilExAssignment | $source | |
ilExAssignment | $target |
Implements ilExAssignmentTypeInterface.
Definition at line 100 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::getSubmissionType | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 84 of file class.ilExAssTypeBlog.php.
References ilExSubmission\TYPE_OBJECT.
ilExAssTypeBlog::getTitle | ( | ) |
Get title of type.
Implements ilExAssignmentTypeInterface.
Definition at line 74 of file class.ilExAssTypeBlog.php.
References $lng.
ilExAssTypeBlog::isActive | ( | ) |
Is assignment type active?
Implements ilExAssignmentTypeInterface.
Definition at line 46 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::isSubmissionAssignedToTeam | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 92 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::usesFileUpload | ( | ) |
Uses file upload.
Implements ilExAssignmentTypeInterface.
Definition at line 66 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::usesTeams | ( | ) |
Uses teams.
Implements ilExAssignmentTypeInterface.
Definition at line 58 of file class.ilExAssTypeBlog.php.
|
protected |
Definition at line 22 of file class.ilExAssTypeBlog.php.
Referenced by getTitle().
|
protected |
Definition at line 17 of file class.ilExAssTypeBlog.php.