PHP Class SoapResponseHeader, googleads-php-lib

Errors returned when Authentication failed.
Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$methodName string
$operations integer
$requestId string
$responseTime integer
$serviceName string

Méthodes publiques

Méthode Description
__construct ( $requestId = null, $responseTime = null )
__construct ( $requestId = null, $serviceName = null, $methodName = null, $operations = null, $responseTime = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public méthode

public __construct ( $requestId = null, $responseTime = null )

__construct() public méthode

public __construct ( $requestId = null, $serviceName = null, $methodName = null, $operations = null, $responseTime = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$methodName public_oe property

public string $methodName
Résultat string

$operations public_oe property

public int $operations
Résultat integer

$requestId public_oe property

public string $requestId
Résultat string

$responseTime public_oe property

public int $responseTime
Résultat integer

$serviceName public_oe property

public string $serviceName
Résultat string