ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilPluginGlobalScreenNullProvider Class Reference

Class ilPluginGlobalScreenNullProvider. More...

+ Inheritance diagram for ilPluginGlobalScreenNullProvider:
+ Collaboration diagram for ilPluginGlobalScreenNullProvider:

Public Member Functions

 getAllIdentifications ()
 
 getStaticTopItems ()
 
 getStaticSubItems ()
 
- Public Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider
 __construct (Container $dic)
 
 getAllIdentifications ()
 
 provideTypeInformation ()
 
- Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider
 __construct (Container $dic)
 
 getFullyQualifiedClassName ()
 
 getProviderNameForPresentation ()
 
- Public Member Functions inherited from ILIAS\GlobalScreen\Provider\PluginProvider
 getPluginID ()
 
 id ()
 

Additional Inherited Members

- Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider
 globalScreen ()
 
- Protected Attributes inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider
 $dic
 
 $if
 
 $mainmenu
 
- Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider
 $dic
 

Detailed Description

Member Function Documentation

◆ getAllIdentifications()

ilPluginGlobalScreenNullProvider::getAllIdentifications ( )

Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface.

Definition at line 17 of file class.ilPluginGlobalScreenNullProvider.php.

17  : array
18  {
19  return [];
20  }

◆ getStaticSubItems()

ilPluginGlobalScreenNullProvider::getStaticSubItems ( )

Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider.

Definition at line 35 of file class.ilPluginGlobalScreenNullProvider.php.

35  : array
36  {
37  return [];
38  }

◆ getStaticTopItems()

ilPluginGlobalScreenNullProvider::getStaticTopItems ( )

Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider.

Definition at line 26 of file class.ilPluginGlobalScreenNullProvider.php.

26  : array
27  {
28  return [];
29  }

The documentation for this class was generated from the following file: