__construct()
__construct(mixed $data = null)
Construct new MarketplaceWebService_Model_TypeList
Parameters
| mixed | $data | DOMElement or Associative Array to construct from. Valid properties:
|
MarketplaceWebService_Model_TypeList
Properties:
withType(string $stringArgs) : \MarketplaceWebService_Model_TypeList
Sets single or multiple values of Type list via variable number of arguments.
For example, to set the list with two elements, simply pass two values as arguments to this function
withType($type1, $type2)
| string | $stringArgs | one or more Type |
instance