Flow PHP

FloatEntry implements Entry uses EntryRef

FinalYes
Tags
template-covariant

of float|null

implements

Interfaces

Entry

Methods

__construct()  : mixed
__toString()  : string
definition()  : Definition<string|int, mixed>
is()  : bool
isEqual()  : bool
name()  : string
ref()  : Reference
rename()  : T>
toString()  : string
type()  : Type<string|int, float>
value()  : T

Methods

__construct()

public __construct(string $name, T $value[, Metadata|null $metadata = null ]) : mixed
Parameters
$name : string
$value : T
$metadata : Metadata|null = null

__toString()

public __toString() : string
Return values
string

name()

public name() : string
Return values
string

toString()

public toString() : string
Return values
string

type()

public type() : Type<string|int, float>
Return values
Type<string|int, float>
On this page

Search results