ILIAS  release_8 Revision v8.24
TriggeredSignal.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22
24
32{
34 private string $event;
35
36 public function __construct(C\Signal $signal, string $event)
37 {
38 $this->signal = $signal;
39 $this->event = $event;
40 }
41
45 public function getSignal(): C\Signal
46 {
47 return $this->signal;
48 }
49
53 public function getEvent(): string
54 {
55 return $this->event;
56 }
57}
__construct(C\Signal $signal, string $event)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...