ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
s
t
w
+
Functions
_
a
b
c
f
g
h
i
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
class.ilSurveyQuestionsPlugin.php
Go to the documentation of this file.
1
<?php
2
11
abstract
class
ilSurveyQuestionsPlugin
extends
ilPlugin
12
{
18
final
public
function
getComponentType
()
19
{
20
return
IL_COMP_MODULE
;
21
}
22
28
final
public
function
getComponentName
()
29
{
30
return
"SurveyQuestionPool"
;
31
}
32
38
final
public
function
getSlot
()
39
{
40
return
"SurveyQuestions"
;
41
}
42
48
final
public
function
getSlotId
()
49
{
50
return
"svyq"
;
51
}
52
56
final
protected
function
slotInit
()
57
{
58
// nothing to do here
59
}
60
61
abstract
public
function
getQuestionType
();
62
}
ilSurveyQuestionsPlugin\getComponentName
getComponentName()
Get Component Name.
Definition:
class.ilSurveyQuestionsPlugin.php:28
ilSurveyQuestionsPlugin\getSlotId
getSlotId()
Get Slot ID.
Definition:
class.ilSurveyQuestionsPlugin.php:48
ilSurveyQuestionsPlugin\getComponentType
getComponentType()
Get Component Type.
Definition:
class.ilSurveyQuestionsPlugin.php:18
IL_COMP_MODULE
const IL_COMP_MODULE
Definition:
class.ilComponent.php:5
ilSurveyQuestionsPlugin\getSlot
getSlot()
Get Slot Name.
Definition:
class.ilSurveyQuestionsPlugin.php:38
ilSurveyQuestionsPlugin\slotInit
slotInit()
Object initialization done by slot.
Definition:
class.ilSurveyQuestionsPlugin.php:56
ilSurveyQuestionsPlugin
Abstract parent class for all question plugin classes.
Definition:
class.ilSurveyQuestionsPlugin.php:11
ilSurveyQuestionsPlugin\getQuestionType
getQuestionType()
ilPlugin
Modules
SurveyQuestionPool
classes
class.ilSurveyQuestionsPlugin.php
Generated on Thu Apr 3 2025 20:00:55 for ILIAS by
1.8.13 (using
Doxyfile
)