ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ ilDoc Overview
AbstractNotificationPluginProvider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Notification\Provider
;
22
23
use
ILIAS\GlobalScreen\Provider\PluginProvider
;
24
use
ILIAS\GlobalScreen\Provider\PluginProviderHelper
;
25
30
abstract
class
AbstractNotificationPluginProvider
extends
AbstractNotificationProvider
implements
NotificationProvider
,
PluginProvider
31
{
32
use
PluginProviderHelper
;
33
}
ILIAS\GlobalScreen\Provider\PluginProviderHelper
trait PluginProviderHelper
Class PluginProviderHelper.
Definition:
PluginProviderHelper.php:32
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider
Interface AbstractNotificationProvider.
Definition:
AbstractNotificationProvider.php:32
ILIAS\GlobalScreen\Scope\Notification\Provider
Definition:
AbstractNotificationPluginProvider.php:21
ILIAS\GlobalScreen\Provider\PluginProvider
Interface PluginProvider.
Definition:
PluginProvider.php:29
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider
Interface NotificationProvider.
Definition:
NotificationProvider.php:31
PluginProvider
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationPluginProvider
Interface AbstractNotificationPluginProvider.
Definition:
AbstractNotificationPluginProvider.php:30
components
ILIAS
GlobalScreen
src
Scope
Notification
Provider
AbstractNotificationPluginProvider.php
Generated on Tue Sep 2 2025 23:03:09 for ILIAS by
1.8.13 (using
Doxyfile
)