Author: Derick Rethans Date: 2006-10-26 09:49:14 +0200 (Thu, 26 Oct 2006) New Revision: 3846
Log: - Fixed docs by marking originalCharset as read-only. Modified: trunk/Mail/src/parts/text.php Modified: trunk/Mail/src/parts/text.php =================================================================== --- trunk/Mail/src/parts/text.php 2006-10-25 14:35:11 UTC (rev 3845) +++ trunk/Mail/src/parts/text.php 2006-10-26 07:49:14 UTC (rev 3846) @@ -25,9 +25,6 @@ * @property string $charset * The characterset used for this text part. Defaults to 'us-ascii' * while creating mail, and is always 'utf-8' while parsing mail. - * @property string $originalCharset - * The characterset in which a text part originally was before the - * conversion to UTF-8 when parsing incomming mail. (readonly) * @property string $subType * The subtype of this text part. Defaults to 'plain' for plain text. * Use 'html' for HTML messages. @@ -35,6 +32,9 @@ * The encoding of the text. Defaults to eight bit. * @property string $text * The main data of this text part. + * @property-read string $originalCharset + * The characterset in which a text part originally was before + * the conversion to UTF-8 when parsing incomming mail. * * @package Mail * @version //autogen// -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components