ILIAS  trunk Revision v11.0_alpha-1861-g09f3d197f78
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\LearningModule\Export\LMHtmlExport Class Reference
+ Collaboration diagram for ILIAS\LearningModule\Export\LMHtmlExport:

Public Member Functions

 __construct (\ilObjLearningModule $lm, string $export_dir, string $sub_dir, string $export_format="html", string $lang="")
 
 exportHTML (bool $zip=true)
 
 exportHTMLPages ()
 export all pages of learning module to html file More...
 
 exportPageHTML (int $lm_page_id, bool $is_first=false, string $lang="-", string $frame="", array $exp_id_map=[])
 export single page to file More...
 

Protected Member Functions

 getLinker ()
 
 setAdditionalContextData (string $key, $data)
 
 resetUserLanguage ()
 
 initLanguage (\ilObjUser $user, \ilLMPresentationGUI $lm_gui, string $lang)
 
 initGlobalScreen ()
 
 addSupplyingExportFiles ()
 Add supplying export files. More...
 
 getSupplyingExportFiles (string $a_target_dir=".")
 
 getInitialisedTemplate ()
 
 initScreen (int $lm_page_id, string $frame)
 Init global screen and learning module presentation gui for page. More...
 

Protected Attributes

ExportCollector $collector
 
Util $export_util
 
ilLogger $log
 
string $target_dir = ""
 
string $sub_dir = ""
 
string $export_dir = ""
 
ilObjLearningModule $lm
 
ilGlobalTemplateInterface $main_tpl
 
ilObjUser $user
 
ilLocatorGUI $locator
 
ilCOPageHTMLExport $co_page_html_export
 
string $export_format = ""
 
ilLMPresentationGUI $lm_gui
 
ilObjectTranslation $obj_transl
 
string $lang = ""
 
ilSetting $lm_settings
 
array $offline_files = []
 
string $initial_user_language = ""
 
string $initial_current_user_language = ""
 
ILIAS GlobalScreen Services $global_screen
 
ILIAS Style Content Object ObjectFacade $content_style_domain
 

Detailed Description

Definition at line 28 of file class.LMHtmlExport.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\LearningModule\Export\LMHtmlExport::__construct ( \ilObjLearningModule  $lm,
string  $export_dir,
string  $sub_dir,
string  $export_format = "html",
string  $lang = "" 
)

Definition at line 52 of file class.LMHtmlExport.php.

References ILIAS\LearningModule\Export\LMHtmlExport\$collector, $DIC, ILIAS\LearningModule\Export\LMHtmlExport\$export_dir, ILIAS\LearningModule\Export\LMHtmlExport\$export_format, ILIAS\LearningModule\Export\LMHtmlExport\$lang, ILIAS\LearningModule\Export\LMHtmlExport\$lm, ILIAS\LearningModule\Export\LMHtmlExport\$sub_dir, ilObject\getId(), ilObjectTranslation\getInstance(), ILIAS\LearningModule\Export\LMHtmlExport\getLinker(), ilLoggerFactory\getLogger(), ilObject\getRefId(), ILIAS\Repository\locator(), ILIAS\LearningModule\Export\LMHtmlExport\setAdditionalContextData(), ilLMEditGSToolProvider\SHOW_TREE, and ILIAS\Repository\user().

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\resetUserLanguage().

58  {
59  global $DIC;
60 
61  $this->locator = $DIC["ilLocator"];
62  $this->user = $DIC->user();
63  $this->lm = $lm;
64  $this->export_dir = $export_dir;
65  $this->sub_dir = $sub_dir;
66  $this->lang = $lang;
67  $this->target_dir = $export_dir . "/" . $sub_dir;
68  $cs = $DIC->contentStyle();
69  $this->content_style_domain = $cs->domain()->styleForRefId($this->lm->getRefId());
70  $this->collector = $DIC->export()->domain()->html()->collector($this->lm->getId());
71  $this->collector->init();
72  $this->export_util = new Util("", "", $this->collector);
73  $this->co_page_html_export = new \ilCOPageHTMLExport($this->target_dir, $this->getLinker(), $lm->getRefId(), $this->collector);
74 
75  $this->co_page_html_export->setContentStyleId(
76  $this->content_style_domain->getEffectiveStyleId()
77  );
78  $this->export_format = $export_format;
79 
80  // get learning module presentation gui class
81  $this->lm_gui = new \ilLMPresentationGUI($export_format, ($lang == "all"), $this->target_dir, false);
82  $this->obj_transl = \ilObjectTranslation::getInstance($lm->getId());
83 
84  $this->lm_settings = new \ilSetting("lm");
85 
86  $this->log = \ilLoggerFactory::getLogger("lm");
87 
88  $this->initial_user_language = $this->user->getLanguage();
89  $this->initial_current_user_language = $this->user->getCurrentLanguage();
90 
91  $this->global_screen = $DIC->globalScreen();
92 
94  }
static getLogger(string $a_component_id)
Get component logger.
static getInstance(int $obj_id)
global $DIC
Definition: shib_login.php:22
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Function Documentation

◆ addSupplyingExportFiles()

ILIAS\LearningModule\Export\LMHtmlExport::addSupplyingExportFiles ( )
protected

Add supplying export files.

Definition at line 250 of file class.LMHtmlExport.php.

References Vendor\Package\$f, and ILIAS\LearningModule\Export\LMHtmlExport\getSupplyingExportFiles().

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\exportHTML(), and ILIAS\LearningModule\Export\LMHtmlExport\initScreen().

250  : void
251  {
252  foreach ($this->getSupplyingExportFiles() as $f) {
253  if ($f["source"] != "") {
254  if ($f["type"] == "js") {
255  $this->global_screen->layout()->meta()->addJs($f["source"]);
256  }
257  if ($f["type"] == "css") {
258  $this->global_screen->layout()->meta()->addCss($f["source"]);
259  }
260  }
261  }
262  }
getSupplyingExportFiles(string $a_target_dir=".")
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ exportHTML()

ILIAS\LearningModule\Export\LMHtmlExport::exportHTML ( bool  $zip = true)
Parameters
bool$zipperform a zip at the end

Definition at line 217 of file class.LMHtmlExport.php.

References ILIAS\LearningModule\Export\LMHtmlExport\addSupplyingExportFiles(), ILIAS\LearningModule\Export\LMHtmlExport\exportHTMLPages(), ILIAS\LearningModule\Export\LMHtmlExport\initGlobalScreen(), ILIAS\LearningModule\Export\LMHtmlExport\initLanguage(), ILIAS\LearningModule\Export\LMHtmlExport\resetUserLanguage(), and ILIAS\Repository\user().

217  : void
218  {
219  $this->initGlobalScreen();
220 
221  $this->export_util->exportSystemStyle(
222  [
223  "icon_lm.svg"
224  ]
225  );
226  $this->export_util->exportCOPageFiles($this->content_style_domain->getEffectiveStyleId(), "lm");
227 
228  $lang_iterator = $this->getLanguageIterator();
229 
230  // iterate all languages
231  foreach ($lang_iterator as $lang) {
232  $this->initLanguage($this->user, $this->lm_gui, $lang);
233  $this->exportHTMLPages();
234  }
235 
236  $this->resetUserLanguage();
237 
238  $this->addSupplyingExportFiles();
239 
240  $this->export_util->exportResourceFiles();
241 
242  $this->co_page_html_export->exportPageElements();
243 
244  }
initLanguage(\ilObjUser $user, \ilLMPresentationGUI $lm_gui, string $lang)
exportHTMLPages()
export all pages of learning module to html file
addSupplyingExportFiles()
Add supplying export files.
+ Here is the call graph for this function:

◆ exportHTMLPages()

ILIAS\LearningModule\Export\LMHtmlExport::exportHTMLPages ( )

export all pages of learning module to html file

Definition at line 363 of file class.LMHtmlExport.php.

References ILIAS\LearningModule\Export\LMHtmlExport\$lm, ILIAS\LearningModule\Export\LMHtmlExport\$lm_gui, $lm_set, ILIAS\LearningModule\Export\LMHtmlExport\$lm_settings, ILIAS\LearningModule\Export\LMHtmlExport\$locator, ilPageObject\_exists(), ILIAS\LearningModule\Export\LMHtmlExport\exportPageHTML(), ilLMObject\getExportId(), and ilLMPageObject\getPageList().

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\exportHTML().

363  : void
364  {
365  $lm = $this->lm;
367  $lang = $lm_gui->lang;
368  $all_languages = ($this->lang == "all");
370  $ilLocator = $this->locator;
371 
373 
374  $lm_tree = $lm->getLMTree();
375  $first_page = $lm_tree->fetchSuccessorNode($lm_tree->getRootId(), "pg");
376  $first_page_id = $first_page["child"];
377 
378  // iterate all learning module pages
379  $mobs = [];
380  $int_links = [];
381  $this->offline_files = [];
382 
383  // get html export id mapping
384 
385  $exp_id_map = array();
386 
387  if ($lm_set->get("html_export_ids")) {
388  foreach ($pages as $page) {
389  $exp_id = \ilLMPageObject::getExportId($this->lm->getId(), $page["obj_id"]);
390  if (trim($exp_id) != "") {
391  $exp_id_map[$page["obj_id"]] = trim($exp_id);
392  }
393  }
394  }
395 
396  if ($lang == "") {
397  $lang = "-";
398  }
399 
400  reset($pages);
401  foreach ($pages as $page) {
402  if (\ilLMPage::_exists($this->lm->getType(), $page["obj_id"])) {
403  $ilLocator->clearItems();
404  $this->exportPageHTML($page["obj_id"], ($first_page_id == $page["obj_id"]), $lang, "", $exp_id_map);
405  $this->co_page_html_export->collectPageElements("lm:pg", $page["obj_id"], $lang);
406  }
407  }
408  }
static getExportId(int $a_lm_id, int $a_lmobj_id, string $a_type="pg")
exportPageHTML(int $lm_page_id, bool $is_first=false, string $lang="-", string $frame="", array $exp_id_map=[])
export single page to file
static _exists(string $a_parent_type, int $a_id, string $a_lang="", bool $a_no_cache=false)
Checks whether page exists.
$lm_set
static getPageList(int $lm_id)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ exportPageHTML()

ILIAS\LearningModule\Export\LMHtmlExport::exportPageHTML ( int  $lm_page_id,
bool  $is_first = false,
string  $lang = "-",
string  $frame = "",
array  $exp_id_map = [] 
)

export single page to file

Definition at line 463 of file class.LMHtmlExport.php.

References ILIAS\LearningModule\Export\LMHtmlExport\$lang, ILIAS\LearningModule\Export\LMHtmlExport\$target_dir, and ILIAS\LearningModule\Export\LMHtmlExport\initScreen().

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\exportHTMLPages().

469  : void {
471  $lang_suffix = "";
472  if (!in_array($lang, ["-", ""]) && $this->lang === "all") {
473  $lang_suffix = "_" . $lang;
474  }
475 
476  // Init template, lm_gui
477  $this->initScreen($lm_page_id, $frame);
478 
479  if ($frame == "") {
480  if (is_array($exp_id_map) && isset($a_exp_id_map[$lm_page_id])) {
481  $file = "lm_pg_" . $exp_id_map[$lm_page_id] . $lang_suffix . ".html";
482  } else {
483  $file = "lm_pg_" . $lm_page_id . $lang_suffix . ".html";
484  }
485  } else {
486  if ($frame != "toc") {
487  $file = "frame_" . $lm_page_id . "_" . $frame . $lang_suffix . ".html";
488  } else {
489  $file = "frame_" . $frame . $lang_suffix . ".html";
490  }
491  }
492 
493  // return if file is already existing
494  /*
495  if (is_file($file)) {
496  return;
497  }*/
498 
499  $content = $this->lm_gui->layout("main.xml", false);
500 
501  $this->collector->addString($content, $file);
502 
503  if ($is_first && $frame == "") {
504  $this->collector->addString($content, "index" . $lang_suffix . ".html");
505  }
506  }
initScreen(int $lm_page_id, string $frame)
Init global screen and learning module presentation gui for page.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getInitialisedTemplate()

ILIAS\LearningModule\Export\LMHtmlExport::getInitialisedTemplate ( )
protected

Definition at line 410 of file class.LMHtmlExport.php.

References $DIC.

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\initScreen().

411  {
412  global $DIC;
413 
414  $tabs = $DIC->tabs();
415 
416  $tabs->clearTargets();
417  $tabs->clearSubTabs();
418  $tpl = new \ilGlobalPageTemplate($DIC->globalScreen(), $DIC->ui(), $DIC->http());
419 
420  $this->co_page_html_export->getPreparedMainTemplate($tpl);
421 
422  return $tpl;
423  }
global $DIC
Definition: shib_login.php:22
+ Here is the caller graph for this function:

◆ getLinker()

ILIAS\LearningModule\Export\LMHtmlExport::getLinker ( )
protected

Definition at line 96 of file class.LMHtmlExport.php.

References ILIAS\LearningModule\Export\LMHtmlExport\$lang.

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\__construct().

96  : PageLinker
97  {
98  return new \ilLMPresentationLinker(
99  $this->lm,
100  new \ilLMTree($this->lm->getId()),
101  0,
102  $this->lm->getRefId(),
103  $this->lang,
104  "",
105  "",
106  true,
107  "html",
108  false
109  );
110  }
+ Here is the caller graph for this function:

◆ getSupplyingExportFiles()

ILIAS\LearningModule\Export\LMHtmlExport::getSupplyingExportFiles ( string  $a_target_dir = ".")
protected
Todo:
modularize!

Definition at line 267 of file class.LMHtmlExport.php.

References ilExplorerBaseGUI\getLocalExplorerJsPath(), ilLinkifyUtil\getLocalJsPaths(), ilExplorerBaseGUI\getLocalJsTreeCssPath(), ilExplorerBaseGUI\getLocalJsTreeJsPath(), and ilYuiUtil\getLocalPath().

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\addSupplyingExportFiles().

267  : array
268  {
269  $scripts = array(
270  array("source" => \ilYuiUtil::getLocalPath('yahoo/yahoo-min.js'),
271  "target" => $a_target_dir . '/js/yahoo/yahoo-min.js',
272  "type" => "js"),
273  array("source" => \ilYuiUtil::getLocalPath('yahoo-dom-event/yahoo-dom-event.js'),
274  "target" => $a_target_dir . '/js/yahoo/yahoo-dom-event.js',
275  "type" => "js"),
276  array("source" => \ilYuiUtil::getLocalPath('animation/animation-min.js'),
277  "target" => $a_target_dir . '/js/yahoo/animation-min.js',
278  "type" => "js"),
279  array("source" => './components/ILIAS/Accordion/js/accordion.js',
280  "target" => $a_target_dir . '/js/accordion.js',
281  "type" => "js"),
282  array("source" => './components/ILIAS/Accordion/css/accordion.css',
283  "target" => $a_target_dir . '/css/accordion.css',
284  "type" => "css"),
285  array("source" => './components/ILIAS/TestQuestionPool/resources/js/dist/pure_rendering.js',
286  "target" => $a_target_dir . '/js/pure.js',
287  "type" => "js"),
288  array("source" => './components/ILIAS/TestQuestionPool/resources/js/dist/question_handling.js',
289  "target" => $a_target_dir . '/js/question_handling.js',
290  "type" => "js"),
291  array("source" => './components/ILIAS/TestQuestionPool/resources/js/dist/question_handling.css',
292  "target" => $a_target_dir . '/css/question_handling.css',
293  "type" => "css"),
294  array("source" => './components/ILIAS/TestQuestionPool/templates/default/test_javascript.css',
295  "target" => $a_target_dir . '/css/test_javascript.css',
296  "type" => "css"),
297  array("source" => \ilExplorerBaseGUI::getLocalExplorerJsPath(),
298  "target" => $a_target_dir . "/" . \ilExplorerBaseGUI::getLocalExplorerJsPath(),
299  "type" => "js"),
300  array("source" => \ilExplorerBaseGUI::getLocalJsTreeJsPath(),
301  "target" => $a_target_dir . "/" . \ilExplorerBaseGUI::getLocalJsTreeJsPath(),
302  "type" => "js"),
303  array("source" => \ilExplorerBaseGUI::getLocalJsTreeCssPath(),
304  "target" => $a_target_dir . "/" . \ilExplorerBaseGUI::getLocalJsTreeCssPath(),
305  "type" => "css"),
306  array("source" => './components/ILIAS/LearningModule/js/LearningModule.js',
307  "target" => $a_target_dir . '/js/LearningModule.js',
308  "type" => "js")
309  );
310 
311  $mathJaxSetting = new \ilSetting("MathJax");
312  $use_mathjax = (bool) $mathJaxSetting->get("enable");
313  if ($use_mathjax) {
314  $scripts[] = array("source" => "",
315  "target" => $mathJaxSetting->get("path_to_mathjax"),
316  "type" => "js");
317  }
318 
319  // auto linking js
320  foreach (\ilLinkifyUtil::getLocalJsPaths() as $p) {
321  if (is_int(strpos($p, "ExtLink"))) {
322  $scripts[] = array("source" => $p,
323  "target" => $a_target_dir . '/js/ilExtLink.js',
324  "type" => "js");
325  }
326  if (is_int(strpos($p, "linkify"))) {
327  $scripts[] = array("source" => $p,
328  "target" => $a_target_dir . '/js/linkify.js',
329  "type" => "js");
330  }
331  }
332 
333  // check, why these do not come with the gs meta collector
334  $scripts[] = [
335  "source" => "assets/js/mainbar.js",
336  "type" => "js"
337  ];
338  $scripts[] = [
339  "source" => "assets/js/metabar.js",
340  "type" => "js"
341  ];
342  $scripts[] = [
343  "source" => "assets/js/slate.js",
344  "type" => "js"
345  ];
346  $scripts[] = [
347  "source" => "assets/js/stdpage.js",
348  "type" => "js"
349  ];
350  $scripts[] = [
351  "source" => "assets/js/GS.js",
352  "type" => "js"
353  ];
354 
355  return $scripts;
356  }
static getLocalPath(string $a_name="")
Get local path of a YUI js file.
static getLocalJsPaths()
Get paths of necessary js files.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ initGlobalScreen()

ILIAS\LearningModule\Export\LMHtmlExport::initGlobalScreen ( )
protected

Definition at line 204 of file class.LMHtmlExport.php.

References ilLMHtmlExportViewLayoutProvider\LM_HTML_EXPORT_RENDERING.

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\exportHTML().

204  : void
205  {
206  // set global
207  $this->global_screen->tool()->context()->current()->addAdditionalData(
209  true
210  );
211  }
+ Here is the caller graph for this function:

◆ initLanguage()

ILIAS\LearningModule\Export\LMHtmlExport::initLanguage ( \ilObjUser  $user,
\ilLMPresentationGUI  $lm_gui,
string  $lang 
)
protected

Definition at line 180 of file class.LMHtmlExport.php.

References ILIAS\LearningModule\Export\LMHtmlExport\$lang, ilObjUser\getLanguage(), ilObjUser\setCurrentLanguage(), and ilObjUser\setLanguage().

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\exportHTML().

184  : void {
185  $user_lang = $user->getLanguage();
186 
187  if ($lang != "") {
190  } else {
191  $user->setLanguage($user_lang);
192  $user->setCurrentLanguage($user_lang);
193  }
194 
195  if ($lang != "") {
196  if ($lang == $this->obj_transl->getMasterLanguage()) {
197  $lm_gui->lang = "";
198  } else {
199  $lm_gui->lang = $lang;
200  }
201  }
202  }
setLanguage(string $a_str)
setCurrentLanguage(string $a_val)
Set current language.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ initScreen()

ILIAS\LearningModule\Export\LMHtmlExport::initScreen ( int  $lm_page_id,
string  $frame 
)
protected

Init global screen and learning module presentation gui for page.

Definition at line 429 of file class.LMHtmlExport.php.

References $params, ILIAS\LearningModule\Export\LMHtmlExport\addSupplyingExportFiles(), ILIAS\LearningModule\Export\LMHtmlExport\getInitialisedTemplate(), ilUtil\getStyleSheetLocation(), ilLMGSToolProvider\LM_OFFLINE, ilLMGSToolProvider\LM_QUERY_PARAMS, ilPCQuestion\resetInitialState(), and ILIAS\LearningModule\Export\LMHtmlExport\setAdditionalContextData().

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\exportPageHTML().

432  : void {
433  $this->global_screen->layout()->meta()->reset();
434 
435  // load style sheet depending on user's settings
436  $location_stylesheet = \ilUtil::getStyleSheetLocation();
437  $this->global_screen->layout()->meta()->addCss($location_stylesheet);
438 
439  $this->addSupplyingExportFiles();
440 
441  // template workaround: reset of template
442  $tpl = $this->getInitialisedTemplate();
444 
445  $params = [
446  "obj_id" => $lm_page_id,
447  "ref_id" => $this->lm->getRefId(),
448  "frame" => $frame
449  ];
450 
451  $this->lm_gui->initByRequest($params);
452 
455 
456  $this->lm_gui->injectTemplate($tpl);
457  }
static getStyleSheetLocation(string $mode="output", string $a_css_name="")
get full style sheet file name (path inclusive) of current user
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
Definition: ltiregstart.php:31
addSupplyingExportFiles()
Add supplying export files.
static resetInitialState()
Reset initial state (for exports)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ resetUserLanguage()

ILIAS\LearningModule\Export\LMHtmlExport::resetUserLanguage ( )
protected

Definition at line 125 of file class.LMHtmlExport.php.

References ILIAS\LearningModule\Export\LMHtmlExport\$lang, ILIAS\LearningModule\Export\LMHtmlExport\$obj_transl, ILIAS\LearningModule\Export\LMHtmlExport\__construct(), ilObjectTranslation\getLanguages(), ILIAS\User\Profile\next, and ILIAS\Repository\user().

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\exportHTML().

125  : void
126  {
127  $this->user->setLanguage($this->initial_user_language);
128  $this->user->setCurrentLanguage($this->initial_current_user_language);
129  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setAdditionalContextData()

ILIAS\LearningModule\Export\LMHtmlExport::setAdditionalContextData ( string  $key,
  $data 
)
protected
Parameters
mixed$data

Definition at line 115 of file class.LMHtmlExport.php.

References $data.

Referenced by ILIAS\LearningModule\Export\LMHtmlExport\__construct(), and ILIAS\LearningModule\Export\LMHtmlExport\initScreen().

115  : void
116  {
117  $additional_data = $this->global_screen->tool()->context()->current()->getAdditionalData();
118  if ($additional_data->exists($key)) {
119  $additional_data->replace($key, $data);
120  } else {
121  $additional_data->add($key, $data);
122  }
123  }
+ Here is the caller graph for this function:

Field Documentation

◆ $co_page_html_export

ilCOPageHTMLExport ILIAS\LearningModule\Export\LMHtmlExport::$co_page_html_export
protected

Definition at line 40 of file class.LMHtmlExport.php.

◆ $collector

ExportCollector ILIAS\LearningModule\Export\LMHtmlExport::$collector
protected

◆ $content_style_domain

ILIAS Style Content Object ObjectFacade ILIAS\LearningModule\Export\LMHtmlExport::$content_style_domain
protected

Definition at line 50 of file class.LMHtmlExport.php.

◆ $export_dir

string ILIAS\LearningModule\Export\LMHtmlExport::$export_dir = ""
protected

◆ $export_format

string ILIAS\LearningModule\Export\LMHtmlExport::$export_format = ""
protected

◆ $export_util

Util ILIAS\LearningModule\Export\LMHtmlExport::$export_util
protected

Definition at line 31 of file class.LMHtmlExport.php.

◆ $global_screen

ILIAS GlobalScreen Services ILIAS\LearningModule\Export\LMHtmlExport::$global_screen
protected

Definition at line 49 of file class.LMHtmlExport.php.

◆ $initial_current_user_language

string ILIAS\LearningModule\Export\LMHtmlExport::$initial_current_user_language = ""
protected

Definition at line 48 of file class.LMHtmlExport.php.

◆ $initial_user_language

string ILIAS\LearningModule\Export\LMHtmlExport::$initial_user_language = ""
protected

Definition at line 47 of file class.LMHtmlExport.php.

◆ $lang

◆ $lm

ilObjLearningModule ILIAS\LearningModule\Export\LMHtmlExport::$lm
protected

◆ $lm_gui

ilLMPresentationGUI ILIAS\LearningModule\Export\LMHtmlExport::$lm_gui
protected

◆ $lm_settings

ilSetting ILIAS\LearningModule\Export\LMHtmlExport::$lm_settings
protected

◆ $locator

ilLocatorGUI ILIAS\LearningModule\Export\LMHtmlExport::$locator
protected

◆ $log

ilLogger ILIAS\LearningModule\Export\LMHtmlExport::$log
protected

Definition at line 32 of file class.LMHtmlExport.php.

◆ $main_tpl

ilGlobalTemplateInterface ILIAS\LearningModule\Export\LMHtmlExport::$main_tpl
protected

Definition at line 37 of file class.LMHtmlExport.php.

◆ $obj_transl

ilObjectTranslation ILIAS\LearningModule\Export\LMHtmlExport::$obj_transl
protected

◆ $offline_files

array ILIAS\LearningModule\Export\LMHtmlExport::$offline_files = []
protected

Definition at line 46 of file class.LMHtmlExport.php.

◆ $sub_dir

string ILIAS\LearningModule\Export\LMHtmlExport::$sub_dir = ""
protected

◆ $target_dir

string ILIAS\LearningModule\Export\LMHtmlExport::$target_dir = ""
protected

◆ $user

ilObjUser ILIAS\LearningModule\Export\LMHtmlExport::$user
protected

Definition at line 38 of file class.LMHtmlExport.php.


The documentation for this class was generated from the following file: