PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_POP3 » Bug #8171

Add return types & description (phpDocumentor)

Details

Request #8171Add return types & description (phpDocumentor)
Submitted2006-07-10 04:04 UTC
Fromexacube at gmail dot com
Assignedcweiske
StatusClosed
PackageNet_POP3
PHP Version5.1.4
OSLinux (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.