|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilAssQuestionType: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 $DIC.
|
static |
| array | $questionTypeData |
Definition at line 132 of file class.ilAssQuestionType.php.
Referenced by ilObjTest\getAvailableQuestions(), ilAssQuestionList\load(), ilAssQuestionTypeList\load(), and ilTestRandomQuestionSetStagingPoolQuestionList\loadQuestions().
Here is the caller graph for this function:| ilAssQuestionType::getId | ( | ) |
| ilAssQuestionType::getPluginName | ( | ) |
Definition at line 97 of file class.ilAssQuestionType.php.
References $pluginName.
Referenced by isImportable().
Here is the caller graph for this function:| ilAssQuestionType::getTag | ( | ) |
| ilAssQuestionType::isImportable | ( | ) |
Definition at line 113 of file class.ilAssQuestionType.php.
References ilQuestionsPlugin\COMP_NAME, getPluginName(), IL_COMP_MODULE, isPlugin(), and ilQuestionsPlugin\SLOT_ID.
Here is the call graph for this function:| ilAssQuestionType::isPlugin | ( | ) |
Definition at line 81 of file class.ilAssQuestionType.php.
References $plugin.
Referenced by isImportable().
Here is the caller graph for this function:| ilAssQuestionType::setId | ( | $id | ) |
| ilAssQuestionType::setPlugin | ( | $plugin | ) |
| bool | $plugin |
Definition at line 89 of file class.ilAssQuestionType.php.
References $plugin.
| ilAssQuestionType::setPluginName | ( | $pluginName | ) |
| string | $pluginName |
Definition at line 105 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.