ILIAS
release_4-4 Revision
◀ 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
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
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.ilQuestionsPlugin.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once (
"./Services/Component/classes/class.ilPlugin.php"
);
5
14
abstract
class
ilQuestionsPlugin
extends
ilPlugin
{
20
final
function
getComponentType
() {
21
return
IL_COMP_MODULE
;
22
}
23
29
final
function
getComponentName
() {
30
return
"TestQuestionPool"
;
31
}
32
38
final
function
getSlot
() {
39
return
"Questions"
;
40
}
41
47
final
function
getSlotId
() {
48
return
"qst"
;
49
}
50
54
protected
final
function
slotInit
() {
55
// nothing to do here
56
}
57
58
abstract
function
getQuestionType
();
59
}
60
?>
ilQuestionsPlugin\getQuestionType
getQuestionType()
ilQuestionsPlugin
Abstract parent class for all question plugin classes.
Definition:
class.ilQuestionsPlugin.php:14
ilPlugin
Definition:
class.ilPlugin.php:16
ilQuestionsPlugin\getSlotId
getSlotId()
Get Slot ID.
Definition:
class.ilQuestionsPlugin.php:47
ilQuestionsPlugin\getComponentName
getComponentName()
Get Component Name.
Definition:
class.ilQuestionsPlugin.php:29
IL_COMP_MODULE
const IL_COMP_MODULE
Definition:
class.ilComponent.php:5
ilQuestionsPlugin\slotInit
slotInit()
Object initialization done by slot.
Definition:
class.ilQuestionsPlugin.php:54
ilQuestionsPlugin\getSlot
getSlot()
Get Slot Name.
Definition:
class.ilQuestionsPlugin.php:38
ilQuestionsPlugin\getComponentType
getComponentType()
Get Component Type.
Definition:
class.ilQuestionsPlugin.php:20
Modules
TestQuestionPool
classes
class.ilQuestionsPlugin.php
Generated on Mon Dec 21 2020 19:01:08 for ILIAS by
1.8.13 (using
Doxyfile
)