Ejemplo n.º 1
0
 /**
  * @see DOIExportPlugin::getObjectNotFoundErrorKey()
  */
 function getObjectNotFoundErrorKey($exportType)
 {
     if ($exportType == DOI_EXPORT_SUPPFILES) {
         return 'plugins.importexport.datacite.export.error.suppFileNotFound';
     } else {
         return parent::getObjectNotFoundErrorKey($exportType);
     }
 }