PHP 클래스 DRIVERDAO, ojs

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

공개 메소드들

메소드 설명
__construct ( ) Constructor.
getDRIVERRecordsOrIdentifiers ( $setIds, $from, $until, $offset, $limit, &$total, $funcName ) : array Return set of OAI records matching specified parameters.
setOAI ( &$oai ) Set parent OAI object.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

getDRIVERRecordsOrIdentifiers() 공개 메소드

Return set of OAI records matching specified parameters.
public getDRIVERRecordsOrIdentifiers ( $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

setOAI() 공개 메소드

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