PHP Класс OAIConfig, 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