Value
extends Value
in package
uses
SerializerAware
Table of Contents
Properties
- $serializer : mixed
Methods
- getSerializer() : mixed
- serialize() : string
- Returns json representation of the value.
- setSerializer() : mixed
Properties
$serializer
protected
static mixed
$serializer
Methods
getSerializer()
public
getSerializer() : mixed
serialize()
Returns json representation of the value.
public
serialize([string $charsetEncoding = '' ]) : string
Parameters
- $charsetEncoding : string = ''
-
the charset to be used for serialization. if null, US-ASCII is assumed
Return values
stringsetSerializer()
public
static setSerializer(mixed $serializer) : mixed
Parameters
- $serializer : mixed