PHPParser_Parser::yyn47 PHP Method

yyn47() protected method

protected yyn47 ( $line, $docComment )
    protected function yyn47($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_Return(null, $line, $docComment);
    }
PHPParser_Parser