DOIPubIdExportPlugin::depositXML PHP Method

depositXML() abstract public method

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
return boolean Whether the XML document has been registered
    abstract function depositXML($objects, $context, $filename);