ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilPluginGlobalScreenNullProvider Class Reference

Class ilPluginGlobalScreenNullProvider. More...

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

Public Member Functions

 __construct ()
 
 getPurpose ()
 
 getStaticTopItems ()
 
 getStaticSubItems ()
 
- Public Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticPluginMainMenuProvider
 __construct (Container $dic, ilPlugin $plugin)
 
 getProviderNameForPresentation ()
 
- 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 ()
 

Additional Inherited Members

- Data Fields inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider
const PURPOSE_MAINBAR = 'mainmenu'
 
- Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider
 globalScreen ()
 
- Protected Attributes inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticPluginMainMenuProvider
 $plugin
 
- Protected Attributes inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider
 $dic
 
 $if
 
 $mainmenu
 
- Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider
 $dic
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilPluginGlobalScreenNullProvider::__construct ( )

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

17  {
18  }

Member Function Documentation

◆ getPurpose()

ilPluginGlobalScreenNullProvider::getPurpose ( )
final

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

24  : string
25  {
26  return "mainmenu";
27  }

◆ getStaticSubItems()

ilPluginGlobalScreenNullProvider::getStaticSubItems ( )
final

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

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

42  : array
43  {
44  return array();
45  }

◆ getStaticTopItems()

ilPluginGlobalScreenNullProvider::getStaticTopItems ( )
final

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

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

33  : array
34  {
35  return array();
36  }

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