예제 #1
0
 /**
  * Constructor for the AdWords API SOAP client.
  * @param string $wsdl URI of the WSDL file or <var>null</var> if working in
  *     non-WSDL mode
  * @param array $options the SOAP client options
  * @param AdsUser $user the user which is responsible for this client
  * @param string $serviceName the name of the service which is making this
  *     call
  * @param string $serviceNamespace the namespace of the service
  */
 public function __construct($wsdl, array $options, AdsUser $user, $serviceName, $serviceNamespace)
 {
     parent::__construct($wsdl, $options, $user, $serviceName, $serviceNamespace);
 }