|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Portfolio type. More...
Inheritance diagram for ilExAssTypePortfolio:
Collaboration diagram for ilExAssTypePortfolio: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.
| |||||||
| 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... | |||||||
Protected Attributes | |
| $setting | |
| $lng | |
Portfolio type.
Definition at line 12 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 30 of file class.ilExAssTypePortfolio.php.
References $DIC.
| ilExAssTypePortfolio::cloneSpecificProperties | ( | ilExAssignment | $source, |
| ilExAssignment | $target | ||
| ) |
Clone type specific properties of an assignment.
| ilExAssignment | $source | |
| ilExAssignment | $target |
Implements ilExAssignmentTypeInterface.
Definition at line 99 of file class.ilExAssTypePortfolio.php.
| ilExAssTypePortfolio::getSubmissionType | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 83 of file class.ilExAssTypePortfolio.php.
References ilExSubmission\TYPE_OBJECT.
| ilExAssTypePortfolio::getTitle | ( | ) |
Get title of type.
Implements ilExAssignmentTypeInterface.
Definition at line 73 of file class.ilExAssTypePortfolio.php.
References $lng.
| ilExAssTypePortfolio::isActive | ( | ) |
Is assignment type active?
Implements ilExAssignmentTypeInterface.
Definition at line 46 of file class.ilExAssTypePortfolio.php.
| ilExAssTypePortfolio::isSubmissionAssignedToTeam | ( | ) |
Get submission type.
Implements ilExAssignmentTypeInterface.
Definition at line 91 of file class.ilExAssTypePortfolio.php.
| ilExAssTypePortfolio::usesFileUpload | ( | ) |
Uses file upload.
Implements ilExAssignmentTypeInterface.
Definition at line 65 of file class.ilExAssTypePortfolio.php.
| ilExAssTypePortfolio::usesTeams | ( | ) |
Uses teams.
Implements ilExAssignmentTypeInterface.
Definition at line 57 of file class.ilExAssTypePortfolio.php.
|
protected |
Definition at line 22 of file class.ilExAssTypePortfolio.php.
Referenced by getTitle().
|
protected |
Definition at line 17 of file class.ilExAssTypePortfolio.php.