Mail: ezcMailMultipartDigest
[ ]
[ Display-example ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMailMultipartDigest
|
The mixed multipart type is used to bundle a list of mail objects. [
source]
Each part will be shown in the mail in the order provided. It is not necessary to bundle digested mail using a digest object. However, it is considered good practice to do so when several digested mail are sent together.
Parents
ezcMailPart
|
--ezcMailMultipart
|
--ezcMailMultipartDigest
Inherited Member Variables
From
ezcMailMultipart:
Method Summary
|
public void |
__construct(
0 )
Constructs a new ezcMailMultipartDigest |
|
public void |
appendPart(
$part )
Appends a part to the list of parts. |
|
public array(ezcMail) |
getParts(
)
Returns the mail parts associated with this multipart. |
|
public string |
multipartType(
)
Returns "mixed". |
Inherited Methods
From
ezcMailMultipart :
From
ezcMailPart :
Methods
__construct
void __construct(
ezcMail|array(ezcMail)
0 )
Constructs a new ezcMailMultipartDigest
The constructor accepts an arbitrary number of ezcMail or arrays with ezcMail objects. Parts are added in the order provided. Parameters of the wrong type are ignored.
Parameters
| Name |
Type |
Description |
0 |
ezcMail|array(ezcMail) |
|
Redefinition of
appendPart
Appends a part to the list of parts.
Parameters
| Name |
Type |
Description |
$part |
ezcMailpart |
|
getParts
array(ezcMail) getParts(
)
Returns the mail parts associated with this multipart.
multipartType
string multipartType(
)
Returns "mixed".
Redefinition of
Last updated: Thu, 01 Nov 2007