96require_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);
An exception for terminatinating execution or to throw for unit testing.
update()
update object in db
__construct($a_id=0, $a_call_by_reference=true)
Constructor @access public.
Class ilObject Basic functions for all objects.
getType()
get object type @access public
getId()
get object id @access public
static prepareDBString($a_str)
prepare a string for db writing (insert/update)
update($pash, $contents, Config $config)
redirection script todo: (a better solution should control the processing via a xml file)