DOIPubIdExportPlugin::depositXML PHP Méthode

depositXML() abstract public méthode

This must be implemented in the subclasses, if the action is supported.
abstract public depositXML ( $objects, $context, $filename ) : boolean
$objects mixed Array of or single published article, issue or galley
$context Context
$filename Export XML filename
Résultat boolean Whether the XML document has been registered
    abstract function depositXML($objects, $context, $filename);