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
Table of Contents
Properties
- $parser : mixed
Methods
- getParser() : mixed
- setParser() : void
Properties
$parser
protected
static mixed
$parser
Methods
getParser()
public
getParser() : mixed
setParser()
public
static setParser(mixed $parser) : void
Parameters
- $parser : mixed