24 require_once 
'Services/QTI/interfaces/interface.ilQTIMaterialAware.php';
 
   43                 $this->flow_mat = array();
 
   44                 $this->material = array();
 
   45                 $this->material_ref = array();
 
   50                 $this->comment = $a_comment;
 
   60                 array_push($this->flow_mat, $a_flow_mat);
 
   68                 $this->material[] = $a_material;
 
   76                 if(isset($this->material[$index]))
 
   78                         return $this->material[$index];
 
   86                 array_push($this->material_ref, $a_material_ref);