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 - Support @method PHPDoc comment
Summary: Support @method PHPDoc comment
Status: RESOLVED DUPLICATE of bug 196714
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker with 1 vote (vote)
Assignee: issues@php
URL:
Keywords:
: 196380 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-08-27 13:30 UTC by oopman
Modified: 2011-03-15 08:56 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***