PHP Class SoapRequestHeader, googleads-php-lib

Show file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$applicationName string
$clientCustomerId string
$developerToken string
$networkCode string
$partialFailure boolean
$userAgent string
$validateOnly boolean

Public Methods

Method Description
__construct ( $networkCode = null, $applicationName = null )
__construct ( $clientCustomerId = null, $developerToken = null, $userAgent = null, $validateOnly = null, $partialFailure = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $networkCode = null, $applicationName = null )

__construct() public method

public __construct ( $clientCustomerId = null, $developerToken = null, $userAgent = null, $validateOnly = null, $partialFailure = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$applicationName public property

public string $applicationName
return string

$clientCustomerId public property

public string $clientCustomerId
return string

$developerToken public property

public string $developerToken
return string

$networkCode public property

public string $networkCode
return string

$partialFailure public property

public bool $partialFailure
return boolean

$userAgent public property

public string $userAgent
return string

$validateOnly public property

public bool $validateOnly
return boolean