Stud.IP
5.4
|
Public Member Functions | |
__construct () | |
load (&$questionObject) | |
save (&$questionObject) | |
delete (&$questionObject) | |
exists ($questionID) | |
titleExists ($questionTitle, $userID) | |
getType ($objectID) | |
getTemplateID ($userID) | |
![]() | |
__construct () | |
getRangename ($rangeID, $html_decode=true) | |
getValidRangeIDs (&$permObj, &$userObj, $rangeID) | |
getPublicTemplateIDs ($searchString) | |
getEvaluationIDs ($rangeID="", $state="") | |
getEvalID ($objectID) | |
getType ($objectID) | |
![]() | |
__construct () | |
getObjectID () | |
setObjectID ($objectID) | |
getAuthorID () | |
setAuthorID ($authorID) | |
getRangeID () | |
setRangeID ($rangeID) | |
![]() | |
__construct () | |
x_instanceof () | |
isError () | |
getErrors () | |
resetErrors () | |
throwError ($errcode, $errstring) | |
throwErrorFromClass (AuthorObject $class) | |
Static Public Member Functions | |
static | addChildren (&$parentObject) |
static | getParentID ($objectID) |
![]() | |
static | getGlobalPerm ($as_value=false) |
static | getRangePerm ($rangeID, $userID=NULL, $as_value=false) |
static | getEvalUserRangesWithNoPermission (&$eval, $return_ids=false) |
Additional Inherited Members | |
![]() | |
$authorID | |
$objectID | |
$rangeID | |
![]() | |
$errorArray | |
$instanceof | |
__construct | ( | ) |
Constructor public
|
static |
Adds the children to a parent object public
EvaluationObject | &$parentObject | The parent object |
delete | ( | & | $questionObject | ) |
Deletes a question public
object | EvaluationQuestion &$questionObject The question to delete |
error |
exists | ( | $questionID | ) |
Checks if question with this ID exists public
string | $questionID | The questionID |
|
static |
Returns the id from the parent object public
string | $objectID | The object id |
getTemplateID | ( | $userID | ) |
Returns the ids of the Answertemplates of a user public
string | $userID | The user id |
getType | ( | $objectID | ) |
Returns the type of an objectID public
string | $objectID | The objectID |
load | ( | & | $questionObject | ) |
Loads a question from the DB public
EvaluationQuestion | &$questionObject | The question object |
save | ( | & | $questionObject | ) |
Writes or updates a question into the DB public
EvaluationQuestion | &$questionObject | The question object |
titleExists | ( | $questionTitle, | |
$userID | |||
) |
Checks if a template exists with this title public
string | $questionTitle | The title of the question |
string | $userID | The user id |