Home » Web Services » Services_Trackback » Bug #4172
Comments for autodiscover() are inaccurate.
Details
| Submitted | 2005-04-17 16:41 UTC |
|---|---|
| From | jon at jellybob dot co dot uk |
| Assigned | toby |
| Status | Closed |
| Package | Services_Trackback |
| PHP Version | Irrelevant |
| OS | N/A |
| Roadmaps | (Not assigned) |
Comments
[2005-04-17 16:41 UTC] jon at jellybob dot co dot uk
Description:
------------
The phpdoc comments for autodiscover() don't match what the method actually does - it claims that:
1. It is a factory method.
2. It returns a Services_Trackback object.
In fact it needs an already built Services_Trackback object to work with, and returns either true, or a PEAR_Error object.