ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 
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:24