PHP 클래스 OpenAIREDAO, ojs

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

공개 메소드들

메소드 설명
__construct ( ) Constructor.
getOpenAIRERecordsOrIdentifiers ( $setIds, $from, $until, $offset, $limit, &$total, $funcName ) : array Return set of OAI records matching specified parameters.
isOpenAIREArticle ( $articleId ) : boolean Check if it's an OpenAIRE article, if it contains projectID.
isOpenAIRERecord ( $row ) : boolean Check if it's an OpenAIRE record, if it contains projectID.
setOAI ( &$oai ) Set parent OAI object.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

getOpenAIRERecordsOrIdentifiers() 공개 메소드

Return set of OAI records matching specified parameters.
public getOpenAIRERecordsOrIdentifiers ( $setIds, $from, $until, $offset, $limit, &$total, $funcName ) : array
$setIds array Objects ids that specify an OAI set, in this case only journal ID.
$from int timestamp
$until int timestamp
$offset int
$limit int
$total int
$funcName string
리턴 array OAIRecord

isOpenAIREArticle() 공개 메소드

Check if it's an OpenAIRE article, if it contains projectID.
public isOpenAIREArticle ( $articleId ) : boolean
$articleId int
리턴 boolean

isOpenAIRERecord() 공개 메소드

Check if it's an OpenAIRE record, if it contains projectID.
public isOpenAIRERecord ( $row ) : boolean
$row array of database fields
리턴 boolean

setOAI() 공개 메소드

Set parent OAI object.
public setOAI ( &$oai )