|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilTestExportOptionARC:
Collaboration diagram for ilTestExportOptionARC:Public Member Functions | |
| init (Container $DIC) | |
| getExportType () | |
| getExportOptionId () | |
| getSupportedRepositoryObjectTypes () | |
| getLabel () | |
| onDeleteFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| onDownloadFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| onDownloadWithLink (ReferenceId $reference_id, ilExportHandlerConsumerFileIdentifierInterface $file_identifier) | |
| getFiles (ilExportHandlerConsumerContextInterface $context) | |
| onExportOptionSelected (ilExportHandlerConsumerContextInterface $context) | |
Public Member Functions inherited from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicLegacyHandler | |
| init (Container $DIC) | |
| onDeleteFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| onDownloadFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| onDownloadWithLink (ReferenceId $reference_id, ilExportHandlerConsumerFileIdentifierInterface $file_identifier) | |
| getFileSelection (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| getFiles (ilExportHandlerConsumerContextInterface $context) | |
Public Member Functions inherited from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicHandler | |
| __construct () | |
| isObjectSupported (ObjectId $object_id) | |
| isPublicAccessPossible () | |
Protected Member Functions | |
| getExportFiles (string $directory) | |
| getDirectory (ObjectId $object_id, string $export_object_type) | |
Protected Attributes | |
| ilLanguage | $lng |
| string | $data_dir |
Protected Attributes inherited from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicLegacyHandler | |
| ilCtrl | $ctrl |
| ilDataFactory | $data_factory |
Definition at line 30 of file class.ilTestExportOptionARC.php.
|
protected |
Definition at line 161 of file class.ilTestExportOptionARC.php.
|
protected |
Definition at line 141 of file class.ilTestExportOptionARC.php.
| ilTestExportOptionARC::getExportOptionId | ( | ) |
Definition at line 48 of file class.ilTestExportOptionARC.php.
| ilTestExportOptionARC::getExportType | ( | ) |
Definition at line 43 of file class.ilTestExportOptionARC.php.
| ilTestExportOptionARC::getFiles | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Reimplemented from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicLegacyHandler.
Definition at line 118 of file class.ilTestExportOptionARC.php.
| ilTestExportOptionARC::getLabel | ( | ) |
Definition at line 58 of file class.ilTestExportOptionARC.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilTestExportOptionARC::getSupportedRepositoryObjectTypes | ( | ) |
Definition at line 53 of file class.ilTestExportOptionARC.php.
| ilTestExportOptionARC::init | ( | Container | $DIC | ) |
Reimplemented from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicLegacyHandler.
Definition at line 35 of file class.ilTestExportOptionARC.php.
| ilTestExportOptionARC::onDeleteFiles | ( | ilExportHandlerConsumerContextInterface | $context, |
| ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
| ) |
Reimplemented from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicLegacyHandler.
Definition at line 64 of file class.ilTestExportOptionARC.php.
References $context, and ilFileUtils\delDir().
Here is the call graph for this function:| ilTestExportOptionARC::onDownloadFiles | ( | ilExportHandlerConsumerContextInterface | $context, |
| ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
| ) |
Reimplemented from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicLegacyHandler.
Definition at line 87 of file class.ilTestExportOptionARC.php.
References $context, and ilFileDelivery\deliverFileLegacy().
Here is the call graph for this function:| ilTestExportOptionARC::onDownloadWithLink | ( | ReferenceId | $reference_id, |
| ilExportHandlerConsumerFileIdentifierInterface | $file_identifier | ||
| ) |
Reimplemented from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicLegacyHandler.
Definition at line 103 of file class.ilTestExportOptionARC.php.
| ilTestExportOptionARC::onExportOptionSelected | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 135 of file class.ilTestExportOptionARC.php.
|
protected |
Definition at line 33 of file class.ilTestExportOptionARC.php.
|
protected |
Definition at line 32 of file class.ilTestExportOptionARC.php.