|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 (protected Container $dic) | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
| getNotifications () | |
| getAdministrativeNotifications () | |
Protected Member Functions | |
| getSummary (ilADNNotification|\ActiveRecord $item) | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Protected Attributes | |
| MarkdownFormattingToHTML | $markdown |
| BasicAccessCheckClosures | $access |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider | |
| Container | $dic |
| IdentificationProviderInterface | $if |
| NotificationFactory | $notification_factory |
Private Member Functions | |
| handleDenotation (ilADNNotification $item, AdministrativeNotification $adn) | |
| combineClosure (Closure $closure, ?Closure $additional=null) | |
Class ADNProvider.
Definition at line 36 of file ADNProvider.php.
| ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider::__construct | ( | Container | $dic | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider.
Definition at line 41 of file ADNProvider.php.
References ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider\$dic, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\access(), ILIAS\GlobalScreen\Helper\BasicAccessCheckClosuresSingleton\getInstance(), and ILIAS\DI\Container\refinery().
Here is the call graph for this function:
|
private |
Definition at line 124 of file ADNProvider.php.
| ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider::getNotifications | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider.
Definition at line 58 of file ADNProvider.php.
|
protected |
Definition at line 48 of file ADNProvider.php.
|
private |
Definition at line 107 of file ADNProvider.php.
References ilADNNotification\TYPE_ERROR, 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 39 of file ADNProvider.php.
|
protected |
Definition at line 38 of file ADNProvider.php.