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