|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Blog type. More...
Inheritance diagram for ilExAssTypeBlog:
Collaboration diagram for ilExAssTypeBlog: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.
| |||||||
| supportsWebDirAccess () | |||||||
Returns if the submission has support to web access directory.
| |||||||
| getStringIdentifier () | |||||||
| Returns the short string identifier. More... | |||||||
| 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... | |||||||
| supportsWebDirAccess () | |||||||
| Returns if the submission has support to web access directory. More... | |||||||
| getStringIdentifier () | |||||||
| Returns the short string identifier. More... | |||||||
Protected Attributes | |
| $setting | |
| $lng | |
Blog type.
Definition at line 10 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 28 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 98 of file class.ilExAssTypeBlog.php.
| ilExAssTypeBlog::getStringIdentifier | ( | ) |
Returns the short string identifier.
Implements ilExAssignmentTypeInterface.
Definition at line 110 of file class.ilExAssTypeBlog.php.
| ilExAssTypeBlog::getSubmissionType | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 82 of file class.ilExAssTypeBlog.php.
References ilExSubmission\TYPE_OBJECT.
| ilExAssTypeBlog::getTitle | ( | ) |
Get title of type.
Implements ilExAssignmentTypeInterface.
Definition at line 72 of file class.ilExAssTypeBlog.php.
References $lng.
| ilExAssTypeBlog::isActive | ( | ) |
Is assignment type active?
Implements ilExAssignmentTypeInterface.
Definition at line 44 of file class.ilExAssTypeBlog.php.
| ilExAssTypeBlog::isSubmissionAssignedToTeam | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 90 of file class.ilExAssTypeBlog.php.
| ilExAssTypeBlog::supportsWebDirAccess | ( | ) |
Returns if the submission has support to web access directory.
Implements ilExAssignmentTypeInterface.
Definition at line 105 of file class.ilExAssTypeBlog.php.
| ilExAssTypeBlog::usesFileUpload | ( | ) |
Uses file upload.
Implements ilExAssignmentTypeInterface.
Definition at line 64 of file class.ilExAssTypeBlog.php.
| ilExAssTypeBlog::usesTeams | ( | ) |
Uses teams.
Implements ilExAssignmentTypeInterface.
Definition at line 56 of file class.ilExAssTypeBlog.php.
|
protected |
Definition at line 20 of file class.ilExAssTypeBlog.php.
Referenced by getTitle().
|
protected |
Definition at line 15 of file class.ilExAssTypeBlog.php.