AbstractTokenParser
in package
implements
TokenParserInterface
AbstractYes
Base class for all token parsers.
Tags
Table of Contents
Interfaces
- TokenParserInterface
- Interface implemented by token parsers.
Properties
Methods
- setParser() : void
- Sets the parser associated with this token parser.
Properties
$parser
protected
Parser
$parser
Methods
setParser()
Sets the parser associated with this token parser.
public
setParser(Parser $parser) : void
Parameters
- $parser : Parser