Stud.IP  5.4
StudipObject Class Reference
Inheritance diagram for StudipObject:
AuthorObject EvaluationObject Evaluation EvaluationAnswer EvaluationGroup EvaluationQuestion

Public Member Functions

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

Static Public Member Functions

static createNewID ()
 

Data Fields

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

Constructor & Destructor Documentation

◆ __construct()

__construct (   $objectID = "")

Constructor public

Parameters
string$objectIDThe ID of an existing object

Member Function Documentation

◆ createNewID()

static createNewID ( )
static

Creates a new ID public

Returns
string The new ID

◆ getAuthor()

getAuthor ( )

Gets the authorname public

Returns
string The authorID

◆ getAuthorID()

getAuthorID ( )

Gets the authorID public

Returns
string The authorID

◆ getFullName()

getFullName ( )

Gets the full name of the author 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

◆ setObjectID()

setObjectID (   $objectID)

Sets the objectID public

Parameters
String$objectIDThe object ID

◆ setRangeID()

setRangeID (   $rangeID)

Sets the rangeID public

Parameters
String$rangeIDThe range ID

Field Documentation

◆ $authorID

string $authorID

The unique ID of the author private

◆ $objectID

$objectID

◆ $rangeID

string $rangeID

The unique range ID private


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