PHP Class DRIVERDAO, ojs

Inheritance: extends OAIDAO
Mostrar archivo Open project: pkp/ojs

Public Methods

Method Description
__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.

Method Details

__construct() public method

Constructor.
public __construct ( )

getDRIVERRecordsOrIdentifiers() public method

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
return array OAIRecord

setOAI() public method

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