PHPParser_Parser::yyn49 PHP Method

yyn49() protected method

protected yyn49 ( $line, $docComment )
    protected function yyn49($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_Global($this->yyastk[$this->yysp - (3 - 2)], $line, $docComment);
    }
PHPParser_Parser