◆ getExportOptionId()
ilLearningModuleExportOptionHTML::getExportOptionId |
( |
| ) |
|
◆ getExportType()
ilLearningModuleExportOptionHTML::getExportType |
( |
| ) |
|
◆ getFileSelection()
ilLearningModuleExportOptionHTML::getFileSelection |
( |
ilExportHandlerConsumerContextInterface |
$context, |
|
|
ilExportHandlerConsumerFileIdentifierCollectionInterface |
$file_identifiers |
|
) |
| |
Definition at line 71 of file class.ilLearningModuleExportOptionHTML.php.
References ILIAS\Data\Text\HTML\ExportOptionBase\getFiles().
74 : ilExportHandlerFileInfoCollectionInterface {
75 $collection_builder =
$context->fileCollectionBuilder();
76 $file_identifiers_array = $file_identifiers->toStringArray();
78 if (in_array($file->getFileIdentifier(), $file_identifiers_array)) {
79 $collection_builder = $collection_builder->withFileInfo($file);
82 return $collection_builder->collection();
getFiles(ilExportHandlerConsumerContextInterface $context)
◆ getLabel()
ilLearningModuleExportOptionHTML::getLabel |
( |
| ) |
|
◆ getSubDirs()
ilLearningModuleExportOptionHTML::getSubDirs |
( |
int |
$object_id | ) |
|
|
protected |
Definition at line 91 of file class.ilLearningModuleExportOptionHTML.php.
94 foreach ($this->lom_services->dataHelper()->getAllLanguages() as $language) {
95 $langs[] = $language->value();
97 $default_dirs = [
"_html"];
98 $default_dirs = array_merge($default_dirs, [
"_html_all"]);
99 return array_merge($default_dirs,
array_map(
function ($la) {
return "_html_" . $la; }, $langs));
◆ getSupportedRepositoryObjectTypes()
ilLearningModuleExportOptionHTML::getSupportedRepositoryObjectTypes |
( |
| ) |
|
◆ init()
ilLearningModuleExportOptionHTML::init |
( |
Container |
$DIC | ) |
|
◆ isPublicAccessPossible()
ilLearningModuleExportOptionHTML::isPublicAccessPossible |
( |
| ) |
|
◆ onExportOptionSelected()
ilLearningModuleExportOptionHTML::onExportOptionSelected |
( |
ilExportHandlerConsumerContextInterface |
$context | ) |
|
◆ $ctrl
ilCtrl ilLearningModuleExportOptionHTML::$ctrl |
|
protected |
◆ $lng
◆ $lom_services
LOMServices ilLearningModuleExportOptionHTML::$lom_services |
|
protected |
The documentation for this class was generated from the following file: