Documentation

LocationAddress
in package
implements ResourceInterface

Sub-resource in Location.

Tags
see
Location::getAddress()

Interfaces, Classes, Traits and Enums

ResourceInterface

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

Methods

__set()

public __set(mixed $name, mixed $value) : void
Parameters
$name : mixed
$value : mixed
Return values
void

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
Return values
string|null

Search results