ArrayOfContextProperty
extends ArrayType
in package
Defines a set of context properties for an item.
Table of Contents
Properties
- $ContextProperty : array<string|int, ContextPropertyType>
- Specifies the context of an item.
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
$ContextProperty
Specifies the context of an item.
public
array<string|int, ContextPropertyType>
$ContextProperty
= 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