ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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:23