Re: [fw-general] Fluent interfaces for Zend_Mail

2006-11-18 Thread Nico Edtinger
In general this shouldn't be a problem. But setBodyText() and setBodyHtml() both return the Zend_Mime_Part instance. If someone needs this he could of course also use getBodyText() and getBodyHtml(). Does someone use the return value of these two set methods? Otherwise I'll checkin

Re: [fw-general] Fluent interfaces for Zend_Mail

2006-11-18 Thread Matthew Ratzloff
PROTECTED] Cc: ZF-General fw-general@lists.zend.com Sent: Saturday, November 18, 2006 10:09 AM Subject: Re: [fw-general] Fluent interfaces for Zend_Mail In general this shouldn't be a problem. But setBodyText() and setBodyHtml() both return the Zend_Mime_Part instance. If someone needs this he