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

Summary: Support for @method
Product: php Reporter: Tomas Mysik <tmysik>
Component: EditorAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: urkman
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***