/** * @param array $config Configuration option values. */ public function __construct(array $config = []) { parent::__construct($config); }
/** * @param array $config Optional configuration option values. * @param \DTS\eBaySDK\Interfaces\HttpClientInterface $httpClient The object that will handle sending requests to the API. */ public function __construct($config = array(), \DTS\eBaySDK\Interfaces\HttpClientInterface $httpClient = null) { parent::__construct($config, $httpClient); }