ILIAS
Release_4_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
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
?>
Modules
SurveyQuestionPool
classes
class.ilSurveyQuestionsPlugin.php
Generated on Wed Apr 27 2016 19:01:24 for ILIAS by
1.8.1.2 (using
Doxyfile
)