Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: ClassifiedAdContactByAddressEnabledDefinitionType.php 813 2011-11-03 08:31:07Z tiefland $// $Log: $////require_once 'EbatNs_ComplexType.php';/*** Indicates whether the category supports the use of an address when contacting* the seller for Classified Ad format listings.Added for the For Sale By Owner* format.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/ClassifiedAdContactByAddressEnabledDefinitionType.html**/class ClassifiedAdContactByAddressEnabledDefinitionType extends EbatNs_ComplexType{/*** @return*/function __construct(){parent::__construct('ClassifiedAdContactByAddressEnabledDefinitionType', 'urn:ebay:apis:eBLBaseComponents');if (!isset(self::$_elements[__CLASS__])) {self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()], array());}}}?>