This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 170988

Summary: Support @method PHPDoc comment
Product: php Reporter: oopman <oopman>
Component: EditorAssignee: issues@php <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: caesar2k
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description oopman 2009-08-27 13:30:55 UTC
The @method PHPDoc comment is not supported. This method is used to annotate methods accessed via the __call magic 
method. Support for this comment syntax should allow code completion to complete method calls documented by the @method 
comment.

More details on @method can be found at: http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/
tutorial_tags.method.pkg.html
Comment 1 Filip Zamboj 2010-09-15 12:29:53 UTC
batch reassigning
Comment 2 doldev 2010-09-23 13:57:05 UTC
The @property PHP annotation would also be nice to be interpreted for the completion of a magic method __get.

http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.property.pkg.html
Comment 3 caesar2k 2010-10-06 04:31:24 UTC
I get no CC when doing:

@method response replaceWith() replaceWith($newContent) The content to insert. May be an HTML string, DOM element, or jQuery object.

says "PHPDoc not found"
Comment 4 OndrejBrejla 2011-03-07 09:17:19 UTC
*** Bug 196380 has been marked as a duplicate of this bug. ***
Comment 5 OndrejBrejla 2011-03-15 08:56:48 UTC

*** This bug has been marked as a duplicate of bug 196714 ***