Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: VariationsEnabledDefinitionType.php 814 2011-11-03 08:36:50Z tiefland $// $Log: $////require_once 'EbatNs_ComplexType.php';/*** Defines the multi-variation listing feature. If the field is present, the* corresponding feature applies to the site. The field is returned as an empty* element (e.g., a boolean value is not returned).<br><br>Multi-variation listings* contain items that are logically the same product, but that vary in their* manufacturing details or packaging. For example, a particular brand and style of* shirt could be available in different sizes and colors, such as "large blue" and* "medium black" variations.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/VariationsEnabledDefinitionType.html**/class VariationsEnabledDefinitionType extends EbatNs_ComplexType{/*** @return*/function __construct(){parent::__construct('VariationsEnabledDefinitionType', 'urn:ebay:apis:eBLBaseComponents');if (!isset(self::$_elements[__CLASS__])) {self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()], array());}}}?>