PHP Class Address, googleads-php-lib

Afficher le fichier Open project: googleads/googleads-php-lib Class Usage Examples

Méthodes publiques

Свойство Type Description
$cityName string
$countryCode string
$postalCode string
$provinceCode string
$provinceName string
$streetAddress string
$streetAddress2 string

Méthodes publiques

Méthode Description
__construct ( $streetAddress = null, $streetAddress2 = null, $cityName = null, $provinceCode = null, $provinceName = null, $postalCode = null, $countryCode = 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 ( $streetAddress = null, $streetAddress2 = null, $cityName = null, $provinceCode = null, $provinceName = null, $postalCode = null, $countryCode = 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

$cityName public_oe property

public string $cityName
Résultat string

$countryCode public_oe property

public string $countryCode
Résultat string

$postalCode public_oe property

public string $postalCode
Résultat string

$provinceCode public_oe property

public string $provinceCode
Résultat string

$provinceName public_oe property

public string $provinceName
Résultat string

$streetAddress public_oe property

public string $streetAddress
Résultat string

$streetAddress2 public_oe property

public string $streetAddress2
Résultat string