ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\GlobalScreen\Provider\Provider\AbstractPluginProvider Class Reference
+ Inheritance diagram for ILIAS\GlobalScreen\Provider\Provider\AbstractPluginProvider:
+ Collaboration diagram for ILIAS\GlobalScreen\Provider\Provider\AbstractPluginProvider:

Public Member Functions

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

Private Attributes

PluginIdentificationProvider $identification_provider
 

Additional Inherited Members

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

Detailed Description

Definition at line 29 of file AbstractPluginProvider.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 36 of file AbstractPluginProvider.php.

References ILIAS\GlobalScreen\Provider\__construct(), ILIAS\GlobalScreen\Provider\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)
$dic
Definition: result.php:31
+ Here is the call graph for this function:

Member Function Documentation

◆ getPluginID()

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

◆ id()

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

Field Documentation

◆ $identification_provider

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

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