44                 $this->call_by_reference = $a_call_by_reference;
 
   55                 if($a_cmd == 
"gateway" || $a_cmd == 
"post")
 
   57                         @$this->cmd = key(
$_POST[
"cmd"]);
 
   74                 $this->type = $a_type;
 
   85                         $method = $this->objDefinition->getFirstProperty($this->
getType()).
"Object";
 
   87                 $this->gui_obj->$method();
 
  199                 include_once 
"./classes/class.ilObjectFactory.php";
 
  202                 if($a_call_by_reference)
 
  210                 $this->
setType($tmp_obj->getType());
 
  213                 $class_name = $objDefinition->getClassName($this->
getType());
 
  215                 $class_constr = 
"ilObj".$class_name.
"GUI";
 
  218                 include_once 
$location.
"/class.ilObj".$class_name.
"GUI.php";
 
  221                 $this->gui_obj =& 
new $class_constr(array(),$this->
getId(),$a_call_by_reference,$a_prepare_output);