ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
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

PluginIdentificationProvider $identification_provider
 

Additional Inherited Members

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

Detailed Description

Definition at line 29 of file AbstractPluginProvider.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 36 of file AbstractPluginProvider.php.

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

37  {
39  $this->identification_provider = $dic->globalScreen()->identification()->plugin($this->getPluginID(), $this);
40  }
__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 ( )

Implements ILIAS\GlobalScreen\Provider\PluginProvider.

Definition at line 50 of file AbstractPluginProvider.php.

References ILIAS\GlobalScreen\Provider\AbstractPluginProvider\$identification_provider.

50  : PluginIdentificationProvider
51  {
53  }

Field Documentation

◆ $identification_provider

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

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