On Mon, 11 Sep 2006, Frederik Holljen wrote:

> Author: Frederik Holljen
> Date: 2006-09-11 19:17:38 +0200 (Mon, 11 Sep 2006)
> New Revision: 3468
> 
> Log:
> - Fixed bug #8990: ezcMail->messageID should be named ezcMail->messageId

As this is basically a bug I think we should use the new @apichange so 
that we can kill the old wrong name in the next major version here. I am 
also not sure whether we should do this:

> +++ trunk/Mail/src/mail.php   2006-09-11 17:17:38 UTC (rev 3468)
> @@ -50,10 +50,11 @@
>   *                                       The encoding of the subject.
>   * @property ezcMailPart           $body The body part of the message.
>   *
> - * @property-read string           $messageID
> + * @property-read string           $messageId
>   *                                       The message ID of the message. Treat
>   *                                       as read-only unless you're 100% sure
> - *                                       what you're doing.
> + *                                       what you're doing. Also accessible 
> through
> + *                                       the deprecated property messageID.
>   * @property-read integer          $timestamp
>   *                                       The date/time of when the message 
> was
>   *                                       sent as Unix Timestamp.

I don't see a good point for documenting deprecated things like this.

regards,
Derick
-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to