ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
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
13
{
19
final
public
function
getComponentType
()
20
{
21
return
IL_COMP_MODULE
;
22
}
23
29
final
public
function
getComponentName
()
30
{
31
return
"SurveyQuestionPool"
;
32
}
33
39
final
public
function
getSlot
()
40
{
41
return
"SurveyQuestions"
;
42
}
43
49
final
public
function
getSlotId
()
50
{
51
return
"svyq"
;
52
}
53
57
final
protected
function
slotInit
()
58
{
59
// nothing to do here
60
}
61
62
abstract
public
function
getQuestionType
();
63
}
ilSurveyQuestionsPlugin\getComponentName
getComponentName()
Get Component Name.
Definition:
class.ilSurveyQuestionsPlugin.php:29
ilPlugin
Definition:
class.ilPlugin.php:16
ilSurveyQuestionsPlugin\getSlotId
getSlotId()
Get Slot ID.
Definition:
class.ilSurveyQuestionsPlugin.php:49
ilSurveyQuestionsPlugin\getComponentType
getComponentType()
Get Component Type.
Definition:
class.ilSurveyQuestionsPlugin.php:19
IL_COMP_MODULE
const IL_COMP_MODULE
Definition:
class.ilComponent.php:5
ilSurveyQuestionsPlugin\getSlot
getSlot()
Get Slot Name.
Definition:
class.ilSurveyQuestionsPlugin.php:39
ilSurveyQuestionsPlugin\slotInit
slotInit()
Object initialization done by slot.
Definition:
class.ilSurveyQuestionsPlugin.php:57
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 Sat Jan 18 2025 19:01:21 for ILIAS by
1.8.13 (using
Doxyfile
)