ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Main service init and factory. More...
Public Member Functions | |
__construct (ilObjUser $user, array $query_params, bool $offline=false, bool $export_all_languages=false, string $export_format="", ilCtrl $ctrl=null) | |
Constructor. More... | |
getSettings () | |
Get learning module settings. More... | |
getLearningModuleGUI () | |
getLearningModule () | |
getLMTree () | |
getPresentationStatus () | |
getNavigationStatus () | |
getTracker () | |
Get tracker. More... | |
getRequest () | |
Get request. More... | |
getLinker () | |
Get linker. More... | |
Protected Attributes | |
$lm | |
$tracker | |
Main service init and factory.
Definition at line 11 of file class.ilLMPresentationService.php.
ilLMPresentationService::__construct | ( | ilObjUser | $user, |
array | $query_params, | ||
bool | $offline = false , |
||
bool | $export_all_languages = false , |
||
string | $export_format = "" , |
||
ilCtrl | $ctrl = null |
||
) |
Constructor.
Definition at line 26 of file class.ilLMPresentationService.php.
References $DIC, $lm, $lm_set, ilLMTree\getInstance(), ilLMTracker\getInstance(), ilLMPresentationStatus\getLang(), and user().
ilLMPresentationService::getLearningModule | ( | ) |
Definition at line 109 of file class.ilLMPresentationService.php.
References $lm.
Referenced by ilLMTOCExplorerGUI\__construct(), ilLMNavigationRendererGUI\__construct(), ilLMContentRendererGUI\__construct(), and ilLMTOCExplorerGUIFactory\getExplorer().
ilLMPresentationService::getLearningModuleGUI | ( | ) |
ilLMPresentationService::getLinker | ( | ) |
Get linker.
Definition at line 163 of file class.ilLMPresentationService.php.
Referenced by ilLMTOCExplorerGUI\__construct(), ilLMNavigationRendererGUI\__construct(), and ilLMContentRendererGUI\__construct().
ilLMPresentationService::getLMTree | ( | ) |
Definition at line 117 of file class.ilLMPresentationService.php.
Referenced by ilLMNavigationRendererGUI\__construct(), ilLMContentRendererGUI\__construct(), and ilLMTOCExplorerGUIFactory\getExplorer().
ilLMPresentationService::getNavigationStatus | ( | ) |
Definition at line 133 of file class.ilLMPresentationService.php.
Referenced by ilLMNavigationRendererGUI\__construct(), ilLMContentRendererGUI\__construct(), and ilLMTOCExplorerGUIFactory\getExplorer().
ilLMPresentationService::getPresentationStatus | ( | ) |
Definition at line 125 of file class.ilLMPresentationService.php.
Referenced by ilLMNavigationRendererGUI\__construct(), ilLMContentRendererGUI\__construct(), and ilLMTOCExplorerGUIFactory\getExplorer().
ilLMPresentationService::getRequest | ( | ) |
Get request.
Definition at line 153 of file class.ilLMPresentationService.php.
Referenced by ilLMTOCExplorerGUIFactory\getExplorer().
ilLMPresentationService::getSettings | ( | ) |
Get learning module settings.
Definition at line 93 of file class.ilLMPresentationService.php.
References $lm_set.
Referenced by ilLMNavigationRendererGUI\__construct(), and ilLMContentRendererGUI\__construct().
ilLMPresentationService::getTracker | ( | ) |
Get tracker.
Definition at line 143 of file class.ilLMPresentationService.php.
References $tracker.
Referenced by ilLMTOCExplorerGUI\__construct(), ilLMNavigationRendererGUI\__construct(), ilLMContentRendererGUI\__construct(), and ilLMTOCExplorerGUIFactory\getExplorer().
|
protected |
Definition at line 16 of file class.ilLMPresentationService.php.
Referenced by __construct(), and getLearningModule().
|
protected |
Definition at line 21 of file class.ilLMPresentationService.php.
Referenced by getTracker().