entity = new authority(0, $this->id, AUT_TABLE_AUTHORS); $this->isbd = $this->entity->get_object_instance()->isbd_entry; } public function get_link_see(){ return str_replace("!!type!!", "author",$this->get_generic_link()); } }