ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
AbstractNotificationPluginProvider.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\Notification\Provider
;
2
3
use
ILIAS\GlobalScreen\Provider\PluginProvider
;
4
use
ILIAS\GlobalScreen\Provider\PluginProviderHelper
;
5
11
abstract
class
AbstractNotificationPluginProvider
extends
AbstractNotificationProvider
implements
NotificationProvider
,
PluginProvider
12
{
13
use
PluginProviderHelper
;
14
}
ILIAS\GlobalScreen\Provider\PluginProviderHelper
trait PluginProviderHelper
Class PluginProviderHelper.
Definition:
PluginProviderHelper.php:15
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider
Interface AbstractNotificationProvider.
Definition:
AbstractNotificationProvider.php:13
ILIAS\GlobalScreen\Scope\Notification\Provider
Definition:
AbstractNotificationPluginProvider.php:1
ILIAS\GlobalScreen\Provider\PluginProvider
Interface PluginProvider.
Definition:
PluginProvider.php:12
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider
Interface NotificationProvider.
Definition:
NotificationProvider.php:11
PluginProvider
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationPluginProvider
Interface AbstractNotificationPluginProvider.
Definition:
AbstractNotificationPluginProvider.php:11
src
GlobalScreen
Scope
Notification
Provider
AbstractNotificationPluginProvider.php
Generated on Mon Sep 1 2025 20:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)