| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 ($question_type_data) | 
Protected Attributes | |
| ilComponentRepository | $component_repository | 
| $id | |
| $tag | |
| $plugin | |
| $pluginName | |
Definition at line 25 of file class.ilAssQuestionType.php.
| ilAssQuestionType::__construct | ( | ) | 
ilAssQuestionType constructor.
Definition at line 52 of file class.ilAssQuestionType.php.
References $DIC.
      
  | 
  static | 
| array | $questionTypeData | 
Definition at line 159 of file class.ilAssQuestionType.php.
Referenced by ilObjTest\getAvailableQuestions(), ilAssQuestionTypeList\load(), ilAssQuestionList\load(), and ilTestRandomQuestionSetStagingPoolQuestionList\loadQuestions().
 Here is the caller graph for this function:| ilAssQuestionType::getId | ( | ) | 
| ilAssQuestionType::getPluginName | ( | ) | 
Definition at line 109 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 125 of file class.ilAssQuestionType.php.
References getPluginName(), isPlugin(), and ilComponentInfo\TYPE_MODULES.
 Here is the call graph for this function:| ilAssQuestionType::isPlugin | ( | ) | 
Definition at line 93 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 101 of file class.ilAssQuestionType.php.
References $plugin.
| ilAssQuestionType::setPluginName | ( | $pluginName | ) | 
| string | $pluginName | 
Definition at line 117 of file class.ilAssQuestionType.php.
References $pluginName.
| ilAssQuestionType::setTag | ( | $tag | ) | 
      
  | 
  protected | 
Definition at line 27 of file class.ilAssQuestionType.php.
      
  | 
  protected | 
Definition at line 32 of file class.ilAssQuestionType.php.
      
  | 
  protected | 
Definition at line 42 of file class.ilAssQuestionType.php.
Referenced by isPlugin(), and setPlugin().
      
  | 
  protected | 
Definition at line 47 of file class.ilAssQuestionType.php.
Referenced by getPluginName(), and setPluginName().
      
  | 
  protected | 
Definition at line 37 of file class.ilAssQuestionType.php.