Documentation

HotelAddress
in package
implements ResourceInterface

Sub-resource in Hotel, HotelNameAutocomplete.

Tags
see
Hotel::getAddress()
see
HotelNameAutocomplete::getAddress()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$category  : string|null
$cityName  : string|null
$countryCode  : string|null
$lines  : array<string|int, mixed>|null
$postalBox  : string|null
$postalCode  : string|null
$state  : string|null
$stateCode  : string|null
$text  : string|null
__set()  : void
__toString()  : string
getCategory()  : string|null
getCityName()  : string|null
getCountryCode()  : string|null
getLines()  : array<string|int, mixed>|null
getPostalBox()  : string|null
getPostalCode()  : string|null
getState()  : string|null
getStateCode()  : string|null
getText()  : string|null

Properties

$lines

private array<string|int, mixed>|null $lines = 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 —

getCategory()

public getCategory() : string|null
Return values
string|null —

getCityName()

public getCityName() : string|null
Return values
string|null —

getCountryCode()

public getCountryCode() : string|null
Return values
string|null —

getLines()

public getLines() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null —

getPostalBox()

public getPostalBox() : string|null
Return values
string|null —

getPostalCode()

public getPostalCode() : string|null
Return values
string|null —

getState()

public getState() : string|null
Return values
string|null —

getStateCode()

public getStateCode() : string|null
Return values
string|null —

getText()

public getText() : string|null
Return values
string|null —

Search results