FloatValue
in package
implements
PseudoType
Tags
Table of Contents
Interfaces
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
$value
private
float
$value
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
stringgetValue()
public
getValue() : float
Return values
floatunderlyingType()
public
underlyingType() : Type