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