|
Stud.IP
jlu_3.3 Revision
|
Data Structures | |
| class | EvaluationObject |
Namespaces | |
| namespace | evaluation |
Variables | |
| const | INSTANCEOF_EVALOBJECT "EvaluationObject" |
| const | EVAL_LOAD_NO_CHILDREN 0 |
| const | EVAL_LOAD_FIRST_CHILDREN 1 |
| const | EVAL_LOAD_ALL_CHILDREN 2 |
| const | EVAL_LOAD_ONLY_EVALGROUP 3 |
| const EVAL_LOAD_ALL_CHILDREN 2 |
@const EVAL_LOAD_ALL_CHILDREN Load all children from DB @access public
| const EVAL_LOAD_FIRST_CHILDREN 1 |
@const EVAL_LOAD_FIRST_CHILDREN Load just the direct children from DB @access public
| const EVAL_LOAD_NO_CHILDREN 0 |
@const EVAL_LOAD_NO_CHILDREN Load no children from DB @access public
| const EVAL_LOAD_ONLY_EVALGROUP 3 |
@const EVAL_LOAD_ONLY_EVALGROUP Load just the groups for performance reasons @access public
| const INSTANCEOF_EVALOBJECT "EvaluationObject" |
@const INSTANCEOF_EVALOBJECT Is instance of an abstrakt evaluation object @access public