Пример #1
0
 /**
  * @see DOIExportPlugin::getAllObjectTypes()
  */
 function getAllObjectTypes()
 {
     $objectTypes = parent::getAllObjectTypes();
     $objectTypes['suppFile'] = DOI_EXPORT_SUPPFILES;
     return $objectTypes;
 }