You are here

property soapval::$attributes in Salesforce Suite 5

Same name in this branch
  1. 5 includes/nusoap.php \soapval::attributes
  2. 5 includes/nusoap.orig.php \soapval::attributes
Same name and namespace in other branches
  1. 5.2 includes/nusoap.php \soapval::attributes
  2. 5.2 includes/nusoap.orig.php \soapval::attributes

* The XML element attributes (array or false) * * * @access private

Type: mixed

File

includes/nusoap.php, line 1947

Class

soapval
For creating serializable abstractions of native PHP types. This class allows element name/namespace, XSD type, and XML attributes to be associated with a value. This is extremely useful when WSDL is not used, but is also useful when WSDL is used…

Code

var $attributes;