entity = new notice($this->id); $display_class = new mono_display($this->entity->id, 0, '', 0, '', '', '',0, 0, 0, 0,"", 0, false, true); $this->isbd = trim(strip_tags($display_class->result)); } public function get_link_see(){ return str_replace("!!type!!", "records", $this->get_generic_link()); } }