Documentation

NoSets
in package
implements SetInterface

Implements proper reporting of repository without sets.

Tags
author

zozlak

Table of Contents

Interfaces

SetInterface
Interface for OAI-PMH sets implementations.

Properties

$config  : object

Methods

__construct()  : mixed
getSetData()  : QueryPart
Returns empty set name
getSetFilter()  : QueryPart
Reports no support for sets
listSets()  : array<string|int, SetInfo>
Reports no support for sets

Properties

Methods

__construct()

public __construct(object $config) : mixed
Parameters
$config : object

getSetData()

Returns empty set name

public getSetData() : QueryPart
Tags
throws
OaiException
Return values
QueryPart

getSetFilter()

Reports no support for sets

public getSetFilter(string $set) : QueryPart
Parameters
$set : string
Tags
throws
OaiException
Return values
QueryPart

listSets()

Reports no support for sets

public listSets(PDO $pdo) : array<string|int, SetInfo>
Parameters
$pdo : PDO

repository database connection object

Tags
throws
OaiException
Return values
array<string|int, SetInfo>

        
On this page

Search results