19 declare(strict_types=1);
43 return 'html_comments';
48 return 'wiki_exp_option_html_with_comments';
58 $this->
lng->loadLanguageModule(
'exp');
59 return $this->
lng->txt(
"exp_format_dropdown-html") .
" (" . $this->
lng->txt(
"wiki_incl_comments") .
")";
67 (
new ilObjWiki($object_id->
toInt(),
false))->isCommentsExportPossible()
74 public function onExportOptionSelected(ilExportHandlerConsumerContextInterface
$context):
void 77 $wiki = $context->exportObject();
79 $cont_exp->setMode(WikiHtmlExport::MODE_COMMENTS);
80 $cont_exp->buildExportFile();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Wiki HTML exporter class.
Customizing of pimple-DIC for ILIAS.
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
language()
Get interface to the i18n service.
const CMD_LIST_EXPORT_FILES