PHP 클래스 OAIConfig, pkp-lib

파일 보기 프로젝트 열기: pkp/pkp-lib

공개 프로퍼티들

프로퍼티 타입 설명
$baseUrl URL to the OAI front-end
$granularity record datestamp granularity; Must be either 'YYYY-MM-DD' or 'YYYY-MM-DDThh:mm:ssZ'
$maxIdentifiers maximum identifiers returned per request
$maxRecords maximum records returned per request
$maxSets maximum sets returned per request (must be 0 if sets not supported)
$repositoryId identifier of the repository
$tokenLifetime TTL of resumption tokens

공개 메소드들

메소드 설명
OAIConfig ( $baseUrl, $repositoryId ) Constructor.

메소드 상세

OAIConfig() 공개 메소드

Constructor.
public OAIConfig ( $baseUrl, $repositoryId )

프로퍼티 상세

$baseUrl 공개적으로 프로퍼티

URL to the OAI front-end
public $baseUrl

$granularity 공개적으로 프로퍼티

record datestamp granularity; Must be either 'YYYY-MM-DD' or 'YYYY-MM-DDThh:mm:ssZ'
public $granularity

$maxIdentifiers 공개적으로 프로퍼티

maximum identifiers returned per request
public $maxIdentifiers

$maxRecords 공개적으로 프로퍼티

maximum records returned per request
public $maxRecords

$maxSets 공개적으로 프로퍼티

maximum sets returned per request (must be 0 if sets not supported)
public $maxSets

$repositoryId 공개적으로 프로퍼티

identifier of the repository
public $repositoryId

$tokenLifetime 공개적으로 프로퍼티

TTL of resumption tokens
public $tokenLifetime