ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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)
 @inheritDoc More...
 
 getPluginID ()
 @inheritDoc More...
 
 id ()
 @inheritDoc More...
 
- Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider
 __construct (protected Container $dic)
 
 getFullyQualifiedClassName ()
 
 getProviderNameForPresentation ()
 
 getFullyQualifiedClassName ()
 
 getProviderNameForPresentation ()
 
 getPluginID ()
 
 id ()
 

Private Attributes

PluginIdentificationProvider $identification_provider
 

Additional Inherited Members

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

Detailed Description

Definition at line 30 of file AbstractPluginProvider.php.

Constructor & Destructor Documentation

◆ __construct()

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

@inheritDoc

Definition at line 37 of file AbstractPluginProvider.php.

38 {
40 $this->identification_provider = $dic->globalScreen()->identification()->plugin($this->getPluginID(), $this);
41 }
$dic
Definition: ltiresult.php:33
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References $dic, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\GlobalScreen\Provider\AbstractPluginProvider\getPluginID().

+ Here is the call graph for this function:

Member Function Documentation

◆ getPluginID()

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

@inheritDoc

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 ( )

@inheritDoc

Implements ILIAS\GlobalScreen\Provider\PluginProvider.

Definition at line 51 of file AbstractPluginProvider.php.

51 : PluginIdentificationProvider
52 {
54 }

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

Field Documentation

◆ $identification_provider

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

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