You are here

public property views_oai_pmh_xml_node::$attributes in Views OAI-PMH 7.2

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

Type: array An array of key/value pair attributes to assign to this XML node.

File

plugins/includes/views_oai_pmh_xml_node.inc, line 29
Definition of the views_oai_pmh_xml_node class.

Class

views_oai_pmh_xml_node
A class designed to represent an XML node, specially designed to help the Views OAI PMH module render OAI fields as XML elements.

Code

public $attributes;