64 $this->call_by_reference = $a_call_by_reference;
75 if($a_cmd ==
"gateway" || $a_cmd ==
"post")
77 @$this->cmd = key($_POST[
"cmd"]);
94 $this->type = $a_type;
105 $method = $this->objDefinition->getFirstProperty($this->
getType()).
"Object";
107 $this->gui_obj->$method();
219 include_once
"./classes/class.ilObjectFactory.php";
222 if($a_call_by_reference)
230 $this->
setType($tmp_obj->getType());
233 $class_name = $objDefinition->getClassName($this->
getType());
235 $class_constr =
"ilObj".$class_name.
"GUI";
238 include_once
$location.
"/class.ilObj".$class_name.
"GUI.php";
241 $this->gui_obj =&
new $class_constr(array(),$this->
getId(),$a_call_by_reference,$a_prepare_output);