ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
TriggeredSignal.php
Go to the documentation of this file.
1
<?php
2
namespace
ILIAS\UI\Implementation\Component
;
3
4
use
ILIAS\UI\Component
as
C
;
5
12
class
TriggeredSignal
13
{
14
18
private
$signal
;
19
23
private
$event
;
24
29
public
function
__construct
(
C
\
Signal
$signal
,
$event
)
30
{
31
$this->signal =
$signal
;
32
$this->
event
=
$event
;
33
}
34
38
public
function
getSignal
()
39
{
40
return
$this->signal
;
41
}
42
46
public
function
getEvent
()
47
{
48
return
$this->event
;
49
}
50
}
ILIAS\UI\Implementation\Component
ILIAS\UI\Implementation\Component\TriggeredSignal\getEvent
getEvent()
Definition:
TriggeredSignal.php:46
ILIAS\UI\Implementation\Component\TriggeredSignal
Definition:
TriggeredSignal.php:12
ILIAS\UI\Component
ILIAS\UI\Implementation\Component\TriggeredSignal\getSignal
getSignal()
Definition:
TriggeredSignal.php:38
ILIAS\UI\Implementation\Component\TriggeredSignal\$signal
$signal
Definition:
TriggeredSignal.php:18
ILIAS\UI\Implementation\Component\TriggeredSignal\__construct
__construct(C\Signal $signal, $event)
Definition:
TriggeredSignal.php:29
ILIAS\UI\Component\Signal
Definition:
Signal.php:13
ILIAS\UI\Implementation\Component\TriggeredSignal\$event
$event
Definition:
TriggeredSignal.php:23
src
UI
Implementation
Component
TriggeredSignal.php
Generated on Tue Apr 8 2025 21:02:15 for ILIAS by
1.8.13 (using
Doxyfile
)