Documentation

HotelDistance
in package
implements ResourceInterface

Sub-resource in Hotel.

Tags
see
Hotel::getDistance()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$displayValue  : string|null
$inUnlimited  : string|null
$unit  : string|null
$value  : float|null
__set()  : void
__toString()  : string
getDisplayValue()  : string|null
getInUnlimited()  : string|null
getUnit()  : string|null
getValue()  : float|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

getDisplayValue()

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

getInUnlimited()

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

getUnit()

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

getValue()

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

Search results