Type Resolver

FloatValue
in package
implements PseudoType

Tags
psalm-immutable

Table of Contents

Interfaces

PseudoType

Properties

$value  : float

Methods

__construct()  : mixed
__toString()  : string
Returns a rendered output of the Type as it would be used in a DocBlock.
getValue()  : float
underlyingType()  : Type

Properties

Methods

__construct()

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

__toString()

Returns a rendered output of the Type as it would be used in a DocBlock.

public __toString() : string
Return values
string

getValue()

public getValue() : float
Return values
float

        
On this page

Search results