ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
isInterestedInContexts () | |
getToolsForContextStack (CalledContexts $called_contexts) | |
getOfflineToolIds () | |
getTocTool (Collection $additional_data) | |
![]() | |
__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 (Collection $additional_data) | |
Additional Inherited Members | |
![]() | |
ToolIdentificationProviderInterface | $identification_provider |
ContextCollection | $context_collection |
ToolFactory | $factory |
![]() | |
Container | $dic |
Definition at line 29 of file class.ilLMGSToolProvider.php.
|
protected |
Definition at line 213 of file class.ilLMGSToolProvider.php.
Referenced by getToolsForContextStack().
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, $service, ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\exists(), ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\get(), and ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\is().
Referenced by getTocTool().
ilLMGSToolProvider::getTocTool | ( | Collection | $additional_data | ) |
Definition at line 163 of file class.ilLMGSToolProvider.php.
References $DIC, $id, $lng, ilUtil\getImagePath(), getToc(), and ILIAS\GlobalScreen\Scope\MainMenu\Factory\withSymbol().
Referenced by getToolsForContextStack().
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 $c, $DIC, $id, $lng, $ref_id, 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 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.
Referenced by ILIAS\LearningModule\Export\LMHtmlExport\initScreen().
const ilLMGSToolProvider::LM_QUERY_PARAMS = 'lm_query_params' |
Definition at line 35 of file class.ilLMGSToolProvider.php.
Referenced by ilLMPresentationGUI\__construct(), and ILIAS\LearningModule\Export\LMHtmlExport\initScreen().
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().