ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
|
Public Member Functions | |
init (Container $DIC) | |
getExportType () | |
getExportOptionId () | |
getSupportedRepositoryObjectTypes () | |
isObjectSupported (ObjectId $object_id) | |
isPublicAccessPossible () | |
getLabel () | |
onExportOptionSelected (\ILIAS\Export\ExportHandler\I\Consumer\Context\HandlerInterface $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 Attributes | |
ilLanguage | $lng |
![]() | |
ilCtrl | $ctrl |
ilDataFactory | $data_factory |
Definition at line 26 of file class.ilLearningModuleExportOptionXML.php.
ilLearningModuleExportOptionXML::getExportOptionId | ( | ) |
Definition at line 41 of file class.ilLearningModuleExportOptionXML.php.
ilLearningModuleExportOptionXML::getExportType | ( | ) |
Definition at line 36 of file class.ilLearningModuleExportOptionXML.php.
ilLearningModuleExportOptionXML::getLabel | ( | ) |
Definition at line 63 of file class.ilLearningModuleExportOptionXML.php.
References ILIAS\Repository\lng().
ilLearningModuleExportOptionXML::getSupportedRepositoryObjectTypes | ( | ) |
Definition at line 46 of file class.ilLearningModuleExportOptionXML.php.
ilLearningModuleExportOptionXML::init | ( | Container | $DIC | ) |
Definition at line 30 of file class.ilLearningModuleExportOptionXML.php.
References init(), ILIAS\DI\Container\language(), and ILIAS\Repository\lng().
ilLearningModuleExportOptionXML::isObjectSupported | ( | ObjectId | $object_id | ) |
Definition at line 51 of file class.ilLearningModuleExportOptionXML.php.
References ilObjectTranslation\getInstance(), and ILIAS\Data\ObjectId\toInt().
ilLearningModuleExportOptionXML::isPublicAccessPossible | ( | ) |
Definition at line 58 of file class.ilLearningModuleExportOptionXML.php.
ilLearningModuleExportOptionXML::onExportOptionSelected | ( | \ILIAS\Export\ExportHandler\I\Consumer\Context\HandlerInterface | $context | ) |
Definition at line 69 of file class.ilLearningModuleExportOptionXML.php.
References ILIAS\Repository\ctrl().
|
protected |
Definition at line 28 of file class.ilLearningModuleExportOptionXML.php.