PHP 클래스 AdWordsSoapClient, googleads-php-lib

상속: extends AdsSoapClient
파일 보기 프로젝트 열기: googleads/googleads-php-lib 1 사용 예제들

공개 메소드들

메소드 설명
GetEffectiveUser ( ) : string Gets the effective user the request was made against.
GetLastOperations ( ) : string Gets the last number of operations.
GetLastOperators ( ) : string Gets the last set of operators the last call in the form of "operator1,operator2".
GetLastUnits ( ) : string Gets the last number of units.
__construct ( string $wsdl, array $options, AdsUser $user, string $serviceName, string $serviceNamespace ) Constructor for the AdWords API SOAP client.
__doRequest ( $request, $location, $action, $version, $one_way )
__soapCall ( $function_name, $arguments, $options = null, $input_headers = null, &$output_headers = null )

보호된 메소드들

메소드 설명
GenerateRequestInfoMessage ( ) : string Generates the request info message containing:
  • effectiveUser
  • service
  • method
  • operators
  • responseTime
  • requestId
  • operations
  • units
  • server
  • isFault
  • faultMessage
GenerateSoapHeader ( ) : SoapHeader Generates the SOAP header for the client.
RemoveSensitiveInfo ( $request )

메소드 상세

GenerateRequestInfoMessage() 보호된 메소드

Generates the request info message containing:
  • effectiveUser
  • service
  • method
  • operators
  • responseTime
  • requestId
  • operations
  • units
  • server
  • isFault
  • faultMessage
protected GenerateRequestInfoMessage ( ) : string
리턴 string the request info message to log

GenerateSoapHeader() 보호된 메소드

Generates the SOAP header for the client.
protected GenerateSoapHeader ( ) : SoapHeader
리턴 SoapHeader the instantiated SoapHeader ready to set

GetEffectiveUser() 공개 메소드

Gets the effective user the request was made against.
public GetEffectiveUser ( ) : string
리턴 string the effective user the request was made against

GetLastOperations() 공개 메소드

Gets the last number of operations.
public GetLastOperations ( ) : string
리턴 string the last number of operations

GetLastOperators() 공개 메소드

Gets the last set of operators the last call in the form of "operator1,operator2".
public GetLastOperators ( ) : string
리턴 string the last set of operators

GetLastUnits() 공개 메소드

Gets the last number of units.
public GetLastUnits ( ) : string
리턴 string the last number of units

RemoveSensitiveInfo() 보호된 메소드

또한 보기: AdsSoapClient::RemoveSensitiveInfo()
protected RemoveSensitiveInfo ( $request )

__construct() 공개 메소드

Constructor for the AdWords API SOAP client.
public __construct ( string $wsdl, array $options, AdsUser $user, string $serviceName, string $serviceNamespace )
$wsdl string URI of the WSDL file or null if working in non-WSDL mode
$options array the SOAP client options
$user AdsUser the user which is responsible for this client
$serviceName string the name of the service which is making this call
$serviceNamespace string the namespace of the service

__doRequest() 공개 메소드

또한 보기: SoapClient::__doRequest
public __doRequest ( $request, $location, $action, $version, $one_way )

__soapCall() 공개 메소드

또한 보기: SoapClient::__soapCall
public __soapCall ( $function_name, $arguments, $options = null, $input_headers = null, &$output_headers = null )