GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: AdWordsSoapClientFactory

Source Location: /AdWords/Lib/AdWordsSoapClientFactory.php

Class Overview

SoapClientFactory
   |
   --AdWordsSoapClientFactory

Factory class for SOAP clients for the AdWords API.


Methods


Inherited Methods

Class: SoapClientFactory

SoapClientFactory::__construct()
The constructor called by any sub-class.
SoapClientFactory::DoRequireOnce()
Initiates a require_once for the service.
SoapClientFactory::GenerateServiceClient()
Generates the SOAP service client without the proper headers set yet.
SoapClientFactory::GenerateSoapClient()
Generates a SOAP client for the given service name. Generates a user level error if this instalation of PHP does not have the extension for SOAP installed.
SoapClientFactory::GetAdsUser()
Gets the user associated with this factory.
SoapClientFactory::GetProductName()
Gets the product name associated with this factory.
SoapClientFactory::GetServer()
Gets the server associated with this factory.
SoapClientFactory::GetServiceLocation()
Gets the end-point location of the service.
SoapClientFactory::GetVersion()
Gets the version associated with this factory.

Class Details

[line 37]
Factory class for SOAP clients for the AdWords API.



[ Top ]


Class Methods


constructor __construct [line 48]

AdWordsSoapClientFactory __construct( $user, string $version, string $server, bool $validateOnly, bool $partialFailure)

The constructor for the AdWords API SOAP client factory.



Tags:

access:  public


Overrides SoapClientFactory::__construct() (The constructor called by any sub-class.)

Parameters:

AdsUser   $user   the user which the client will use for credentials
string   $version   the version to generate clients for
string   $server   the server to generate clients for
bool   $validateOnly   if the clients should be created in validateOnly mode
bool   $partialFailure   if the service should be created in partialFailure mode

[ Top ]

method DoRequireOnce [line 65]

void DoRequireOnce( string $serviceName, [string $serviceGroup = NULL])

Initiates a require_once for the service.



Tags:

access:  protected


Overrides SoapClientFactory::DoRequireOnce() (Initiates a require_once for the service.)

Parameters:

string   $serviceName   the service to instantiate
string   $serviceGroup   the service group to use. Can be NULL if the product has not implemented service groups yet

[ Top ]


Documentation generated by phpDocumentor 1.4.3