Traits
Table of Contents
Traits
- 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
- DeprecationLogger
- LoggerAware
- NB: if a class implements this trait, and it is subclassed, instances of the class and of the subclass will share
the same logger instance, unless the subclass reimplements these methods
- ParserAware
- NB: if a class implements this trait, and it is subclassed, instances of the class and of the subclass will share
the same parser instance, unless the subclass reimplements these methods
- PayloadBearer