|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilExAssTypePortfolio:
Collaboration diagram for ilExAssTypePortfolio: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) | |
| isActive () | |
| usesTeams () | |
| usesFileUpload () | |
| getTitle () | |
| getSubmissionType () | |
| isSubmissionAssignedToTeam () | |
| cloneSpecificProperties (ilExAssignment $source, ilExAssignment $target) | |
| supportsWebDirAccess () | |
| getStringIdentifier () | |
Protected Attributes | |
| const | STR_IDENTIFIER = "prtf" |
| ilSetting | $setting |
| ilLanguage | $lng |
| string | $identifier_str |
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 Portfolio type
Definition at line 24 of file class.ilExAssTypePortfolio.php.
| ilExAssTypePortfolio::__construct | ( | ilSetting | $a_setting = null, |
| ilLanguage | $a_lng = null |
||
| ) |
Constructor.
| ilSetting | null | $a_setting | |
| ilLanguage | null | $a_lng |
Definition at line 38 of file class.ilExAssTypePortfolio.php.
References $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExAssTypePortfolio::cloneSpecificProperties | ( | ilExAssignment | $source, |
| ilExAssignment | $target | ||
| ) |
Implements ilExAssignmentTypeInterface.
Definition at line 84 of file class.ilExAssTypePortfolio.php.
| ilExAssTypePortfolio::getExportObjIdForResourceId | ( | int | $resource_id | ) |
Definition at line 98 of file class.ilExAssTypePortfolio.php.
| ilExAssTypePortfolio::getStringIdentifier | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 93 of file class.ilExAssTypePortfolio.php.
References STR_IDENTIFIER.
| ilExAssTypePortfolio::getSubmissionType | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 74 of file class.ilExAssTypePortfolio.php.
References ilExSubmission\TYPE_OBJECT.
| ilExAssTypePortfolio::getTitle | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 67 of file class.ilExAssTypePortfolio.php.
References $lng, and ilLanguage\txt().
Here is the call graph for this function:| ilExAssTypePortfolio::isActive | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 49 of file class.ilExAssTypePortfolio.php.
| ilExAssTypePortfolio::isSubmissionAssignedToTeam | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 79 of file class.ilExAssTypePortfolio.php.
| ilExAssTypePortfolio::supportsWebDirAccess | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 88 of file class.ilExAssTypePortfolio.php.
| ilExAssTypePortfolio::usesFileUpload | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 62 of file class.ilExAssTypePortfolio.php.
| ilExAssTypePortfolio::usesTeams | ( | ) |
Implements ilExAssignmentTypeInterface.
Definition at line 57 of file class.ilExAssTypePortfolio.php.
|
protected |
Definition at line 30 of file class.ilExAssTypePortfolio.php.
|
protected |
Definition at line 29 of file class.ilExAssTypePortfolio.php.
Referenced by getTitle().
|
protected |
Definition at line 28 of file class.ilExAssTypePortfolio.php.
|
protected |
Definition at line 26 of file class.ilExAssTypePortfolio.php.
Referenced by getStringIdentifier().