SetInfo
in package
Simple container for OAI-PMH set data (https://www.openarchives.org/OAI/openarchivesprotocol.html#Set)
Tags
Table of Contents
Properties
- $description : DOMElement|null
- Set metadata to be put inside a <setDescription>
- $name : string
- Set name - see the OAI-PMH documentation
- $spec : string
- Set spec - see the OAI-PMH documentation
Methods
- __construct() : mixed
- Creates a set descriptor object by copying provided values.
Properties
$description
Set metadata to be put inside a <setDescription>
public
DOMElement|null
$description
$name
Set name - see the OAI-PMH documentation
public
string
$name
$spec
Set spec - see the OAI-PMH documentation
public
string
$spec
Methods
__construct()
Creates a set descriptor object by copying provided values.
public
__construct(string $spec, string $name[, DOMElement|null $description = null ]) : mixed
Parameters
- $spec : string
-
setSpec value
- $name : string
-
setName value
- $description : DOMElement|null = null
-
XML containing setDescription