AbstractTokenParser
in package
implements
TokenParserInterface
Base class for all token parsers.
Tags
Interfaces, Classes and Traits
- TokenParserInterface
- Interface implemented by token parsers.
Table of Contents
- $parser : Parser
- setParser() : mixed
- 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) : mixed
Parameters
- $parser : Parser