ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Scope\Notification\Provider\AbstractNotificationPluginProvider
Interface AbstractNotificationPluginProvider.
Definition:
AbstractNotificationPluginProvider.php:31
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider
Interface AbstractNotificationProvider.
Definition:
AbstractNotificationProvider.php:33
ILIAS\GlobalScreen\Provider\PluginProvider
Interface PluginProvider.
Definition:
PluginProvider.php:30
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider
Interface NotificationProvider.
Definition:
NotificationProvider.php:32
ILIAS\GlobalScreen\Provider\PluginProviderHelper
trait PluginProviderHelper
Class PluginProviderHelper.
Definition:
PluginProviderHelper.php:32
ILIAS\GlobalScreen\Scope\Notification\Provider
Definition:
AbstractNotificationPluginProvider.php:21
components
ILIAS
GlobalScreen
src
Scope
Notification
Provider
AbstractNotificationPluginProvider.php
Generated on Sat Oct 18 2025 23:03:08 for ILIAS by
1.9.4 (using
Doxyfile
)