PHPParser_Parser::yyn145 PHP Method

yyn145() protected method

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