\acdhOeaw\oai\dataSetInfo

Simple container for OAI-PMH set data (https://www.openarchives.org/OAI/openarchivesprotocol.html#Set)

Summary

Methods
Properties
Constants
__construct()
$spec
$name
$description
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$spec

$spec : string

Set spec - see the OAI-PMH documentation

Type

string

$name

$name : string

Set name - see the OAI-PMH documentation

Type

string

$description

$description : \DOMElement

Set metadata to be put inside a <setDescription>

Type

\DOMElement

Methods

__construct()

__construct(string  $spec, string  $name, \DOMElement  $description = null) 

Creates a set descriptor object by copying provided values.

Parameters

string $spec

setSpec value

string $name

setName value

\DOMElement $description

XML containing setDescription