Property | Type | Description | |
---|---|---|---|
$_plugin | CrossRefExportPlugin |
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 ( ) |
public _getJournals ( ) : array | ||
return | array |
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 |
public _registerObjects ( $objects, $filter, $journal, $objectsFileNamePart ) | ||
$objects | array | |
$filter | string | |
$journal | Journal | |
$objectsFileNamePart | string |