Stud.IP  4.2 Revision
DatabaseObject Class Reference
Inheritance diagram for DatabaseObject:
Inheritance graph
Collaboration diagram for DatabaseObject:
Collaboration graph

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
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Constructor

public

Member Function Documentation

◆ getAuthorID()

getAuthorID ( )

Gets the authorID

public

Returns
string The authorID

◆ getObjectID()

getObjectID ( )

Gets the objectID

public

Returns
string The objectID

◆ getRangeID()

getRangeID ( )

Gets the rangeID

public

Returns
string The rangeID

◆ setAuthorID()

setAuthorID (   $authorID)

Sets the authorID

public

Parameters
String$authorIDThe author ID
Here is the call graph for this function:

◆ setObjectID()

setObjectID (   $objectID)

Sets the objectID

public

Parameters
String$objectIDThe object ID
Here is the call graph for this function:

◆ setRangeID()

setRangeID (   $rangeID)

Sets the rangeID

public

Parameters
String$rangeIDThe range ID
Here is the call graph for this function:

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