HotelDistance
in package
implements
ResourceInterface
Sub-resource in Hotel.
Tags
Interfaces, Classes, Traits and Enums
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
$displayValue
private
string|null
$displayValue
= null
$inUnlimited
private
string|null
$inUnlimited
= null
$unit
private
string|null
$unit
= null
$value
private
float|null
$value
= 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 —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