LocationAddress
in package
implements
ResourceInterface
Sub-resource in Location.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $cityCode : string|null
- $cityName : string|null
- $countryCode : string|null
- $countryName : string|null
- $regionCode : string|null
- $statusCode : string|null
- __set() : void
- __toString() : string
- getCityCode() : string|null
- getCityName() : string|null
- getCountryCode() : string|null
- getCountryName() : string|null
- getRegionCode() : string|null
- getStatusCode() : string|null
Properties
$cityCode
private
string|null
$cityCode
= null
$cityName
private
string|null
$cityName
= null
$countryCode
private
string|null
$countryCode
= null
$countryName
private
string|null
$countryName
= null
$regionCode
private
string|null
$regionCode
= null
$statusCode
private
string|null
$statusCode
= null
Methods
__set()
public
__set(mixed $name, mixed $value) : void
Parameters
- $name : mixed
- $value : mixed
Return values
void —__toString()
public
__toString() : string
Return values
string —getCityCode()
public
getCityCode() : string|null
Return values
string|null —getCityName()
public
getCityName() : string|null
Return values
string|null —getCountryCode()
public
getCountryCode() : string|null
Return values
string|null —getCountryName()
public
getCountryName() : string|null
Return values
string|null —getRegionCode()
public
getRegionCode() : string|null
Return values
string|null —getStatusCode()
public
getStatusCode() : string|null