ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilLMGSToolProvider. More...
Public Member Functions | |
isInterestedInContexts () | |
@inheritDoc More... | |
getToolsForContextStack (CalledContexts $called_contexts) | |
@inheritDoc More... | |
getOfflineToolIds () | |
getTocTool ($additional_data) | |
Get toc tool. More... | |
![]() | |
__construct (Container $dic) | |
@inheritDoc More... | |
![]() | |
__construct (Container $dic) | |
@inheritDoc More... | |
getFullyQualifiedClassName () | |
@inheritDoc More... | |
getProviderNameForPresentation () | |
getFullyQualifiedClassName () | |
getProviderNameForPresentation () | |
getToolsForContextStack (CalledContexts $called_contexts) | |
isInterestedInContexts () | |
Data Fields | |
const | SHOW_TOC_TOOL = 'show_toc_tool' |
const | LM_QUERY_PARAMS = 'lm_query_params' |
const | LM_OFFLINE = 'lm_offline' |
Protected Member Functions | |
getLinkSlateContent (string $type) | |
![]() | |
globalScreen () | |
Private Member Functions | |
getToc ($additional_data) | |
toc More... | |
Additional Inherited Members | |
![]() | |
$identification_provider | |
$context_collection | |
$factory | |
![]() | |
$dic | |
Class ilLMGSToolProvider.
Definition at line 13 of file class.ilLMGSToolProvider.php.
|
protected |
string |
Definition at line 225 of file class.ilLMGSToolProvider.php.
References $type.
Referenced by getToolsForContextStack().
ilLMGSToolProvider::getOfflineToolIds | ( | ) |
return
Definition at line 146 of file class.ilLMGSToolProvider.php.
|
private |
toc
int | $ref_id |
Definition at line 198 of file class.ilLMGSToolProvider.php.
References $_GET, $DIC, Vendor\Package\$e, and $service.
Referenced by getTocTool().
ilLMGSToolProvider::getTocTool | ( | $additional_data | ) |
Get toc tool.
return
Definition at line 166 of file class.ilLMGSToolProvider.php.
References $DIC, $lng, ilUtil\getImagePath(), getToc(), and ILIAS\GlobalScreen\Scope\MainMenu\Factory\withSymbol().
Referenced by getToolsForContextStack().
ilLMGSToolProvider::getToolsForContextStack | ( | CalledContexts | $called_contexts | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\Tool\Provider\DynamicToolProvider.
Definition at line 34 of file class.ilLMGSToolProvider.php.
References Vendor\Package\$c, $DIC, $lng, ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), ilUtil\getImagePath(), getLinkSlateContent(), getTocTool(), and ILIAS\GlobalScreen\Scope\MainMenu\Factory\withSymbol().
ilLMGSToolProvider::isInterestedInContexts | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 25 of file class.ilLMGSToolProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
const ilLMGSToolProvider::LM_OFFLINE = 'lm_offline' |
Definition at line 19 of file class.ilLMGSToolProvider.php.
Referenced by ILIAS\LearningModule\Export\LMHtmlExport\initScreen().
const ilLMGSToolProvider::LM_QUERY_PARAMS = 'lm_query_params' |
Definition at line 18 of file class.ilLMGSToolProvider.php.
Referenced by ILIAS\LearningModule\Export\LMHtmlExport\initScreen().
const ilLMGSToolProvider::SHOW_TOC_TOOL = 'show_toc_tool' |
Definition at line 17 of file class.ilLMGSToolProvider.php.
Referenced by ilLMPresentationGUI\__construct().