42         bool $offline = 
false,
    43         bool $export_all_languages = 
false,
    44         string $export_format = 
"",
    46         bool $embed_mode = 
false    50         $ctrl = (is_null($ctrl))
    54         $post = is_null($query_params)
    58         $this->request = $DIC->learningModule()
    68         $this->ref_id = $this->request->
getRefId();
    72         $lm = $this->lm_gui->getObject();
    79             $this->request->getTranslation(),
    80             $this->request->getFocusId(),
    81             $this->request->getFocusReturn(),
    82             $this->request->getSearchString(),
    84             $export_all_languages,
    91             $this->request->getObjId(),
    95             $this->request->getBackPage(),
    96             $this->request->getCmd(),
    97             $this->request->getFocusId()
   101         $this->tracker->setCurrentPage($this->navigation_status->getCurrentPage());
   106             $this->navigation_status->getCurrentPage(),
   107             $this->request->getRefId(),
   108             $this->presentation_status->
getLang(),
   109             $this->request->getBackPage(),
   110             $this->request->getFromPage(),
   111             $this->presentation_status->offline(),
   112             $this->presentation_status->getExportFormat(),
   113             $this->presentation_status->exportAllLanguages(),
   116             $this->request->getFrame(),
   117             $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
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
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...
 
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...
 
__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...
 
Main service init and factory.