Definition at line 10 of file class.ilAssQuestionType.php.
◆ __construct()
ilAssQuestionType::__construct |
( |
| ) |
|
◆ completeMissingPluginName()
static ilAssQuestionType::completeMissingPluginName |
( |
|
$questionTypeData | ) |
|
|
static |
- Parameters
-
- Returns
- array
Definition at line 129 of file class.ilAssQuestionType.php.
Referenced by ilAssQuestionTypeList\load().
131 if( $questionTypeData[
'plugin'] && !strlen($questionTypeData[
'plugin_name']) )
133 $questionTypeData[
'plugin_name'] = $questionTypeData[
'type_tag'];
136 return $questionTypeData;
◆ getId()
ilAssQuestionType::getId |
( |
| ) |
|
◆ getPluginName()
ilAssQuestionType::getPluginName |
( |
| ) |
|
◆ getTag()
ilAssQuestionType::getTag |
( |
| ) |
|
◆ isImportable()
ilAssQuestionType::isImportable |
( |
| ) |
|
◆ isPlugin()
ilAssQuestionType::isPlugin |
( |
| ) |
|
◆ setId()
ilAssQuestionType::setId |
( |
|
$id | ) |
|
◆ setPlugin()
ilAssQuestionType::setPlugin |
( |
|
$plugin | ) |
|
◆ setPluginName()
ilAssQuestionType::setPluginName |
( |
|
$pluginName | ) |
|
◆ setTag()
ilAssQuestionType::setTag |
( |
|
$tag | ) |
|
◆ $id
◆ $plugin
ilAssQuestionType::$plugin |
|
protected |
◆ $pluginAdmin
ilAssQuestionType::$pluginAdmin |
|
protected |
◆ $pluginName
ilAssQuestionType::$pluginName |
|
protected |
◆ $tag
The documentation for this class was generated from the following file: