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 168277 - Support for @method
Summary: Support for @method
Status: RESOLVED DUPLICATE of bug 166344
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-08 11:48 UTC by Tomas Mysik
Modified: 2009-09-21 13:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2009-07-08 11:48:08 UTC
We should support @method (it's similar to @property), Symfony (and other frameworks) could benefit from it a lot. More info here:
http://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.method.pkg.html

(This is maybe more enhancement but from Symfony's point of view, it's a bug. ;)
Comment 1 Tomas Mysik 2009-07-08 11:50:50 UTC
BTW I just noticed that we don't offer "@property", "@property-read" and "@property-write" in CC.
Comment 2 rmatous 2009-09-21 13:05:57 UTC
http://hg.netbeans.org/web-main/rev/a9f50f52fce7

"@property", "@property-read" and "@property-write" - should work

*** This issue has been marked as a duplicate of 166344 ***