ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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)