Definition at line 25 of file class.ilAssQuestionType.php.
 
◆ __construct()
      
        
          | ilAssQuestionType::__construct  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ completeMissingPluginName()
  
  
      
        
          | static ilAssQuestionType::completeMissingPluginName  | 
          ( | 
          array  | 
          $question_type_data | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ getId()
      
        
          | ilAssQuestionType::getId  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getTag()
      
        
          | ilAssQuestionType::getTag  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ isImportable()
      
        
          | ilAssQuestionType::isImportable  | 
          ( | 
           | ) | 
           | 
        
      
 
- Returns
 - bool 
 
Definition at line 73 of file class.ilAssQuestionType.php.
References ilComponentInfo\TYPE_COMPONENT.
   75         if (!$this->is_plugin) {
    79         if (!isset($this->plugin_name)) {
    84         if (!$this->component_repository->getComponentByTypeAndName(
    87         )->getPluginSlotById(
'qst')->hasPluginName($this->plugin_name)) {
    91         return $this->component_repository
    92             ->getComponentByTypeAndName(
 
 
 
 
◆ setId()
      
        
          | ilAssQuestionType::setId  | 
          ( | 
          int  | 
          $id | ) | 
           | 
        
      
 
 
◆ setPlugin()
      
        
          | ilAssQuestionType::setPlugin  | 
          ( | 
          bool  | 
          $is_plugin | ) | 
           | 
        
      
 
 
◆ setPluginName()
      
        
          | ilAssQuestionType::setPluginName  | 
          ( | 
          ?string  | 
          $plugin_name | ) | 
           | 
        
      
 
 
◆ setTag()
      
        
          | ilAssQuestionType::setTag  | 
          ( | 
          string  | 
          $tag | ) | 
           | 
        
      
 
 
◆ $component_repository
◆ $id
  
  
      
        
          | int ilAssQuestionType::$id | 
         
       
   | 
  
protected   | 
  
 
 
◆ $is_plugin
  
  
      
        
          | bool ilAssQuestionType::$is_plugin | 
         
       
   | 
  
protected   | 
  
 
 
◆ $plugin_name
  
  
      
        
          | string ilAssQuestionType::$plugin_name = null | 
         
       
   | 
  
protected   | 
  
 
 
◆ $tag
  
  
      
        
          | string ilAssQuestionType::$tag = '' | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: