ILIAS
release_8 Revision v8.19
|
Class ForumGlobalScreenToolsProvider. More...
Public Member Functions | |
isInterestedInContexts () | |
getToolsForContextStack (\ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts $called_contexts) | |
![]() | |
__construct (Container $dic) | |
![]() | |
__construct (Container $dic) | |
getFullyQualifiedClassName () | |
getProviderNameForPresentation () | |
![]() | |
getToolsForContextStack (CalledContexts $called_contexts) | |
Data Fields | |
const | SHOW_FORUM_THREADS_TOOL = 'show_forum_threads_tool' |
const | REF_ID = 'ref_id' |
const | FORUM_THEAD = 'frm_thread' |
const | FORUM_THREAD_ROOT = 'frm_thread_root' |
const | FORUM_BASE_CONTROLLER = 'frm_base_controller' |
const | PAGE = 'frm_thread_page' |
Additional Inherited Members | |
![]() | |
globalScreen () | |
![]() | |
ToolIdentificationProviderInterface | $identification_provider |
ContextCollection | $context_collection |
ToolFactory | $factory |
![]() | |
Container | $dic |
Class ForumGlobalScreenToolsProvider.
Definition at line 29 of file ForumGlobalScreenToolsProvider.php.
ForumGlobalScreenToolsProvider::getToolsForContextStack | ( | \ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts | $called_contexts | ) |
Definition at line 43 of file ForumGlobalScreenToolsProvider.php.
References $id.
ForumGlobalScreenToolsProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 38 of file ForumGlobalScreenToolsProvider.php.
const ForumGlobalScreenToolsProvider::FORUM_BASE_CONTROLLER = 'frm_base_controller' |
Definition at line 35 of file ForumGlobalScreenToolsProvider.php.
Referenced by ilObjForumGUI\viewThreadObject().
const ForumGlobalScreenToolsProvider::FORUM_THEAD = 'frm_thread' |
Definition at line 33 of file ForumGlobalScreenToolsProvider.php.
Referenced by ilObjForumGUI\viewThreadObject().
const ForumGlobalScreenToolsProvider::FORUM_THREAD_ROOT = 'frm_thread_root' |
Definition at line 34 of file ForumGlobalScreenToolsProvider.php.
Referenced by ilObjForumGUI\viewThreadObject().
const ForumGlobalScreenToolsProvider::PAGE = 'frm_thread_page' |
Definition at line 36 of file ForumGlobalScreenToolsProvider.php.
Referenced by ilObjForumGUI\viewThreadObject().
const ForumGlobalScreenToolsProvider::REF_ID = 'ref_id' |
Definition at line 32 of file ForumGlobalScreenToolsProvider.php.
Referenced by ilObjForumGUI\viewThreadObject().
const ForumGlobalScreenToolsProvider::SHOW_FORUM_THREADS_TOOL = 'show_forum_threads_tool' |
Definition at line 31 of file ForumGlobalScreenToolsProvider.php.
Referenced by ilObjForumGUI\viewThreadObject().