|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 (Container $dic) | |
| @inheritDoc More... | |
| getFullyQualifiedClassName () | |
| @inheritDoc More... | |
| getProviderNameForPresentation () | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
| getPluginID () | |
| id () | |
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 | |
Definition at line 11 of file AbstractPluginProvider.php.
| ILIAS\GlobalScreen\Provider\AbstractPluginProvider::__construct | ( | Container | $dic | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Provider\AbstractProvider.
Definition at line 23 of file AbstractPluginProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractProvider\$dic, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\GlobalScreen\Provider\AbstractPluginProvider\getPluginID().
Here is the call graph for this function:
|
abstract |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\PluginProvider.
Referenced by ILIAS\GlobalScreen\Provider\AbstractPluginProvider\__construct().
Here is the caller graph for this function:| ILIAS\GlobalScreen\Provider\AbstractPluginProvider::id | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\PluginProvider.
Definition at line 39 of file AbstractPluginProvider.php.
References ILIAS\GlobalScreen\Provider\AbstractPluginProvider\$identification_provider.
|
private |
Definition at line 17 of file AbstractPluginProvider.php.
Referenced by ILIAS\GlobalScreen\Provider\AbstractPluginProvider\id().