PHP Class Address, googleads-php-lib

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

Public Properties

Property Type Description
$cityName string
$countryCode string
$postalCode string
$provinceCode string
$provinceName string
$streetAddress string
$streetAddress2 string

Public Methods

Method 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 method

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

$cityName public property

public string $cityName
return string

$countryCode public property

public string $countryCode
return string

$postalCode public property

public string $postalCode
return string

$provinceCode public property

public string $provinceCode
return string

$provinceName public property

public string $provinceName
return string

$streetAddress public property

public string $streetAddress
return string

$streetAddress2 public property

public string $streetAddress2
return string