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