ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\GlobalScreen\Provider\AbstractPluginProvider Class Reference
+ Inheritance diagram for ILIAS\GlobalScreen\Provider\AbstractPluginProvider:
+ Collaboration diagram for ILIAS\GlobalScreen\Provider\AbstractPluginProvider:

Public Member Functions

 __construct (Container $dic)
 
 getPluginID ()
 
 id ()
 
- Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider
 __construct (Container $dic)
 
 getFullyQualifiedClassName ()
 
 getProviderNameForPresentation ()
 

Private Attributes

 $identification_provider
 

Additional Inherited Members

- Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider
 globalScreen ()
 
- Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider
 $dic
 

Detailed Description

Definition at line 11 of file AbstractPluginProvider.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\GlobalScreen\Provider\AbstractPluginProvider::__construct ( Container  $dic)

Definition at line 23 of file AbstractPluginProvider.php.

References ILIAS\GlobalScreen\Provider\__construct(), ILIAS\GlobalScreen\Provider\AbstractPluginProvider\getPluginID(), and ILIAS\DI\Container\globalScreen().

24  {
26  $this->identification_provider = $dic->globalScreen()->identification()->plugin($this->getPluginID(), $this);
27  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ getPluginID()

ILIAS\GlobalScreen\Provider\AbstractPluginProvider::getPluginID ( )
abstract

Implements ILIAS\GlobalScreen\Provider\PluginProvider.

Referenced by ILIAS\GlobalScreen\Provider\AbstractPluginProvider\__construct().

+ Here is the caller graph for this function:

◆ id()

ILIAS\GlobalScreen\Provider\AbstractPluginProvider::id ( )

Field Documentation

◆ $identification_provider

ILIAS\GlobalScreen\Provider\AbstractPluginProvider::$identification_provider
private

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