Sets the parser associated with this token parser
$parser A Twig_Parser instance:
Overrides Twig_TokenParserInterface::setParser
public function setParser(Twig_Parser $parser) { $this->parser = $parser; }