PHP 클래스 CrossrefInfoSender, ojs

상속: extends ScheduledTask
파일 보기 프로젝트 열기: pkp/ojs

공개 프로퍼티들

프로퍼티 타입 설명
$_plugin CrossRefExportPlugin

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $args )

_addLogEntry() 공개 메소드

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

_getJournals() 공개 메소드

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

_getObjectsToBeDeposited() 공개 메소드

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
리턴 array Array of objects to be deposited

_registerObjects() 공개 메소드

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

executeActions() 공개 메소드

public executeActions ( )

getName() 공개 메소드

public getName ( )

프로퍼티 상세

$_plugin 공개적으로 프로퍼티

CrossRefExportPlugin
public $_plugin