| 
|   | __construct () | 
|   | 
|   | load (&$groupObject) | 
|   | 
|   | save (&$groupObject) | 
|   | 
|   | delete (&$groupObject) | 
|   | 
|   | exists ($groupID) | 
|   | 
|   | addChildren (&$parentObject) | 
|   | 
|   | getType ($objectID) | 
|   | 
|   | getChildType ($objectID) | 
|   | 
|   | getParentID ($objectID) | 
|   | 
|   | __construct () | 
|   | 
|   | getRangename ($rangeID, $html_decode=true) | 
|   | 
|   | getGlobalPerm ($as_value=false) | 
|   | 
|   | getRangePerm ($rangeID, $userID=NULL, $as_value=false) | 
|   | 
|   | getValidRangeIDs (&$permObj, &$userObj, $rangeID) | 
|   | 
|   | getEvalUserRangesWithNoPermission (&$eval, $return_ids=false) | 
|   | 
|   | getPublicTemplateIDs ($searchString) | 
|   | 
|   | getEvaluationIDs ($rangeID="", $state="") | 
|   | 
|   | getEvalID ($objectID) | 
|   | 
|   | getType ($objectID) | 
|   | 
|   | __construct () | 
|   | 
|   | getObjectID () | 
|   | 
|   | setObjectID ($objectID) | 
|   | 
|   | getAuthorID () | 
|   | 
|   | setAuthorID ($authorID) | 
|   | 
|   | getRangeID () | 
|   | 
|   | setRangeID ($rangeID) | 
|   | 
|   | __construct () | 
|   | 
|   | finalize () | 
|   | 
|   | setAuthorEmail ($email) | 
|   | 
|   | getAuthorEmail () | 
|   | 
|   | setAuthorName ($name) | 
|   | 
|   | getAuthorName () | 
|   | 
|   | x_instanceof () | 
|   | 
|   | isError () | 
|   | 
|   | getErrors () | 
|   | 
|   | resetErrors () | 
|   | 
|   | throwError ($errcode, $errstring, $errline=0, $errfile=0, $errtype=ERROR_NORMAL) | 
|   | 
|   | throwErrorFromClass (&$class) | 
|   | 
|   | errorHandler ($no, $str, $file, $line, $ctx) | 
|   | 
◆ __construct()
◆ addChildren()
      
        
          | addChildren  | 
          ( | 
          &  | 
          $parentObject | ) | 
           | 
        
      
 
Adds the children to a parent object @access public 
- Parameters
 - 
  
  
 
 
 
◆ delete()
Deletes a group @access public 
- Parameters
 - 
  
  
 
- Exceptions
 - 
  
  
 
 
 
◆ exists()
Checks if group with this ID exists @access public 
- Parameters
 - 
  
    | string | $groupID | The groupID  | 
  
   
- Returns
 - bool YES if exists 
 
 
 
◆ getChildType()
      
        
          | getChildType  | 
          ( | 
            | 
          $objectID | ) | 
           | 
        
      
 
Returns whether the childs are groups or questions @access public 
- Parameters
 - 
  
    | string | $objectID | The object id  | 
  
   
 
 
◆ getParentID()
Returns the id from the parent object @access public 
- Parameters
 - 
  
    | string | $objectID | The object id  | 
  
   
- Returns
 - string The id from the parent object 
 
 
 
◆ getType()
Returns the type of an objectID @access public 
- Parameters
 - 
  
    | string | $objectID | The objectID  | 
  
   
- Returns
 - string INSTANCEOF_x, else NO 
 
Reimplemented from EvaluationObjectDB.
 
 
◆ load()
Loads an evaluationgroup from DB into an object
@access private 
- Parameters
 - 
  
  
 
- Exceptions
 - 
  
  
 
 
 
◆ save()
Saves a group @access public 
- Parameters
 - 
  
  
 
- Exceptions
 - 
  
  
 
 
 
The documentation for this class was generated from the following file: