|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ADNProvider. More...
Inheritance diagram for ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider:
Collaboration diagram for ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider:Public Member Functions | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getNotifications () | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getAdministrativeNotifications () | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getFullyQualifiedClassName () | |
| @inheritDoc More... | |
| getProviderNameForPresentation () | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
| getNotifications () | |
| getAdministrativeNotifications () | |
Protected Attributes | |
| $access | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider | |
| $dic | |
| $if | |
| $notification_factory | |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| $dic | |
Private Member Functions | |
| handleDenotation (ilADNNotification $item, AdministrativeNotification $adn) | |
| combineClosure (Closure $closure, ?Closure $additional=null) | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Class ADNProvider.
Definition at line 19 of file ADNProvider.php.
| ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider::__construct | ( | Container | $dic | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider.
Definition at line 26 of file ADNProvider.php.
References ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider\$dic, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\GlobalScreen\Helper\BasicAccessCheckClosures\getInstance().
Here is the call graph for this function:
|
private |
Definition at line 112 of file ADNProvider.php.
References $additional.
| ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider::getNotifications | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider.
Definition at line 35 of file ADNProvider.php.
|
private |
Definition at line 89 of file ADNProvider.php.
References ilADNNotification\TYPE_ERROR, ilADNNotification\TYPE_INFO, ilADNNotification\TYPE_WARNING, ILIAS\GlobalScreen\Scope\Notification\Factory\AdministrativeNotification\withBreakingDenotation(), ILIAS\GlobalScreen\Scope\Notification\Factory\AdministrativeNotification\withImportantDenotation(), and ILIAS\GlobalScreen\Scope\Notification\Factory\AdministrativeNotification\withNeutralDenotation().
Here is the call graph for this function:
|
protected |
Definition at line 24 of file ADNProvider.php.