Class PartnerAPITypeGetModifiedOrdersRequest
This class represents the getModifiedOrdersRequest WSDL type.
It is an extension to the PartnerAPITypeGetOrdersRequest class.
-
PartnerAPIType
-
PartnerAPITypeRequest
-
PartnerAPITypeGetOrdersRequest
-
PartnerAPITypeGetModifiedOrdersRequest
Methods summary
protected
array
|
#
initData( )
This is an abstract method used to initialize type elements.
This is an abstract method used to initialize type elements.
When overriden, it must return an array containing all elements for a given
type. The structure of this array is defined in the description of $elems
variable. If a type is deriving from another type derived from PartnerAPIType
then the implementations of this method must call the parent's initData() method
and merge all elements.
Returns
array A set of all type elements
Overrides
|