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.
130 {
131 if( $questionTypeData['plugin'] && !strlen($questionTypeData['plugin_name']) )
132 {
133 $questionTypeData['plugin_name'] = $questionTypeData['type_tag'];
134 }
135
136 return $questionTypeData;
137 }
Referenced by ilAssQuestionTypeList\load().
◆ 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: