ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilNotificationOSDRepositoryInterface.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
23 use ilDBInterface;
29 use ilLanguage;
30 
35 {
36  public function __construct();
37 
38  public function createOSDNotification(int $user_id, ilNotificationObject $object): ?ilOSDNotificationObject;
39 
40  public function ifOSDNotificationExistsById(int $id): bool;
41 
45  public function getOSDNotificationsByUser(int $user_id): array;
46 
47  public function deleteOSDNotificationById(int $id): bool;
48 }
createOSDNotification(int $user_id, ilNotificationObject $object)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23