34require_once
"./Services/Object/classes/class.ilObject.php";
44 public function __construct($a_id, $a_call_by_reference =
true)
47 parent::__construct($a_id, $a_call_by_reference);
57 public function delete()
63 if (!parent::delete()) {
An exception for terminatinating execution or to throw for unit testing.
__construct($a_id, $a_call_by_reference=true)
Constructor @access public.
Class ilObject Basic functions for all objects.