ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\COPage\PC\Plugged\PluggedManager Class Reference
+ Collaboration diagram for ILIAS\COPage\PC\Plugged\PluggedManager:

Public Member Functions

 __construct ()
 

Protected Attributes

ilLanguage $lng
 
mixed $component_factory
 

Detailed Description

Definition at line 23 of file PluggedManager.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\COPage\PC\Plugged\PluggedManager::__construct ( )

Definition at line 31 of file PluggedManager.php.

32 {
33 global $DIC;
34 $this->component_factory = $DIC["component.factory"] ?? null;
35 $this->lng = $DIC->language();
36 }
global $DIC
Definition: shib_login.php:26

References $DIC, and ILIAS\Repository\lng().

+ Here is the call graph for this function:

Field Documentation

◆ $component_factory

mixed ILIAS\COPage\PC\Plugged\PluggedManager::$component_factory
protected

Definition at line 29 of file PluggedManager.php.

◆ $lng

ilLanguage ILIAS\COPage\PC\Plugged\PluggedManager::$lng
protected

Definition at line 25 of file PluggedManager.php.


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