ArrayOfExtendedAttributesType
extends ArrayType
in package
Internal use only.
Table of Contents
Properties
- $ExtendedAttribute : array<string|int, ExtendedAttributeType>
- Internal use only.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$ExtendedAttribute
Internal use only.
public
array<string|int, ExtendedAttributeType>
$ExtendedAttribute
= array()
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed