ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct () | |
ilAssQuestionType constructor. More... | |
getId () | |
setId ($id) | |
getTag () | |
setTag ($tag) | |
isPlugin () | |
setPlugin ($plugin) | |
getPluginName () | |
setPluginName ($pluginName) | |
isImportable () | |
Static Public Member Functions | |
static | completeMissingPluginName ($questionTypeData) |
Protected Attributes | |
$pluginAdmin | |
$id | |
$tag | |
$plugin | |
$pluginName | |
Definition at line 10 of file class.ilAssQuestionType.php.
ilAssQuestionType::__construct | ( | ) |
ilAssQuestionType constructor.
Definition at line 40 of file class.ilAssQuestionType.php.
References $GLOBALS.
|
static |
array | $questionTypeData |
Definition at line 129 of file class.ilAssQuestionType.php.
Referenced by ilObjTest\getAvailableQuestions(), ilAssQuestionTypeList\load(), ilAssQuestionList\load(), and ilTestRandomQuestionSetStagingPoolQuestionList\loadQuestions().
ilAssQuestionType::getId | ( | ) |
ilAssQuestionType::getPluginName | ( | ) |
Definition at line 96 of file class.ilAssQuestionType.php.
References $pluginName.
Referenced by isImportable().
ilAssQuestionType::getTag | ( | ) |
ilAssQuestionType::isImportable | ( | ) |
Definition at line 112 of file class.ilAssQuestionType.php.
References ilQuestionsPlugin\COMP_NAME, getPluginName(), IL_COMP_MODULE, isPlugin(), and ilQuestionsPlugin\SLOT_ID.
ilAssQuestionType::isPlugin | ( | ) |
Definition at line 80 of file class.ilAssQuestionType.php.
References $plugin.
Referenced by isImportable().
ilAssQuestionType::setId | ( | $id | ) |
ilAssQuestionType::setPlugin | ( | $plugin | ) |
bool | $plugin |
Definition at line 88 of file class.ilAssQuestionType.php.
References $plugin.
ilAssQuestionType::setPluginName | ( | $pluginName | ) |
string | $pluginName |
Definition at line 104 of file class.ilAssQuestionType.php.
References $pluginName.
ilAssQuestionType::setTag | ( | $tag | ) |
|
protected |
Definition at line 20 of file class.ilAssQuestionType.php.
|
protected |
Definition at line 30 of file class.ilAssQuestionType.php.
Referenced by isPlugin(), and setPlugin().
|
protected |
Definition at line 15 of file class.ilAssQuestionType.php.
|
protected |
Definition at line 35 of file class.ilAssQuestionType.php.
Referenced by getPluginName(), and setPluginName().
|
protected |
Definition at line 25 of file class.ilAssQuestionType.php.