[TYPO3-v4] Property declaration in swiftmailer message API
Steffen Müller
typo3 at t3node.com
Wed Jan 19 12:31:02 CET 2011
Hi.
Is there a reason why "var" is used instead of "public" in
t3lib_mail_Message?
class t3lib_mail_Message extends Swift_Message {
var $mailer;
var $sent = FALSE;
var $failedRecipients = array();
http://forge.typo3.org/projects/typo3v4-core/repository/entry/trunk/t3lib/mail/class.t3lib_mail_message.php#L42
Seems to be copied from FLOW3:
http://forge.typo3.org/projects/package-swiftmailer/repository/revisions/master/entry/Classes/Message.php
--
cheers,
Steffen
TYPO3 Blog: http://www.t3node.com/
Twitter: http://twitter.com/t3node
More information about the TYPO3-project-v4
mailing list