XML_XRD
[ class tree: XML_XRD ] [ index: XML_XRD ] [ all elements ]

Class: XML_XRD_Element_Property

Source Location: /XML_XRD-0.3.1/src/XML/XRD/Element/Property.php

Class Overview


Property element in a XRD document.


Author(s):

Version:

  • Release: @package_version@

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 26]
Property element in a XRD document.

The <XRD> root element as well as <Link> tags may have <Property> children.



[ Top ]


Class Variables

$type =

[line 40]

Type of the propery.
  • Access: public

Type:   string


[ Top ]

$value =

[line 33]

Value of the property.
  • Access: public

Type:   string|null


[ Top ]



Method Detail

__construct (Constructor)   [line 48]

XML_XRD_Element_Property __construct( [string $type = null], [string $value = null])

Create a new instance
  • Access: public

Parameters:

string   $type   —  String representing the property type
string   $value   —  Value of the property, may be NULL

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:57:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.