|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilMediaPoolExportOptionXMLMasterNoMedia:
Collaboration diagram for ilMediaPoolExportOptionXMLMasterNoMedia:Public Member Functions | |
| init (Container $DIC) | |
| getExportType () | |
| getExportOptionId () | |
| getSupportedRepositoryObjectTypes () | |
| getLabel () | |
| onDownloadFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| onDownloadWithLink (ReferenceId $reference_id, ilExportHandlerConsumerFileIdentifierInterface $file_identifier) | |
| onDeleteFiles (ilExportHandlerConsumerContextInterface $context, ilExportHandlerConsumerFileIdentifierCollectionInterface $file_identifiers) | |
| getFiles (ilExportHandlerConsumerContextInterface $context) | |
| isObjectSupported (ObjectId $object_id) | |
| 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 Attributes | |
| ilLanguage | $lng |
Protected Attributes inherited from ILIAS\Export\ExportHandler\Consumer\ExportOption\BasicLegacyHandler | |
| ilCtrl | $ctrl |
| ilDataFactory | $data_factory |
Definition at line 30 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
| ilMediaPoolExportOptionXMLMasterNoMedia::getExportOptionId | ( | ) |
Definition at line 45 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
| ilMediaPoolExportOptionXMLMasterNoMedia::getExportType | ( | ) |
Definition at line 40 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
| ilMediaPoolExportOptionXMLMasterNoMedia::getFiles | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 128 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
| ilMediaPoolExportOptionXMLMasterNoMedia::getLabel | ( | ) |
Definition at line 55 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilMediaPoolExportOptionXMLMasterNoMedia::getSupportedRepositoryObjectTypes | ( | ) |
Definition at line 50 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
| ilMediaPoolExportOptionXMLMasterNoMedia::init | ( | Container | $DIC | ) |
Definition at line 34 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
References init(), ILIAS\DI\Container\language(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMediaPoolExportOptionXMLMasterNoMedia::isObjectSupported | ( | ObjectId | $object_id | ) |
Definition at line 136 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
References ilObjectTranslation\getInstance(), and ILIAS\Data\ObjectId\toInt().
Referenced by onExportOptionSelected().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMediaPoolExportOptionXMLMasterNoMedia::onDeleteFiles | ( | ilExportHandlerConsumerContextInterface | $context, |
| ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
| ) |
Definition at line 101 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
References ilExport\_getExportDirectory(), and ilFileUtils\delDir().
Here is the call graph for this function:| ilMediaPoolExportOptionXMLMasterNoMedia::onDownloadFiles | ( | ilExportHandlerConsumerContextInterface | $context, |
| ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
| ) |
Definition at line 61 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
References ilExport\_getExportDirectory(), and ilFileDelivery\deliverFileLegacy().
Here is the call graph for this function:| ilMediaPoolExportOptionXMLMasterNoMedia::onDownloadWithLink | ( | ReferenceId | $reference_id, |
| ilExportHandlerConsumerFileIdentifierInterface | $file_identifier | ||
| ) |
Definition at line 81 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
References ilExport\_getExportDirectory(), ilObject\_lookupType(), ilFileDelivery\deliverFileLegacy(), and ILIAS\Data\ReferenceId\toObjectId().
Here is the call graph for this function:| ilMediaPoolExportOptionXMLMasterNoMedia::onExportOptionSelected | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 142 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.
References ilExportGUI\CMD_LIST_EXPORT_FILES, ILIAS\Repository\ctrl(), isObjectSupported(), and ilUtil\stripSlashes().
Here is the call graph for this function:
|
protected |
Definition at line 32 of file class.ilMediaPoolExportOptionXMLMasterNoMedia.php.