PHP Class OAISet, pkp-lib

Identifies a set of related records.
Show file Open project: pkp/pkp-lib

Public Properties

Property Type Description
$description set description
$name set name
$spec unique set specifier

Public Methods

Method Description
OAISet ( $spec, $name, $description ) Constructor.

Method Details

OAISet() public method

Constructor.
public OAISet ( $spec, $name, $description )

Property Details

$description public property

set description
public $description

$name public property

set name
public $name

$spec public property

unique set specifier
public $spec