Stud.IP  5.4
EvaluationObject.class.php File Reference

Data Structures

class  EvaluationObject
 

Namespaces

 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
 

Variable Documentation

◆ EVAL_LOAD_ALL_CHILDREN

const EVAL_LOAD_ALL_CHILDREN 2

EVAL_LOAD_ALL_CHILDREN Load all children from DB public

◆ EVAL_LOAD_FIRST_CHILDREN

const EVAL_LOAD_FIRST_CHILDREN 1

EVAL_LOAD_FIRST_CHILDREN Load just the direct children from DB public

◆ EVAL_LOAD_NO_CHILDREN

const EVAL_LOAD_NO_CHILDREN 0

EVAL_LOAD_NO_CHILDREN Load no children from DB public

◆ EVAL_LOAD_ONLY_EVALGROUP

const EVAL_LOAD_ONLY_EVALGROUP 3

EVAL_LOAD_ONLY_EVALGROUP Load just the groups for performance reasons public

◆ INSTANCEOF_EVALOBJECT

const INSTANCEOF_EVALOBJECT "EvaluationObject"

INSTANCEOF_EVALOBJECT Is instance of an abstrakt evaluation object public