ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
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
k
l
m
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
include_once (
"./Services/Component/classes/class.ilPlugin.php"
);
3
12
abstract
class
ilSurveyQuestionsPlugin
extends
ilPlugin
{
18
final
function
getComponentType
() {
19
return
IL_COMP_MODULE
;
20
}
21
27
final
function
getComponentName
() {
28
return
"SurveyQuestionPool"
;
29
}
30
36
final
function
getSlot
() {
37
return
"SurveyQuestions"
;
38
}
39
45
final
function
getSlotId
() {
46
return
"svyq"
;
47
}
48
52
protected
final
function
slotInit
() {
53
// nothing to do here
54
}
55
56
abstract
function
getQuestionType
();
57
}
58
?>
ilSurveyQuestionsPlugin\getComponentName
getComponentName()
Get Component Name.
Definition:
class.ilSurveyQuestionsPlugin.php:27
ilPlugin
Definition:
class.ilPlugin.php:16
ilSurveyQuestionsPlugin\getSlotId
getSlotId()
Get Slot ID.
Definition:
class.ilSurveyQuestionsPlugin.php:45
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:36
ilSurveyQuestionsPlugin\slotInit
slotInit()
Object initialization done by slot.
Definition:
class.ilSurveyQuestionsPlugin.php:52
ilSurveyQuestionsPlugin
Abstract parent class for all question plugin classes.
Definition:
class.ilSurveyQuestionsPlugin.php:12
ilSurveyQuestionsPlugin\getQuestionType
getQuestionType()
Modules
SurveyQuestionPool
classes
class.ilSurveyQuestionsPlugin.php
Generated on Mon Mar 31 2025 19:00:38 for ILIAS by
1.8.13 (using
Doxyfile
)