Constructor public
- Parameters
-
string | $objectID | The ID of an existing evaluation |
object | $parentObject | The parent object if exists |
integer | $loadChildren | See const EVAL_LOAD_*_CHILDREN |
Adds a rangeID public
- Parameters
-
string | $rangeID | The rangeID |
- Exceptions
-
Checks if object is in a valid state private
Gets the changedate public
- Returns
- integer The changedate
Gets the creationdate public
- Returns
- integer The creationdate
Gets the next rangeID public
- Returns
- string The rangeID
Gets the number of ranges public
- Returns
- integer Number of ranges
Gets the first rangeID and removes it public
- Returns
- string The first object
Gets all the rangeIDs from the evaluation public
- Returns
- array An array full of rangeIDs
Gets the real stop date as a UNIX-timestamp (e.g. startdate + timespan) public
- Returns
- integer The UNIX-timestamp with the real stopdate
Gets the startdate public
- Returns
- integer The startdate
Gets the stopdate public
- Returns
- string The stopdate
Gets the timespan public
- Returns
- string The timespan
Has a user used this evaluation? public
- Parameters
-
string | $userID | Optional an user id |
- Returns
- string YES if a user used this evaluation
Gets anonymous public
- Returns
- string The anonymous
Is shared for a public search? public
- Returns
- boolen true if it is shared template
Is this evaluation a template? public
- Returns
- boolen true if it is a template
Gets visible public
- Returns
- string The visible
removeRangeID |
( |
|
$rangeID | ) |
|
Removes a range from the object (not from the DB!) public
- Parameters
-
string | $rangeID | The range id |
Removes all rangeIDs public
Resets all answers for this evaluation public
setAnonymous |
( |
|
$anonymous | ) |
|
Sets anonymous public
- Parameters
-
string | $anonymous | The anonymous. |
- Exceptions
-
setChangedate |
( |
|
$changedate | ) |
|
Sets the changedate private
- Parameters
-
integer | $changedate | The changedate. |
- Exceptions
-
setCreationdate |
( |
|
$creationdate | ) |
|
Sets the creationdate private
- Parameters
-
integer | $creationdate | The creationdate. |
- Exceptions
-
Set shared for a public search public
- Parameters
-
boolean | $shared | if true it is shared |
setStartdate |
( |
|
$startdate | ) |
|
Sets the startdate public
- Parameters
-
integer | $startdate | The startdate. |
- Exceptions
-
Sets the stopdate public
- Parameters
-
integer | $stopdate | The stopdate. |
- Exceptions
-
Sets the timespan public
- Parameters
-
string | $timespan | The timespan. |
- Exceptions
-
Sets visible public
- Parameters
-
string | $visible | The visible. |
- Exceptions
-
Defines wheter the evaluation is anonymous private
Time of last change. Is set automatically. private
Time of creation. Is set automatically. private
Counts the number of connected ranges private
Counts the number of connected ranges private
Defines whether the evaluation template is shared private
Defines whether the evaluation is visible private
The documentation for this class was generated from the following file: