Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: GetApiAccessRulesRequestType.php 4066 2011-11-03 08:13:59Z tiefland $// $Log: $////require_once 'AbstractRequestType.php';/*** Reports how many calls your application has made and is allowed to make per hour* or day. <b>Also for Half.com</b>.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/GetApiAccessRulesRequestType.html**/class GetApiAccessRulesRequestType extends AbstractRequestType{/*** @return*/function __construct(){parent::__construct('GetApiAccessRulesRequestType', 'urn:ebay:apis:eBLBaseComponents');if (!isset(self::$_elements[__CLASS__])) {self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()], array());}}}?>