|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilLMGSToolProvider:
Collaboration diagram for ilLMGSToolProvider:Public Member Functions | |
| isInterestedInContexts () | |
| getToolsForContextStack (CalledContexts $called_contexts) | |
| getOfflineToolIds () | |
| getTocTool (Collection $additional_data) | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\Tool\Provider\AbstractDynamicToolProvider | |
| __construct (Container $dic) | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __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) | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Private Member Functions | |
| getToc (Collection $additional_data) | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Tool\Provider\AbstractDynamicToolProvider | |
| ToolIdentificationProviderInterface | $identification_provider |
| ContextCollection | $context_collection |
| ToolFactory | $factory |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| Container | $dic |
Definition at line 29 of file class.ilLMGSToolProvider.php.
|
protected |
Definition at line 213 of file class.ilLMGSToolProvider.php.
Referenced by getToolsForContextStack().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 Vendor\Package\$c, $DIC, $id, $lng, $ref_id, 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 | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 38 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 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().