Documentation

ObjectParseable extends Parseable

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

Tags
template

U of mixed

extends

Parseable<object, U>

Table of Contents

parse()  : U
serialize()  : object

Methods

parse()

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

serialize()

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

Search results