19 declare(strict_types=1);
    44         return 'frm_exp_option_html';
    54         $this->
lng->loadLanguageModule(
'exp');
    55         return $this->
lng->txt(
'exp_format_dropdown-html');
    61         $fex_gui->exportHTML();
    62         $this->
ctrl->redirectByClass(ilObjForumGUI::class, 
'export');
    66         ilExportHandlerConsumerContextInterface 
$context,
    67         \
ILIAS\Export\ExportHandler\
I\Consumer\File\
Identifier\CollectionInterface $file_identifiers
    69         # Direct download on export creation, no local files    73         ilExportHandlerConsumerContextInterface 
$context,
    74         \
ILIAS\Export\ExportHandler\
I\Consumer\File\
Identifier\CollectionInterface $file_identifiers
    76         # Direct download on export creation, no local files    81         \
ILIAS\Export\ExportHandler\
I\Consumer\File\
Identifier\HandlerInterface $file_identifier
    83         # Direct download on export creation, no local files    87         ilExportHandlerConsumerContextInterface 
$context    88     ): \
ILIAS\Export\ExportHandler\
I\Info\File\CollectionInterface {
    89         # Direct download on export creation, no local files    90         return $context->fileCollectionBuilder()->collection();
    94         ilExportHandlerConsumerContextInterface 
$context,
    95         \
ILIAS\Export\ExportHandler\
I\Consumer\File\
Identifier\CollectionInterface $file_identifiers
    96     ): \
ILIAS\Export\ExportHandler\
I\Info\File\CollectionInterface {
    97         # Direct download on export creation, no local files    98         return $context->fileCollectionBuilder()->collection();
 onDownloadWithLink(\ILIAS\Data\ReferenceId $reference_id, \ILIAS\Export\ExportHandler\I\Consumer\File\Identifier\HandlerInterface $file_identifier)
 
getSupportedRepositoryObjectTypes()
 
onDownloadFiles(ilExportHandlerConsumerContextInterface $context, \ILIAS\Export\ExportHandler\I\Consumer\File\Identifier\CollectionInterface $file_identifiers)
 
Interface Observer  Contains several chained tasks and infos about them. 
 
onExportOptionSelected(ilExportHandlerConsumerContextInterface $context)
 
Customizing of pimple-DIC for ILIAS. 
 
getFileSelection(ilExportHandlerConsumerContextInterface $context, \ILIAS\Export\ExportHandler\I\Consumer\File\Identifier\CollectionInterface $file_identifiers)
 
getFiles(ilExportHandlerConsumerContextInterface $context)
 
onDeleteFiles(ilExportHandlerConsumerContextInterface $context, \ILIAS\Export\ExportHandler\I\Consumer\File\Identifier\CollectionInterface $file_identifiers)
 
Forum export to HTML and Print. 
 
language()
Get interface to the i18n service. 
 
ctrl()
Get the interface to the control structure.