Author: Frederik Holljen
Date: 2006-08-29 11:44:13 +0200 (Tue, 29 Aug 2006)
New Revision: 3415

Log:
- corrected doc

Modified:
   trunk/Mail/src/structs/content_disposition_header.php

Modified: trunk/Mail/src/structs/content_disposition_header.php
===================================================================
--- trunk/Mail/src/structs/content_disposition_header.php       2006-08-29 
09:00:10 UTC (rev 3414)
+++ trunk/Mail/src/structs/content_disposition_header.php       2006-08-29 
09:44:13 UTC (rev 3415)
@@ -86,10 +86,16 @@
     public $additionalParameters = array();
 
     /**
-     * Constructs a new ezcMailAddress with the mail address $email and the 
optional name $name.
+     * Constructs a new ezcMailContentDispositionHeader holding the various 
values of this
+     * container.
      *
-     * @param string $email
-     * @param string $name
+     * @param string $disposition
+     * @param string $fileName
+     * @param string $creationDate
+     * @param string $modificationDate
+     * @param string $readDate
+     * @param string $size
+     * @param array(string=>string) $additionalParameters
      */
     public function __construct( $disposition = 'inline',
                                  $fileName = null,

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to