You are here

public property views_oai_pmh_metadata_type::$metadata_prefix in Views OAI-PMH 7.2

Same name and namespace in other branches
  1. 6.2 plugins/includes/views_oai_pmh_metadata_type.inc \views_oai_pmh_metadata_type::metadata_prefix

The metadata prefix value used in the OAI-PMH request. This will be the same as the object's key in the $GLOBALS['views_oai_pmh'] array.

Type: type

File

plugins/includes/views_oai_pmh_metadata_type.inc, line 20
Definition of the views_oai_pmh_metadata_type class.

Class

views_oai_pmh_metadata_type
Provides a mechanism for defining the OAI metadata types. Create an instance of this class with the values set, add it to the global array $GLOBALS['views_oai_pmh'] and the module will handle the rest.

Code

public $metadata_prefix;