ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
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 Wed Sep 3 2025 20:01:02 for ILIAS by
1.8.13 (using
Doxyfile
)