This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.  
 More...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Description of class 
- Author
 - Stefan Meyer smeye.nosp@m.r.il.nosp@m.ias@g.nosp@m.mx.d.nosp@m.e 
 
Definition at line 24 of file class.ilSCGroups.php.
 
◆ __construct()
  
  
      
        
          | ilSCGroups::__construct  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ getGroups()
      
        
          | ilSCGroups::getGroups  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getInstance()
  
  
      
        
          | static ilSCGroups::getInstance  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ lookupGroupByComponentId()
      
        
          | ilSCGroups::lookupGroupByComponentId  | 
          ( | 
          string  | 
          $a_component_id | ) | 
           | 
        
      
 
 
◆ read()
◆ updateFromComponentDefinition()
      
        
          | ilSCGroups::updateFromComponentDefinition  | 
          ( | 
          string  | 
          $a_component_id | ) | 
           | 
        
      
 
Definition at line 45 of file class.ilSCGroups.php.
References getGroups().
   48             if ($group->getComponentId() === $a_component_id) {
    49                 return $group->getId();
    54         $component_group->setComponentId($a_component_id);
    55         $component_group->create();
    57         return $component_group->getId();
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
 
 
 
◆ $db
◆ $groups
  
  
      
        
          | array ilSCGroups::$groups = array() | 
         
       
   | 
  
private   | 
  
 
 
◆ $instance
The documentation for this class was generated from the following file: