|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ADNProvider. More...
Inheritance diagram for ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider:
Collaboration diagram for ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider:Public Member Functions | |
| __construct (Container $dic) | |
| getNotifications () | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider | |
| __construct (Container $dic) | |
| getAdministrativeNotifications () | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __construct (Container $dic) | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
Protected Member Functions | |
| getSummary (ilADNNotification|\ActiveRecord $item) | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Protected Attributes | |
| ILIAS Refinery String MarkdownFormattingToHTML | $markdown |
| ILIAS GlobalScreen Helper BasicAccessCheckClosures | $access |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider | |
| Container | $dic |
| IdentificationProviderInterface | $if |
| NotificationFactory | $notification_factory |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| Container | $dic |
Private Member Functions | |
| handleDenotation (ilADNNotification $item, AdministrativeNotification $adn) | |
| combineClosure (Closure $closure, ?Closure $additional=null) | |
Class ADNProvider.
Definition at line 35 of file ADNProvider.php.
| ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider::__construct | ( | Container | $dic | ) |
Definition at line 40 of file ADNProvider.php.
References ILIAS\MetaData\Repository\Validation\Data\__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 128 of file ADNProvider.php.
Referenced by ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider\getNotifications().
Here is the caller graph for this function:| ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider::getNotifications | ( | ) |
Implements ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider.
Definition at line 57 of file ADNProvider.php.
References $id, ILIAS\Repository\access(), ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider\combineClosure(), ActiveRecord\get(), ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider\getAdministrativeNotifications(), ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider\getSummary(), ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider\handleDenotation(), and ilADNDismiss\hasDimissed().
Here is the call graph for this function:
|
protected |
Definition at line 47 of file ADNProvider.php.
Referenced by ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider\getNotifications().
Here is the caller graph for this function:
|
private |
Definition at line 105 of file ADNProvider.php.
References ilADNNotification\getType(), ilADNNotification\getTypeDuringEvent(), ilADNNotification\isDuringEvent(), ilADNNotification\isPermanent(), 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().
Referenced by ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider\getNotifications().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 38 of file ADNProvider.php.
|
protected |
Definition at line 37 of file ADNProvider.php.