|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilLMGSToolProvider. More...
Inheritance diagram for ilLMGSToolProvider:
Collaboration diagram for ilLMGSToolProvider:Public Member Functions | |
| isInterestedInContexts () | |
| @inheritDoc More... | |
| getToolsForContextStack (CalledContexts $called_contexts) | |
| @inheritDoc More... | |
| getOfflineToolIds () | |
| getTocTool ($additional_data) | |
| Get toc tool. More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\Tool\Provider\AbstractDynamicToolProvider | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __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 | SHOW_LINK_SLATES = 'show_link_slates' |
| const | LM_QUERY_PARAMS = 'lm_query_params' |
| const | LM_OFFLINE = 'lm_offline' |
Protected Member Functions | |
| getLinkSlateContent (string $type) | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Private Member Functions | |
| getToc ($additional_data) | |
| toc More... | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Tool\Provider\AbstractDynamicToolProvider | |
| $identification_provider | |
| $context_collection | |
| $factory | |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| $dic | |
Class ilLMGSToolProvider.
Definition at line 13 of file class.ilLMGSToolProvider.php.
|
protected |
| string |
Definition at line 226 of file class.ilLMGSToolProvider.php.
References $type.
Referenced by getToolsForContextStack().
Here is the caller graph for this function:| ilLMGSToolProvider::getOfflineToolIds | ( | ) |
return
Definition at line 148 of file class.ilLMGSToolProvider.php.
|
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().
Here is the caller graph for this function:| ilLMGSToolProvider::getTocTool | ( | $additional_data | ) |
Get toc tool.
return
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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMGSToolProvider::getToolsForContextStack | ( | CalledContexts | $called_contexts | ) |
@inheritDoc
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().
Here is the call graph for this function:| ilLMGSToolProvider::isInterestedInContexts | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 26 of file class.ilLMGSToolProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
Here is the call graph for this function:| 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.