PHP Class CrossrefInfoSender, ojs

Inheritance: extends ScheduledTask
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Свойство Type Description
$_plugin CrossRefExportPlugin

Méthodes publiques

Méthode 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 méthode

Constructor.
public __construct ( $args )

_addLogEntry() public méthode

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

_getJournals() public méthode

Get all journals that meet the requirements to have their articles or issues DOIs sent to Crossref.
public _getJournals ( ) : array
Résultat array

_getObjectsToBeDeposited() public méthode

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
Résultat array Array of objects to be deposited

_registerObjects() public méthode

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

executeActions() public méthode

public executeActions ( )

getName() public méthode

public getName ( )

Property Details

$_plugin public_oe property

CrossRefExportPlugin
public $_plugin