◆ getExportOptionId()
ilLearningModuleExportOptionHTML::getExportOptionId |
( |
| ) |
|
◆ getExportType()
ilLearningModuleExportOptionHTML::getExportType |
( |
| ) |
|
◆ getFileSelection()
ilLearningModuleExportOptionHTML::getFileSelection |
( |
ilExportHandlerConsumerContextInterface |
$context, |
|
|
ilExportHandlerConsumerFileIdentifierCollectionInterface |
$file_identifiers |
|
) |
| |
Definition at line 193 of file class.ilLearningModuleExportOptionHTML.php.
References ILIAS\Data\Text\HTML\ExportOptionBase\getFiles().
196 : ilExportHandlerFileInfoCollectionInterface {
197 $collection_builder =
$context->fileCollectionBuilder();
198 $file_identifiers_array = $file_identifiers->toStringArray();
200 if (in_array($file->getFileIdentifier(), $file_identifiers_array)) {
201 $collection_builder = $collection_builder->withFileInfo($file);
204 return $collection_builder->collection();
getFiles(ilExportHandlerConsumerContextInterface $context)
◆ getLabel()
ilLearningModuleExportOptionHTML::getLabel |
( |
| ) |
|
◆ getSubDirs()
ilLearningModuleExportOptionHTML::getSubDirs |
( |
int |
$object_id | ) |
|
|
protected |
Definition at line 213 of file class.ilLearningModuleExportOptionHTML.php.
216 foreach ($this->lom_services->dataHelper()->getAllLanguages() as $language) {
217 $langs[] = $language->value();
219 $default_dirs = [
"_html"];
220 $default_dirs = array_merge($default_dirs, [
"_html_all"]);
221 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: