PHP Class CrossrefInfoSender, ojs

Inheritance: extends ScheduledTask
ファイルを表示 Open project: pkp/ojs

Public Properties

Property Type Description
$_plugin CrossRefExportPlugin

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 articles or issues DOIs sent to Crossref.
_getObjectsToBeDeposited ( $unregisteredObjects, $journal, &$notify ) : array Update the status and construct an array of the objects to be deposited
_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 articles or issues DOIs sent to Crossref.
public _getJournals ( ) : array
return array

_getObjectsToBeDeposited() public method

Update the status and construct an array of the objects to be deposited
public _getObjectsToBeDeposited ( $unregisteredObjects, $journal, &$notify ) : array
$unregisteredObjects array Array of all not fully registered objects
$journal Journal
$notify boolean
return array Array of objects to be deposited

_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

CrossRefExportPlugin
public $_plugin