ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
isInterestedInContexts () | |
getToolsForContextStack (CalledContexts $called_contexts) | |
getOfflineToolIds () | |
getTocTool (Collection $additional_data) | |
![]() | |
__construct (Container $dic) | |
@inheritDoc More... | |
![]() | |
__construct (protected Container $dic) | |
getFullyQualifiedClassName () | |
getProviderNameForPresentation () | |
getFullyQualifiedClassName () | |
getProviderNameForPresentation () | |
getToolsForContextStack (CalledContexts $called_contexts) | |
isInterestedInContexts () | |
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 (Collection $additional_data) | |
Additional Inherited Members | |
![]() | |
ToolIdentificationProviderInterface | $identification_provider |
ContextCollection | $context_collection |
ToolFactory | $factory |
Definition at line 29 of file class.ilLMGSToolProvider.php.
|
protected |
Definition at line 213 of file class.ilLMGSToolProvider.php.
ilLMGSToolProvider::getOfflineToolIds | ( | ) |
Definition at line 150 of file class.ilLMGSToolProvider.php.
References $id.
|
private |
Definition at line 189 of file class.ilLMGSToolProvider.php.
References $DIC, $params, $renderer, $service, ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\exists(), ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\get(), and ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\is().
ilLMGSToolProvider::getTocTool | ( | Collection | $additional_data | ) |
Definition at line 163 of file class.ilLMGSToolProvider.php.
References $id.
ilLMGSToolProvider::getToolsForContextStack | ( | CalledContexts | $called_contexts | ) |
CalledContexts | $called_contexts |
Implements ILIAS\GlobalScreen\Scope\Tool\Provider\DynamicToolProvider.
Definition at line 43 of file class.ilLMGSToolProvider.php.
References $id.
ilLMGSToolProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 38 of file class.ilLMGSToolProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
const ilLMGSToolProvider::LM_OFFLINE = 'lm_offline' |
Definition at line 36 of file class.ilLMGSToolProvider.php.
const ilLMGSToolProvider::LM_QUERY_PARAMS = 'lm_query_params' |
Definition at line 35 of file class.ilLMGSToolProvider.php.
Referenced by ilLMPresentationGUI\__construct().
const ilLMGSToolProvider::SHOW_LINK_SLATES = 'show_link_slates' |
Definition at line 34 of file class.ilLMGSToolProvider.php.
Referenced by ilLMPresentationGUI\__construct().
const ilLMGSToolProvider::SHOW_TOC_TOOL = 'show_toc_tool' |
Definition at line 33 of file class.ilLMGSToolProvider.php.
Referenced by ilLMPresentationGUI\__construct().