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