|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilLMPresentationGUI GUI class for learning module presentation. More...
Inheritance diagram for ilLMPresentationGUI:
Collaboration diagram for ilLMPresentationGUI:Public Member Functions | |
| __construct (string $a_export_format="", bool $a_all_languages=false, string $a_export_dir="", bool $claim_repo_context=true, ?array $query_params=null, bool $embed_mode=false) | |
| getUnsafeGetCommands () | |
| This method must return a list of unsafe GET commands. More... | |
| getSafePostCommands () | |
| This method must return a list of safe POST commands. More... | |
| initByRequest (?array $query_params=null, bool $embed_mode=false) | |
| Init services and this class by request params. More... | |
| getService () | |
| injectTemplate (ilGlobalTemplateInterface $tpl) | |
| executeCommand () | |
| offlineMode () | |
| checks whether offline content generation is activated More... | |
| getExportFormat () | |
| nop () | |
| this dummy function is needed for offline package creation More... | |
| attrib2arr (?DOMNamedNodeMap $a_attributes) | |
| getCurrentFrameSet () | |
| get frames of current frame set More... | |
| determineLayout () | |
| Determine layout. More... | |
| resume () | |
| layout (string $a_xml="main.xml", bool $doShow=true) | |
| saveFrameUrl () | |
| fullscreen () | |
| media () | |
| glossary () | |
| page () | |
| ilTOC () | |
| table of contents More... | |
| getLMPresentationTitle () | |
| ilLMMenu () | |
| setHeader () | |
| ilLMSubMenu () | |
| output learning module submenu More... | |
| redrawHeaderAction () | |
| addHeaderAction () | |
| getHeaderAction (bool $a_redraw=false) | |
| ilLMNotes () | |
| output notes of page More... | |
| ilLocator () | |
| getCurrentPageId () | |
| Get the current page id. More... | |
| getContent (bool $skip_nav=false) | |
| updatePageRating () | |
| basicPageGuiInit (\ilPageObjectGUI $a_page_gui) | |
| ilGlossary () | |
| ilMedia () | |
| ilJavaScript (string $a_inline="", string $a_file="", string $a_location="") | |
| infoScreen () | |
| this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed More... | |
| showInfoScreen () | |
| info screen call from inside learning module More... | |
| outputInfoScreen () | |
| info screen More... | |
| showPrintViewSelection () | |
| show selection screen for print view More... | |
| initPrintViewSelectionForm () | |
| showPrintView () | |
| downloadFile () | |
| download file of file lists More... | |
| getFocusLink (int $a_ref_id, int $a_obj_id, int $a_return_ref_id) | |
| Get focused link (used in learning objectives courses) More... | |
| showMessageScreen (string $a_content) | |
| showNoPublicAccess () | |
| Show info message, if page is not accessible in public area. More... | |
| showNoPageAccess () | |
| Show info message, if page is not accessible in public area. More... | |
| showNavRestrictionDueToQuestions () | |
| Show message if navigation to page is not allowed due to unanswered questions. More... | |
| getSourcecodeDownloadLink () | |
| getOfflineDirectory () | |
| handleCodeParagraph (int $page_id, int $paragraph_id, string $title, string $text) | |
| store paragraph into file directory files/codefile_$pg_id_$paragraph_id/downloadtitle More... | |
| getLMPageGUI (int $a_id) | |
| getLMPage (int $a_id, string $a_type="") | |
| refreshToc () | |
| Refresh toc (called if questions have been answered correctly) More... | |
| observeNoteAction (int $a_lm_id, int $a_page_id, string $a_type, string $a_action, int $a_note_id) | |
| Generate new ilNote and send Notifications to the users informing that there are new comments in the LM. More... | |
| getHTML (array $pars) | |
| Get HTML (called by kiosk mode through ilCtrl) More... | |
| getUnsafeGetCommands () | |
| This method must return a list of unsafe GET commands. More... | |
| getSafePostCommands () | |
| This method must return a list of safe POST commands. More... | |
Data Fields | |
| string | $lang |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| DOMDocument | $layout_doc |
| bool | $offline |
| string | $offline_directory |
| bool | $chapter_has_no_active_page = false |
| bool | $deactivated_page = false |
Protected Member Functions | |
| getTracker () | |
| addResourceFiles () | |
| setContentStyles () | |
| Set content style. More... | |
| setSystemStyle () | |
| Set system style. More... | |
| getPageContent () | |
| renderRating () | |
| initScreenHead (string $a_active_tab="info") | |
| filterNonAccessibleNode (array $nodes) | |
| renderPageTitle () | |
| renderTabs (string $active_tab, int $current_page_id) | |
Class ilLMPresentationGUI GUI class for learning module presentation.
Definition at line 31 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::__construct | ( | string | $a_export_format = "", |
| bool | $a_all_languages = false, |
||
| string | $a_export_dir = "", |
||
| bool | $claim_repo_context = true, |
||
| ?array | $query_params = null, |
||
| bool | $embed_mode = false |
||
| ) |
Definition at line 98 of file class.ilLMPresentationGUI.php.
References $DIC, $embed_mode, $ilErr, $lng, $params, $rbacsystem, $requested_obj_id, ILIAS\Repository\access(), ilRbacSystem\checkAccess(), ILIAS\Repository\ctrl(), ILIAS\Repository\help(), initByRequest(), ilLMGSToolProvider\LM_QUERY_PARAMS, ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ILIAS\Repository\locator(), ILIAS\Repository\settings(), ilLMGSToolProvider\SHOW_LINK_SLATES, ilLMGSToolProvider\SHOW_TOC_TOOL, ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), ilLanguage\txt(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilLMPresentationGUI::addHeaderAction | ( | ) |
Definition at line 811 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 619 of file class.ilLMPresentationGUI.php.
References ilAccordionGUI\addCss(), ilAccordionGUI\addJavaScript(), ILIAS\Repository\ctrl(), and iljQueryUtil\initjQuery().
Here is the call graph for this function:| ilLMPresentationGUI::attrib2arr | ( | ?DOMNamedNodeMap | $a_attributes | ) |
Definition at line 440 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::basicPageGuiInit | ( | \ilPageObjectGUI | $a_page_gui | ) |
Definition at line 1215 of file class.ilLMPresentationGUI.php.
References ILIAS\Repository\ctrl(), ilPageObjectGUI\setFileDownloadLink(), ilPageObjectGUI\setFullscreenLink(), ilPageObjectGUI\setOfflineDirectory(), ilPageObjectGUI\setOutputMode(), ilPageObjectGUI\setSourcecodeDownloadScript(), and ilPageObjectGUI\setStyleId().
Here is the call graph for this function:| ilLMPresentationGUI::determineLayout | ( | ) |
Determine layout.
Definition at line 462 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::downloadFile | ( | ) |
download file of file lists
Definition at line 2142 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::executeCommand | ( | ) |
Definition at line 294 of file class.ilLMPresentationGUI.php.
References $lng, ILIAS\Repository\ctrl(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), ilLearningProgressBaseGUI\LP_CONTEXT_REPOSITORY, ilNotification\setNotification(), ilNotification\TYPE_LM, ilNotification\TYPE_LM_PAGE, and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 1580 of file class.ilLMPresentationGUI.php.
References ilLMTracker\hasPredIncorrectAnswers().
Here is the call graph for this function:| ilLMPresentationGUI::fullscreen | ( | ) |
Definition at line 659 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::getContent | ( | bool | $skip_nav = false | ) |
Definition at line 1106 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::getCurrentFrameSet | ( | ) |
get frames of current frame set
Definition at line 454 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::getCurrentPageId | ( | ) |
Get the current page id.
Definition at line 1080 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::getExportFormat | ( | ) |
Definition at line 428 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::getFocusLink | ( | int | $a_ref_id, |
| int | $a_obj_id, | ||
| int | $a_return_ref_id | ||
| ) |
Get focused link (used in learning objectives courses)
| int | $a_ref_id | reference id of learning module |
| int | $a_obj_id | chapter or page id |
| int | $a_return_ref_id | return ref id |
Definition at line 2154 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::getHeaderAction | ( | bool | $a_redraw = false | ) |
Definition at line 817 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::getHTML | ( | array | $pars | ) |
Get HTML (called by kiosk mode through ilCtrl)
Definition at line 2350 of file class.ilLMPresentationGUI.php.
References ILIAS\UICore\GlobalTemplate\get(), ILIAS\UI\Implementation\Component\Input\ViewControl\getContent(), and ILIAS\UICore\GlobalTemplate\setVariable().
Here is the call graph for this function:| ilLMPresentationGUI::getLMPage | ( | int | $a_id, |
| string | $a_type = "" |
||
| ) |
Definition at line 2254 of file class.ilLMPresentationGUI.php.
References ilPageObject\_exists().
Here is the call graph for this function:| ilLMPresentationGUI::getLMPageGUI | ( | int | $a_id | ) |
Definition at line 2242 of file class.ilLMPresentationGUI.php.
References ilPageObject\_exists().
Here is the call graph for this function:| ilLMPresentationGUI::getLMPresentationTitle | ( | ) |
Definition at line 748 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::getOfflineDirectory | ( | ) |
Definition at line 2209 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 1138 of file class.ilLMPresentationGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\help(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilLMPresentationGUI::getSafePostCommands | ( | ) |
This method must return a list of safe POST commands.
Safe post commands returned by this method will no longer be CSRF protected and will NOT be appended by an ilCtrlToken.
Implements ilCtrlSecurityInterface.
Definition at line 196 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::getService | ( | ) |
Definition at line 274 of file class.ilLMPresentationGUI.php.
References $service.
| ilLMPresentationGUI::getSourcecodeDownloadLink | ( | ) |
Definition at line 2200 of file class.ilLMPresentationGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 284 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::getUnsafeGetCommands | ( | ) |
This method must return a list of unsafe GET commands.
Unsafe get commands returned by this method will now be CSRF protected, which means an ilCtrlToken is appended each time a link-target is generated to the class implementing this interface with a command from that list.
Tokens will be validated in
Implements ilCtrlSecurityInterface.
Definition at line 191 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::glossary | ( | ) |
Definition at line 681 of file class.ilLMPresentationGUI.php.
References ilAccordionGUI\addCss(), ilAccordionGUI\addJavaScript(), and iljQueryUtil\initjQuery().
Here is the call graph for this function:| ilLMPresentationGUI::handleCodeParagraph | ( | int | $page_id, |
| int | $paragraph_id, | ||
| string | $title, | ||
| string | $text | ||
| ) |
store paragraph into file directory files/codefile_$pg_id_$paragraph_id/downloadtitle
Definition at line 2218 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::ilGlossary | ( | ) |
Definition at line 1243 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::ilJavaScript | ( | string | $a_inline = "", |
| string | $a_file = "", |
||
| string | $a_location = "" |
||
| ) |
Definition at line 1325 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::ilLMMenu | ( | ) |
Definition at line 753 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::ilLMNotes | ( | ) |
output notes of page
Definition at line 939 of file class.ilLMPresentationGUI.php.
References $ilSetting, and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilLMPresentationGUI::ilLMSubMenu | ( | ) |
output learning module submenu
Definition at line 767 of file class.ilLMPresentationGUI.php.
References ilRbacSystem\checkAccess(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilLMPresentationGUI::ilLocator | ( | ) |
Definition at line 992 of file class.ilLMPresentationGUI.php.
References $DIC, $path, ilFrameTargetInfo\_getFrame(), ilStructureObject\_getPresentationTitle(), ilLMObject\CHAPTER_TITLE, ilLMObjectFactory\getInstance(), and ilStr\shortenTextExtended().
Here is the call graph for this function:| ilLMPresentationGUI::ilMedia | ( | ) |
Definition at line 1265 of file class.ilLMPresentationGUI.php.
References $params, ilMediaItem\_getMapAreasIntLinks(), ilUtil\getImagePath(), ilFileUtils\getWebspaceDir(), IL_MODE_ALIAS, IL_MODE_OUTPUT, ilObjMediaObjectGUI\includePresentationJS(), and ilObjMediaObject\isTypeAllowed().
Here is the call graph for this function:| ilLMPresentationGUI::ilTOC | ( | ) |
table of contents
Definition at line 740 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::infoScreen | ( | ) |
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed
Definition at line 1342 of file class.ilLMPresentationGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilLMPresentationGUI::initByRequest | ( | ?array | $query_params = null, |
| bool | $embed_mode = false |
||
| ) |
Init services and this class by request params.
The request params are usually retrieved by HTTP request, but also adjusted during HTML exports, this is, why this method needs to be public.
| array | $query_params | request query params |
Definition at line 209 of file class.ilLMPresentationGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilLMPresentationGUI::initPrintViewSelectionForm | ( | ) |
Definition at line 1596 of file class.ilLMPresentationGUI.php.
References $lng, ILIAS\Repository\form(), and ilLanguage\txt().
Here is the call graph for this function:
|
protected |
Definition at line 1355 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::injectTemplate | ( | ilGlobalTemplateInterface | $tpl | ) |
Definition at line 279 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::layout | ( | string | $a_xml = "main.xml", |
| bool | $doShow = true |
||
| ) |
Definition at line 475 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::media | ( | ) |
Definition at line 664 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::nop | ( | ) |
this dummy function is needed for offline package creation
Definition at line 436 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::observeNoteAction | ( | int | $a_lm_id, |
| int | $a_page_id, | ||
| string | $a_type, | ||
| string | $a_action, | ||
| int | $a_note_id | ||
| ) |
Generate new ilNote and send Notifications to the users informing that there are new comments in the LM.
Definition at line 2294 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::offlineMode | ( | ) |
checks whether offline content generation is activated
Definition at line 423 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::outputInfoScreen | ( | ) |
info screen
Definition at line 1381 of file class.ilLMPresentationGUI.php.
References $info, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilLMPresentationGUI::page | ( | ) |
Definition at line 711 of file class.ilLMPresentationGUI.php.
References $GLOBALS, and ilUtil\getStyleSheetLocation().
Here is the call graph for this function:| ilLMPresentationGUI::redrawHeaderAction | ( | ) |
Definition at line 805 of file class.ilLMPresentationGUI.php.
References exit.
| ilLMPresentationGUI::refreshToc | ( | ) |
Refresh toc (called if questions have been answered correctly)
Definition at line 2281 of file class.ilLMPresentationGUI.php.
References exit.
|
protected |
Definition at line 2237 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 1155 of file class.ilLMPresentationGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 2316 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::resume | ( | ) |
| ilLMPresentationException |
Definition at line 470 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::saveFrameUrl | ( | ) |
Definition at line 653 of file class.ilLMPresentationGUI.php.
|
protected |
Set content style.
Definition at line 1088 of file class.ilLMPresentationGUI.php.
References ilObjStyleSheet\getSyntaxStylePath().
Here is the call graph for this function:| ilLMPresentationGUI::setHeader | ( | ) |
Definition at line 758 of file class.ilLMPresentationGUI.php.
References ilUtil\getImagePath().
Here is the call graph for this function:
|
protected |
Set system style.
Definition at line 1101 of file class.ilLMPresentationGUI.php.
References ilUtil\getStyleSheetLocation().
Here is the call graph for this function:| ilLMPresentationGUI::showInfoScreen | ( | ) |
info screen call from inside learning module
Definition at line 1350 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::showMessageScreen | ( | string | $a_content | ) |
Definition at line 2163 of file class.ilLMPresentationGUI.php.
| ilLMPresentationGUI::showNavRestrictionDueToQuestions | ( | ) |
Show message if navigation to page is not allowed due to unanswered questions.
Definition at line 2195 of file class.ilLMPresentationGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilLMPresentationGUI::showNoPageAccess | ( | ) |
Show info message, if page is not accessible in public area.
Definition at line 2186 of file class.ilLMPresentationGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilLMPresentationGUI::showNoPublicAccess | ( | ) |
Show info message, if page is not accessible in public area.
Definition at line 2178 of file class.ilLMPresentationGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilLMPresentationGUI::showPrintView | ( | ) |
Definition at line 1628 of file class.ilLMPresentationGUI.php.
References Vendor\Package\$e, $id, $lng, $path, ilObjContentObject\_checkPreconditionsOfPage(), ilLMObject\_exists(), ilLMPageObject\_getPresentationTitle(), ilStructureObject\_getPresentationTitle(), ilInternalLink\_getTargetsOfSource(), ilGlossaryTerm\_lookGlossaryTerm(), ilPageObject\_lookupActive(), ilLMObject\_lookupType(), ilLMObject\CHAPTER_TITLE, ILIAS\UICore\GlobalTemplate\get(), ilObjStyleSheet\getContentPrintStyle(), ilUtil\getImagePath(), ilFileUtils\getWebspaceDir(), IL_INST_ID, ILIAS\Repository\lng(), ilLMObject\PAGE_TITLE, ILIAS\UICore\GlobalTemplate\parseCurrentBlock(), ilTabsGUI\setBackTarget(), ILIAS\UICore\GlobalTemplate\setCurrentBlock(), ILIAS\UICore\GlobalTemplate\setVariable(), ilArrayUtil\sortArray(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilLMPresentationGUI::showPrintViewSelection | ( | ) |
show selection screen for print view
Definition at line 1435 of file class.ilLMPresentationGUI.php.
References Vendor\Package\$f, $id, $lng, $text, ilObjContentObject\_checkPreconditionsOfPage(), ilLMPageObject\_getPresentationTitle(), ilStructureObject\_getPresentationTitle(), ilPageObject\_lookupActive(), ilLMObject\CHAPTER_TITLE, ILIAS\Repository\ctrl(), exit, ILIAS\Repository\form(), ILIAS\UICore\GlobalTemplate\get(), ilUtil\getImagePath(), ILIAS\Repository\lng(), ILIAS\UICore\GlobalTemplate\setVariable(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilLMPresentationGUI::updatePageRating | ( | ) |
Definition at line 1177 of file class.ilLMPresentationGUI.php.
References ILIAS\Repository\ctrl(), exit, ILIAS\Repository\lng(), ilRating\resetRatingForUserAndObject(), and ilRating\writeRatingForUserAndObject().
Here is the call graph for this function:
|
protected |
Definition at line 92 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 56 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 86 of file class.ilLMPresentationGUI.php.
| bool ilLMPresentationGUI::$chapter_has_no_active_page = false |
Definition at line 72 of file class.ilLMPresentationGUI.php.
Definition at line 94 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 95 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 96 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 54 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 69 of file class.ilLMPresentationGUI.php.
| bool ilLMPresentationGUI::$deactivated_page = false |
Definition at line 73 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 33 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 68 of file class.ilLMPresentationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 71 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 49 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 46 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 70 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 51 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 48 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 36 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 60 of file class.ilLMPresentationGUI.php.
| string ilLMPresentationGUI::$lang |
Definition at line 50 of file class.ilLMPresentationGUI.php.
| DOMDocument ilLMPresentationGUI::$layout_doc |
Definition at line 65 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 82 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 62 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 45 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 44 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 47 of file class.ilLMPresentationGUI.php.
| ilLanguage ilLMPresentationGUI::$lng |
Definition at line 64 of file class.ilLMPresentationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 58 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 61 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 55 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 43 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 37 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 35 of file class.ilLMPresentationGUI.php.
| bool ilLMPresentationGUI::$offline |
Definition at line 66 of file class.ilLMPresentationGUI.php.
| string ilLMPresentationGUI::$offline_directory |
Definition at line 67 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 93 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 53 of file class.ilLMPresentationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 74 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 87 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 76 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 81 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 90 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 91 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 78 of file class.ilLMPresentationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 79 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 88 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 89 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 77 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 75 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 80 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 40 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 39 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 83 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 57 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 42 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 85 of file class.ilLMPresentationGUI.php.
| ilGlobalTemplateInterface ilLMPresentationGUI::$tpl |
Definition at line 63 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 41 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 59 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 84 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 52 of file class.ilLMPresentationGUI.php.
|
protected |
Definition at line 34 of file class.ilLMPresentationGUI.php.