4require_once
"./Services/Object/classes/class.ilObject.php";
16 public function __construct($a_id = 0, $a_call_by_reference =
true)
19 parent::__construct($a_id,$a_call_by_reference);
24 if (!parent::update())
An exception for terminatinating execution or to throw for unit testing.
__construct($a_id=0, $a_call_by_reference=true)
Constructor @access public.
update()
update object in db
Class ilObject Basic functions for all objects.