Documentation

FloatValue
in package
implements BaseValueInterface

Read onlyYes

Table of Contents

Interfaces

BaseValueInterface
This models the smallest piece of data.

Properties

$rawValue  : float

Methods

__construct()  : mixed
getDisplayValue()  : string
getValue()  : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null

Properties

Methods

__construct()

public __construct(float $rawValue) : mixed
Parameters
$rawValue : float

getDisplayValue()

public getDisplayValue([string|null $locale = null ]) : string
Parameters
$locale : string|null = null
Return values
string

getValue()

public getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
Return values
string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null

        
On this page

Search results