19 declare(strict_types=1);
35 protected ?
int $time_added = 0,
36 protected ?
int $valid_until = 0,
37 protected ?
int $visible_for = 0,
38 protected ?
string $type =
'',
60 return $this->valid_until;
65 $this->valid_until = $valid_until;
70 return $this->visible_for;
75 $this->visible_for = $visible_for;
80 return $this->time_added;
85 $this->time_added = $time_added;
93 public function setType(
string $type): void
100 return $this->identification;
105 $this->identification = $identification;
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setValidUntil(int $valid_until)
setTimeAdded(int $time_added)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
setVisibleFor(int $visible_for)
setIdentification(NotificationIdentification $identification)
__construct(protected int $id, protected int $user, protected ilNotificationObject $object, protected ?int $time_added=0, protected ?int $valid_until=0, protected ?int $visible_for=0, protected ?string $type='', protected ?NotificationIdentification $identification=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...