| 
    Stud.IP
    trunk Revision
    
   | 
  


Public Member Functions | |
| __construct () | |
| getObjectID () | |
| setObjectID ($objectID) | |
| getAuthorID () | |
| setAuthorID ($authorID) | |
| getRangeID () | |
| setRangeID ($rangeID) | |
  Public Member Functions inherited from AuthorObject | |
| __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) | |
Additional Inherited Members | |
  Data Fields inherited from AuthorObject | |
| $errorArray | |
| $authorEmail | |
| $authorName | |
| $instanceof | |
| __construct | ( | ) | 
Constructor
@access public
Reimplemented from AuthorObject.
Reimplemented in EvaluationAnswerDB, EvaluationDB, EvaluationGroupDB, EvaluationObjectDB, and EvaluationQuestionDB.
| getAuthorID | ( | ) | 
Gets the authorID
@access public
| getObjectID | ( | ) | 
Gets the objectID
@access public
| getRangeID | ( | ) | 
Gets the rangeID
@access public
| setAuthorID | ( | $authorID | ) | 
Sets the authorID
@access public
| String | $authorID | The author ID | 

| setObjectID | ( | $objectID | ) | 
Sets the objectID
@access public
| String | $objectID | The object ID | 

| setRangeID | ( | $rangeID | ) | 
Sets the rangeID
@access public
| String | $rangeID | The range ID | 
