|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilSkillExportOption:
Collaboration diagram for ilSkillExportOption:Public Member Functions | |
| init (Container $DIC) | |
| getExportType () | |
| getExportOptionId () | |
| getSupportedRepositoryObjectTypes () | |
| getLabel () | |
| onExportOptionSelected (ilExportHandlerConsumerContextInterface $context) | |
| onDeleteFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| onDownloadFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| onDownloadWithLink (ReferenceId $reference_id, ilExportHandlerConsumerFileIdentifierInterface $file_identifier) | |
| getFiles (ilExportHandlerConsumerContextInterface $context) | |
| getFileSelection (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
Public Member Functions inherited from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicHandler | |
| __construct () | |
| isObjectSupported (ObjectId $object_id) | |
| isPublicAccessPossible () | |
Protected Attributes | |
| ILIAS Data Factory | $data_factory |
Definition at line 29 of file class.ilSkillExportOption.php.
| ilSkillExportOption::getExportOptionId | ( | ) |
Definition at line 43 of file class.ilSkillExportOption.php.
| ilSkillExportOption::getExportType | ( | ) |
Definition at line 38 of file class.ilSkillExportOption.php.
| ilSkillExportOption::getFiles | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 97 of file class.ilSkillExportOption.php.
References ilExport\_getExportDirectory().
Referenced by getFileSelection().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillExportOption::getFileSelection | ( | ilExportHandlerConsumerContextInterface | $context, |
| ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
| ) |
Definition at line 116 of file class.ilSkillExportOption.php.
References getFiles().
Referenced by onDeleteFiles(), and onDownloadFiles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillExportOption::getLabel | ( | ) |
Definition at line 53 of file class.ilSkillExportOption.php.
| ilSkillExportOption::getSupportedRepositoryObjectTypes | ( | ) |
Definition at line 48 of file class.ilSkillExportOption.php.
| ilSkillExportOption::init | ( | Container | $DIC | ) |
Definition at line 33 of file class.ilSkillExportOption.php.
| ilSkillExportOption::onDeleteFiles | ( | ilExportHandlerConsumerContextInterface | $context, |
| ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
| ) |
Definition at line 65 of file class.ilSkillExportOption.php.
References getFileSelection().
Here is the call graph for this function:| ilSkillExportOption::onDownloadFiles | ( | ilExportHandlerConsumerContextInterface | $context, |
| ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
| ) |
Definition at line 78 of file class.ilSkillExportOption.php.
References ilFileDelivery\deliverFileLegacy(), and getFileSelection().
Here is the call graph for this function:| ilSkillExportOption::onDownloadWithLink | ( | ReferenceId | $reference_id, |
| ilExportHandlerConsumerFileIdentifierInterface | $file_identifier | ||
| ) |
Definition at line 90 of file class.ilSkillExportOption.php.
| ilSkillExportOption::onExportOptionSelected | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 59 of file class.ilSkillExportOption.php.
|
protected |
Definition at line 31 of file class.ilSkillExportOption.php.