entity = new authority(0, $this->id, AUT_TABLE_COLLECTIONS); $this->isbd = $this->entity->get_isbd(); } public function get_link_see(){ global $use_opac_url_base; if($use_opac_url_base) { return str_replace("!!type!!", "coll",$this->get_generic_link()); } else { return str_replace("!!type!!", "collection",$this->get_generic_link()); } } }