Twig_TokenParser
extends AbstractTokenParser
in package
Base class for all token parsers.
Tags
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