Stud.IP  5.4
 All Data Structures Namespaces Files Functions Variables Groups
DatabaseObject Class Reference
Inheritance diagram for DatabaseObject:
AuthorObject EvaluationObjectDB EvaluationAnswerDB EvaluationDB EvaluationGroupDB EvaluationQuestionDB

Public Member Functions

 __construct ()
 
 getObjectID ()
 
 setObjectID ($objectID)
 
 getAuthorID ()
 
 setAuthorID ($authorID)
 
 getRangeID ()
 
 setRangeID ($rangeID)
 
- Public Member Functions inherited from AuthorObject
 __construct ()
 
 x_instanceof ()
 
 isError ()
 
 getErrors ()
 
 resetErrors ()
 
 throwError ($errcode, $errstring)
 
 throwErrorFromClass (AuthorObject $class)
 

Data Fields

 $authorID
 
 $objectID
 
 $rangeID
 
- Data Fields inherited from AuthorObject
 $errorArray
 
 $instanceof
 

Constructor & Destructor Documentation

__construct ( )

Constructor

public

Member Function Documentation

getAuthorID ( )

Gets the authorID

public

Returns
string The authorID
getObjectID ( )

Gets the objectID

public

Returns
string The objectID
getRangeID ( )

Gets the rangeID

public

Returns
string The rangeID
setAuthorID (   $authorID)

Sets the authorID

public

Parameters
String$authorIDThe author ID
setObjectID (   $objectID)

Sets the objectID

public

Parameters
String$objectIDThe object ID
setRangeID (   $rangeID)

Sets the rangeID

public

Parameters
String$rangeIDThe range ID

Field Documentation

$authorID
$objectID
$rangeID

The documentation for this class was generated from the following file: