43 bool $offline =
false,
44 bool $export_all_languages =
false,
45 string $export_format =
"",
47 bool $embed_mode =
false 51 $ctrl = (is_null($ctrl))
55 $post = is_null($query_params)
59 $this->request = $DIC->learningModule()
69 $this->ref_id = $this->request->
getRefId();
73 $lm = $this->lm_gui->getObject();
81 $this->request->getTranslation(),
82 $this->request->getFocusId(),
83 $this->request->getFocusReturn(),
84 $this->request->getSearchString(),
86 $export_all_languages,
93 $this->request->getObjId(),
97 $this->request->getBackPage(),
98 $this->request->getCmd(),
99 $this->request->getFocusId()
103 $this->tracker->setCurrentPage($this->navigation_status->getCurrentPage());
108 $this->navigation_status->getCurrentPage(),
109 $this->request->getRefId(),
110 $this->presentation_status->
getLang(),
111 $this->request->getBackPage(),
112 $this->request->getFromPage(),
113 $this->presentation_status->offline(),
114 $this->presentation_status->getExportFormat(),
115 $this->presentation_status->exportAllLanguages(),
118 $this->request->getFrame(),
119 $this->request->getObjId()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilLMPresentationStatus $presentation_status
ilLMPresentationLinker $linker
Contains info on offline mode, focus, translation, etc.
static getInstance(int $a_tree_id)
PresentationGUIRequest $request
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
ilLMNavigationStatus $navigation_status
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getInstance(int $a_ref_id, int $a_user_id=0)
getSettings()
Get learning module settings.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
ilObjLearningModuleGUI $lm_gui
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Main service init and factory.