Stud.IP
5.4
|
Public Member Functions | |
__construct () | |
load (&$groupObject) | |
save (&$groupObject) | |
delete (&$groupObject) | |
exists ($groupID) | |
getType ($objectID) | |
getChildType ($objectID) | |
![]() | |
__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 | ( | & | $groupObject | ) |
Deletes a group public
object | EvaluationGroup &$groupObject The group to delete |
error |
exists | ( | $groupID | ) |
Checks if group with this ID exists public
string | $groupID | The groupID |
getChildType | ( | $objectID | ) |
Returns whether the childs are groups or questions public
string | $objectID | The object id |
|
static |
Returns the id from the parent object public
string | $objectID | The object id |
getType | ( | $objectID | ) |
Returns the type of an objectID public
string | $objectID | The objectID |
load | ( | & | $groupObject | ) |
Loads an evaluationgroup from DB into an object
private
object | EvaluationGroup &$groupObject The group to load |
error |
save | ( | & | $groupObject | ) |
Saves a group public
object | EvaluationGroup &$groupObject The group to save |
error |