96 require_once
"./Services/Object/classes/class.ilObject.php";
106 public function __construct($a_id = 0, $a_call_by_reference =
true)
108 $this->type =
"null";
109 parent::__construct($a_id, $a_call_by_reference);
126 $q =
"UPDATE object_data" 129 .
" WHERE obj_id = '" . $this->
getId() .
"'";
130 $this->
ilias->db->query($q);
__construct($a_id=0, $a_call_by_reference=true)
Constructor public.
update()
update object in db
getId()
get object id public
redirection script todo: (a better solution should control the processing via a xml file) ...
getType()
get object type public
update($pash, $contents, Config $config)
static prepareDBString($a_str)
prepare a string for db writing (insert/update)