ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
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) | |
![]() | |
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) | |
![]() | |
__construct () | |
isObjectSupported (ObjectId $object_id) | |
isPublicAccessPossible () | |
Protected Member Functions | |
getExportFiles (string $directory) | |
Protected Attributes | |
ilLanguage | $lng |
![]() | |
ilCtrl | $ctrl |
ilDataFactory | $data_factory |
Definition at line 30 of file class.ilMediaPoolExportOptionXMLMaster.php.
|
protected |
Definition at line 167 of file class.ilMediaPoolExportOptionXMLMaster.php.
References Vendor\Package\$e, getExportType(), and ILIAS\Repository\int().
Referenced by getFiles().
ilMediaPoolExportOptionXMLMaster::getExportOptionId | ( | ) |
Definition at line 45 of file class.ilMediaPoolExportOptionXMLMaster.php.
ilMediaPoolExportOptionXMLMaster::getExportType | ( | ) |
Definition at line 40 of file class.ilMediaPoolExportOptionXMLMaster.php.
Referenced by getExportFiles().
ilMediaPoolExportOptionXMLMaster::getFiles | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 128 of file class.ilMediaPoolExportOptionXMLMaster.php.
References ilExport\_getExportDirectory(), and getExportFiles().
ilMediaPoolExportOptionXMLMaster::getLabel | ( | ) |
Definition at line 55 of file class.ilMediaPoolExportOptionXMLMaster.php.
References ILIAS\Repository\lng().
ilMediaPoolExportOptionXMLMaster::getSupportedRepositoryObjectTypes | ( | ) |
Definition at line 50 of file class.ilMediaPoolExportOptionXMLMaster.php.
ilMediaPoolExportOptionXMLMaster::init | ( | Container | $DIC | ) |
Definition at line 34 of file class.ilMediaPoolExportOptionXMLMaster.php.
References init(), ILIAS\DI\Container\language(), and ILIAS\Repository\lng().
ilMediaPoolExportOptionXMLMaster::isObjectSupported | ( | ObjectId | $object_id | ) |
Definition at line 150 of file class.ilMediaPoolExportOptionXMLMaster.php.
References ilObjectTranslation\getInstance(), and ILIAS\Data\ObjectId\toInt().
Referenced by onExportOptionSelected().
ilMediaPoolExportOptionXMLMaster::onDeleteFiles | ( | ilExportHandlerConsumerContextInterface | $context, |
ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
) |
Definition at line 101 of file class.ilMediaPoolExportOptionXMLMaster.php.
References ilExport\_getExportDirectory(), and ilFileUtils\delDir().
ilMediaPoolExportOptionXMLMaster::onDownloadFiles | ( | ilExportHandlerConsumerContextInterface | $context, |
ilExportHandlerConsumerFileIdentifierCollectionInterface | $file_identifiers | ||
) |
Definition at line 61 of file class.ilMediaPoolExportOptionXMLMaster.php.
References ilExport\_getExportDirectory(), and ilFileDelivery\deliverFileLegacy().
ilMediaPoolExportOptionXMLMaster::onDownloadWithLink | ( | ReferenceId | $reference_id, |
ilExportHandlerConsumerFileIdentifierInterface | $file_identifier | ||
) |
Definition at line 81 of file class.ilMediaPoolExportOptionXMLMaster.php.
References ilExport\_getExportDirectory(), ilObject\_lookupType(), ilFileDelivery\deliverFileLegacy(), and ILIAS\Data\ReferenceId\toObjectId().
ilMediaPoolExportOptionXMLMaster::onExportOptionSelected | ( | ilExportHandlerConsumerContextInterface | $context | ) |
Definition at line 157 of file class.ilMediaPoolExportOptionXMLMaster.php.
References ilExportGUI\CMD_LIST_EXPORT_FILES, ILIAS\Repository\ctrl(), isObjectSupported(), and ilUtil\stripSlashes().
|
protected |
Definition at line 32 of file class.ilMediaPoolExportOptionXMLMaster.php.