|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Main service init and factory. More...
Collaboration diagram for ilLMPresentationService:Public Member Functions | |
| __construct (ilObjUser $user, array $query_params, bool $offline=false, bool $export_all_languages=false, string $export_format="", ilCtrl $ctrl=null, bool $embed_mode=false) | |
| 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, |
||
| bool | $embed_mode = false |
||
| ) |
Constructor.
Definition at line 26 of file class.ilLMPresentationService.php.
References $DIC, ilLMTracker\getInstance(), ilLMTree\getInstance(), and user().
Here is the call graph for this function:| ilLMPresentationService::getLearningModule | ( | ) |
Definition at line 113 of file class.ilLMPresentationService.php.
References $lm.
| ilLMPresentationService::getLearningModuleGUI | ( | ) |
Definition at line 105 of file class.ilLMPresentationService.php.
| ilLMPresentationService::getLinker | ( | ) |
Get linker.
Definition at line 167 of file class.ilLMPresentationService.php.
| ilLMPresentationService::getLMTree | ( | ) |
Definition at line 121 of file class.ilLMPresentationService.php.
| ilLMPresentationService::getNavigationStatus | ( | ) |
Definition at line 137 of file class.ilLMPresentationService.php.
| ilLMPresentationService::getPresentationStatus | ( | ) |
Definition at line 129 of file class.ilLMPresentationService.php.
Referenced by ILIAS\LearningModule\Menu\ilLMMenuGUI\__construct().
Here is the caller graph for this function:| ilLMPresentationService::getRequest | ( | ) |
Get request.
Definition at line 157 of file class.ilLMPresentationService.php.
| ilLMPresentationService::getSettings | ( | ) |
Get learning module settings.
Definition at line 97 of file class.ilLMPresentationService.php.
References $lm_set.
| ilLMPresentationService::getTracker | ( | ) |
Get tracker.
Definition at line 147 of file class.ilLMPresentationService.php.
References $tracker.
|
protected |
Definition at line 16 of file class.ilLMPresentationService.php.
Referenced by getLearningModule().
|
protected |
Definition at line 21 of file class.ilLMPresentationService.php.
Referenced by getTracker().