entity = new authority(0, $this->get_db_id(), AUT_TABLE_CONCEPT); $this->isbd = $this->entity->get_object_instance()->get_display_label(); } public function get_db_id() { if (!$this->db_id) { $this->db_id = onto_common_uri::get_id($this->id); } return $this->db_id; } public function get_link_see(){ return str_replace("!!type!!", "concept",$this->get_generic_link()); } }