GroupedItemsType
extends Type
in package
Represents a collection of items that are the result of a grouped FindItem operation call.
Table of Contents
Properties
- $GroupIndex : string
- Represents the property value that is used to group items in a grouped FindItem operation call.
- $Items : ArrayOfRealItemsType
- Contains an array of grouped items.
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
$GroupIndex
Represents the property value that is used to group items in a grouped FindItem operation call.
public
string
$GroupIndex
Tags
$Items
Contains an array of grouped items.
public
ArrayOfRealItemsType
$Items
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