ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilLMGSToolProvider. More...
Public Member Functions | |
isInterestedInContexts () | |
getToolsForContextStack (CalledContexts $called_contexts) | |
getOfflineToolIds () | |
getTocTool ($additional_data) | |
Get toc tool. More... | |
![]() | |
__construct (Container $dic) | |
![]() | |
__construct (Container $dic) | |
getFullyQualifiedClassName () | |
getProviderNameForPresentation () | |
Data Fields | |
const | SHOW_TOC_TOOL = 'show_toc_tool' |
const | SHOW_LINK_SLATES = 'show_link_slates' |
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 226 of file class.ilLMGSToolProvider.php.
Referenced by getToolsForContextStack().
ilLMGSToolProvider::getOfflineToolIds | ( | ) |
|
private |
toc
int | $ref_id |
Definition at line 200 of file class.ilLMGSToolProvider.php.
References $_GET, $DIC, Vendor\Package\$e, and $service.
Referenced by getTocTool().
ilLMGSToolProvider::getTocTool | ( | $additional_data | ) |
Get toc tool.
Definition at line 168 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 | ) |
Implements ILIAS\GlobalScreen\Scope\Tool\Provider\DynamicToolProvider.
Definition at line 35 of file class.ilLMGSToolProvider.php.
References $c, $DIC, $lng, ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), ilUtil\getImagePath(), getLinkSlateContent(), getTocTool(), and ILIAS\GlobalScreen\Scope\MainMenu\Factory\withSymbol().
ilLMGSToolProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 26 of file class.ilLMGSToolProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
const ilLMGSToolProvider::LM_OFFLINE = 'lm_offline' |
Definition at line 20 of file class.ilLMGSToolProvider.php.
Referenced by ILIAS\LearningModule\Export\LMHtmlExport\initScreen().
const ilLMGSToolProvider::LM_QUERY_PARAMS = 'lm_query_params' |
Definition at line 19 of file class.ilLMGSToolProvider.php.
Referenced by ILIAS\LearningModule\Export\LMHtmlExport\initScreen().
const ilLMGSToolProvider::SHOW_LINK_SLATES = 'show_link_slates' |
Definition at line 18 of file class.ilLMGSToolProvider.php.
const ilLMGSToolProvider::SHOW_TOC_TOOL = 'show_toc_tool' |
Definition at line 17 of file class.ilLMGSToolProvider.php.