Home » Networking » Net_POP3 » Bug #8171
Add return types & description (phpDocumentor)
Details
| Request #8171 | Add return types & description (phpDocumentor) |
|---|---|
| Submitted | 2006-07-10 04:04 UTC |
| From | exacube at gmail dot com |
| Assigned | cweiske |
| Status | Closed |
| Package | Net_POP3 |
| PHP Version | 5.1.4 |
| OS | Linux (on PowerPC) |
| Roadmaps | (Not assigned) |
Comments
[2006-07-10 04:04 UTC] exacube at gmail dot com
Description:
------------
i'm not exactly that familiar with phpDocumentor, but it seems that the current documentation for Net_POP3 doesn't have the proper return types. Further more, the descriptions that have been provided in the POP3.php file aren't showing up. Can someone fix this?
For example, insted of:
getBody [line 744]
void getBody( mixed $msg_id)
It would be nice to have
getBody [line 744]
mixed getBody( mixed $msg_id)
And again, a description of what the method/function is supposed to perform, and the description of all the return values would be nice.