Documentation

FloatParseable extends Parseable

The `Parseable` interface is used when defining custom parsing of a field.

Tags
template

U of mixed

extends

Parseable<float, U>

Table of Contents

parse()  : U
serialize()  : float

Methods

parse()

public parse(float $value) : U
Parameters
$value : float
Return values
U

serialize()

public serialize(U $value) : float
Parameters
$value : U
Return values
float

Search results