PHP Class DataciteInfoSender, ojs

Inheritance: extends ScheduledTask
Datei anzeigen Open project: pkp/ojs

Public Properties

Property Type Description
$_plugin DataciteExportPlugin

Public Methods

Method Description
__construct ( $args ) Constructor.
_addLogEntry ( $result ) Add execution log entry
_getJournals ( ) : array Get all journals that meet the requirements to have their DOIs sent to DataCite.
_registerObjects ( $objects, $filter, $journal, $objectsFileNamePart ) Register objects
executeActions ( )
getName ( )

Method Details

__construct() public method

Constructor.
public __construct ( $args )

_addLogEntry() public method

Add execution log entry
public _addLogEntry ( $result )
$result array

_getJournals() public method

Get all journals that meet the requirements to have their DOIs sent to DataCite.
public _getJournals ( ) : array
return array

_registerObjects() public method

Register objects
public _registerObjects ( $objects, $filter, $journal, $objectsFileNamePart )
$objects array
$filter string
$journal Journal
$objectsFileNamePart string

executeActions() public method

public executeActions ( )

getName() public method

public getName ( )

Property Details

$_plugin public_oe property

DataciteExportPlugin
public $_plugin