ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (?ilSetting $a_setting=null, ?ilLanguage $a_lng=null) | |
Constructor. More... | |
isActive () | |
usesTeams () | |
usesFileUpload () | |
getTitle () | |
getSubmissionType () | |
isSubmissionAssignedToTeam () | |
cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |
supportsWebDirAccess () | |
getStringIdentifier () | |
getExportObjIdForResourceId (int $resource_id) | |
Protected Attributes | |
const | STR_IDENTIFIER = "blog" |
ilSetting | $setting |
ilLanguage | $lng |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Blog type
Definition at line 24 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 37 of file class.ilExAssTypeBlog.php.
References $DIC, and ILIAS\Repository\lng().
ilExAssTypeBlog::cloneSpecificProperties | ( | ilExAssignment | $source, |
ilExAssignment | $target | ||
) |
Implements ilExAssignmentTypeInterface.
Definition at line 83 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::getExportObjIdForResourceId | ( | int | $resource_id | ) |
Definition at line 100 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::getStringIdentifier | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 92 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::getSubmissionType | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 73 of file class.ilExAssTypeBlog.php.
References ilExSubmission\TYPE_OBJECT.
ilExAssTypeBlog::getTitle | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 66 of file class.ilExAssTypeBlog.php.
References $lng, and ilLanguage\txt().
ilExAssTypeBlog::isActive | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 48 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::isSubmissionAssignedToTeam | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 78 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::supportsWebDirAccess | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 87 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::usesFileUpload | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 61 of file class.ilExAssTypeBlog.php.
ilExAssTypeBlog::usesTeams | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 56 of file class.ilExAssTypeBlog.php.
|
protected |
Definition at line 29 of file class.ilExAssTypeBlog.php.
Referenced by getTitle().
|
protected |
Definition at line 28 of file class.ilExAssTypeBlog.php.
|
protected |
Definition at line 26 of file class.ilExAssTypeBlog.php.