|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ADNProvider. More...
Inheritance diagram for ILIAS\GlobalScreen\ADNProvider:
Collaboration diagram for ILIAS\GlobalScreen\ADNProvider:Public Member Functions | |
| __construct (Container $dic) | |
| getNotifications () | |
Protected Member Functions | |
| getSummary (ilADNNotification|\ActiveRecord $item) | |
Protected Attributes | |
| ILIAS Refinery String MarkdownFormattingToHTML | $markdown |
| ILIAS GlobalScreen Helper BasicAccessCheckClosures | $access |
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\GlobalScreen\ADNProvider::__construct | ( | Container | $dic | ) |
Definition at line 40 of file ADNProvider.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\access().
Here is the call graph for this function:
|
private |
Definition at line 128 of file ADNProvider.php.
Referenced by ILIAS\GlobalScreen\ADNProvider\getNotifications().
Here is the caller graph for this function:| ILIAS\GlobalScreen\ADNProvider::getNotifications | ( | ) |
Definition at line 57 of file ADNProvider.php.
References $id, ILIAS\Repository\access(), ILIAS\GlobalScreen\ADNProvider\combineClosure(), ActiveRecord\get(), ILIAS\GlobalScreen\ADNProvider\getSummary(), ILIAS\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\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, and ilADNNotification\TYPE_WARNING.
Referenced by ILIAS\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.
Definition at line 37 of file ADNProvider.php.