Doctrine\ORM\Query\Parser::setCustomOutputTreeWalker PHP Method

setCustomOutputTreeWalker() public method

This tree walker will be run last over the AST, after any other walkers.
public setCustomOutputTreeWalker ( string $className )
$className string
    public function setCustomOutputTreeWalker($className)
    {
        $this->_customOutputWalker = $className;
    }
Parser