SerializerAware
NB: if a class implements this trait, and it is subclassed, instances of the class and of the subclass will share the same serializer instance, unless the subclass reimplements these methods
Table of Contents
Properties
- $serializer : mixed
Methods
- getSerializer() : mixed
- setSerializer() : mixed
Properties
$serializer
protected
static mixed
$serializer
Methods
getSerializer()
public
getSerializer() : mixed
setSerializer()
public
static setSerializer(mixed $serializer) : mixed
Parameters
- $serializer : mixed