ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilNotificationOSDRepositoryInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
25 
30 {
31  public function __construct();
32 
33  public function createOSDNotification(int $user_id, ilNotificationObject $object): ?ilOSDNotificationObject;
34 
35  public function ifOSDNotificationExistsById(int $id): bool;
36 
40  public function getOSDNotificationsByUser(int $user_id): array;
41 
42  public function deleteOSDNotificationById(int $id): bool;
43 }
createOSDNotification(int $user_id, ilNotificationObject $object)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23