DomCI : Change the non existing PHPDocs types
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3269 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
9
mail.php
9
mail.php
@@ -729,7 +729,8 @@ class mail
|
||||
* @param string $fileContent The content of the file in binary
|
||||
* @param string|null $encoding The output encoding. Can be
|
||||
* base64/quoted-printable
|
||||
* @param bool|null $inline Store the file in inline mode (multipart/related)
|
||||
* @param boolean|null $inline Store the file in inline mode
|
||||
* (multipart/related)
|
||||
* If false, store the file in attached mode (multipart/mixed)
|
||||
*/
|
||||
public function addAttachment ($name, $fileContent, $encoding="base64",
|
||||
@@ -834,7 +835,7 @@ class mail
|
||||
|
||||
/** Get an attachment of the mail
|
||||
* @param integer $number the number of attach to get starting to 0
|
||||
* @param bool|null $inline Return only the attachments Inline if true
|
||||
* @param boolean|null $inline Return only the attachments Inline if true
|
||||
* @return the content of the attachment. Can be binary
|
||||
*/
|
||||
public function getAttachment ($number, $inline = false)
|
||||
@@ -851,7 +852,7 @@ class mail
|
||||
|
||||
/** Get the attachment details
|
||||
* @param integer $number the number of attach to get starting to 0
|
||||
* @param bool|null $inline Return only the attachments Inline if true
|
||||
* @param boolean|null $inline Return only the attachments Inline if true
|
||||
* @return array containing the information of the attachment
|
||||
*/
|
||||
public function getAttachmentDetails ($number, $inline = false)
|
||||
@@ -879,7 +880,7 @@ class mail
|
||||
|
||||
/** Return the list of the sectionID containing a attachment. Contains the
|
||||
* inline attachments too.
|
||||
* @param bool $inline Return only the sections Inline if true
|
||||
* @param boolean $inline Return only the sections Inline if true
|
||||
* @return array The sectionIDs
|
||||
*/
|
||||
private function getAttachmentID ($inline = false)
|
||||
|
||||
Reference in New Issue
Block a user