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