PHP Class DRIVERDAO, ojs

Inheritance: extends OAIDAO
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Méthode 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 méthode

Constructor.
public __construct ( )

getDRIVERRecordsOrIdentifiers() public méthode

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
Résultat array OAIRecord

setOAI() public méthode

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