|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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.
| |||||||
| supportsWebDirAccess () | |||||||
Returns if the submission has support to web access directory.
| |||||||
| getStringIdentifier () | |||||||
Returns the short string identifier.
| |||||||
| 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 | |
| $identifier_str | |
Portfolio type.
Definition at line 10 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::getStringIdentifier | ( | ) |
Returns the short string identifier.
Implements ilExAssignmentTypeInterface.
Definition at line 114 of file class.ilExAssTypePortfolio.php.
References ilExAssignmentTypes\STR_IDENTIFIER_PORTFOLIO.
| 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::supportsWebDirAccess | ( | ) |
Returns if the submission has support to web access directory.
Implements ilExAssignmentTypeInterface.
Definition at line 106 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.
|
protected |
Definition at line 20 of file class.ilExAssTypePortfolio.php.
Referenced by getTitle().
|
protected |
Definition at line 15 of file class.ilExAssTypePortfolio.php.