ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ilNotificationOSDRepositoryInterface.php
Go to the documentation of this file.
1<?php
2
19declare(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}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
createOSDNotification(int $user_id, ilNotificationObject $object)