Documentation

HotelContent
in package
implements ResourceInterface

Sub-resource in HotelOffers.

Tags
see
HotelOffers::getHotel()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$brandCode  : string|null
$chainCode  : string|null
$cityCode  : string|null
$dupeId  : string|null
$hotelId  : string|null
$latitude  : float|null
$longitude  : float|null
$name  : string|null
$type  : string|null
__set()  : void
__toString()  : string
getBrandCode()  : string|null
getChainCode()  : string|null
getCityCode()  : string|null
getDupeId()  : string|null
getHotelId()  : string|null
getLatitude()  : float|null
getLongitude()  : float|null
getName()  : string|null
getType()  : string|null

Properties

Methods

__set()

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

__toString()

public __toString() : string
Return values
string

getBrandCode()

public getBrandCode() : string|null
Return values
string|null

getChainCode()

public getChainCode() : string|null
Return values
string|null

getCityCode()

public getCityCode() : string|null
Return values
string|null

getDupeId()

public getDupeId() : string|null
Return values
string|null

getHotelId()

public getHotelId() : string|null
Return values
string|null

getLatitude()

public getLatitude() : float|null
Return values
float|null

getLongitude()

public getLongitude() : float|null
Return values
float|null

getName()

public getName() : string|null
Return values
string|null

getType()

public getType() : string|null
Return values
string|null

Search results