Public Member Functions |
| EvaluationGroup ($objectID="", $parentObject=null, $loadChildren=EVAL_LOAD_NO_CHILDREN) |
| getChildType () |
| addChild (&$child) |
| setChildType ($childType) |
| setMandatory ($boolean) |
| isMandatory () |
| getTemplateID () |
| setTemplateID ($templateID) |
| EvaluationObject ($objectID="", $parentObject=NULL, $loadChildren=EVAL_LOAD_NO_CHILDREN) |
| setTitle ($title, $encoded=false) |
| getTitle ($escaped=false) |
| setText ($text, $encoded=false) |
| getText ($escaped=false) |
| setPosition ($position) |
| getPosition () |
| setParentObject (&$parentObject) |
| getParentObject () |
| getParentID () |
| setParentID ($parentID) |
| removeChildID ($childID) |
& | getChild ($childID="") |
& | getNextChild () |
| getChildren () |
| getNumberChildren () |
| save () |
| delete () |
& | duplicate () |
| duplicate_init () |
| init ($objectID="") |
| load () |
| check () |
| getSpecialChildobjects (&$object, $instanceof, $reset=false) |
| toString () |
| StudipObject ($objectID="") |
| createNewID () |
| getObjectID () |
| setObjectID ($objectID) |
| getAuthorID () |
| getAuthor () |
| getFullname () |
| setAuthorID ($authorID) |
| getRangeID () |
| setRangeID ($rangeID) |
| AuthorObject () |
| 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) |
Member Function Documentation
Constructor public
- Parameters
-
string | $objectID | The ID of an existing group |
EvaluationObject | $parentObject | The parent object if exists |
string | $loadChildren | See const EVAL_LOAD_*_CHILDREN |
Returns wheter the childs are groups or questions public
Gets the template id public
- Returns
- string The template id
Is it mandatory to answer sub questions? public
- Returns
- boolean YES if it is true, else NO
setChildType |
( |
|
$childType | ) |
|
Defines which type of childs the group have public
- Parameters
-
string | $childType | The child type |
Is it mandatory to answer sub questions public
- Parameters
-
boolean | $boolean | true if it is mandatory |
setTemplateID |
( |
|
$templateID | ) |
|
Sets the template id public
- Parameters
-
string | $templateID | The template id |
Field Documentation
Possible Type of thechildren private
Is it mandatory to answer sub questions private
ID of the templateID for the childs private
The documentation for this class was generated from the following file: