Mail: ezcMailMultipartDigest
[ ]
[ Display example ] [ Mail listing example ] [ Rfcs ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMailMultipartDigest
|
The digest 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 Constants
From
ezcMailMultipart:
Inherited Member Variables
From
ezcMailMultipart:
From
ezcMailPart:
Method Summary
|
public ezcMailMultipartDigest |
__construct(
$... )
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 "digest". |
Inherited Methods
From
ezcMailMultipart :
From
ezcMailPart :
Methods
__construct
Constructs a new ezcMailMultipartDigest
The constructor accepts an arbitrary number of ezcMail/ezcMailRfc822Digest objects or arrays with objects of these types.
Objects of the type ezcMail are wrapped into an ezcMailRfc822Digest object.
Parts are added in the order provided. Parameters of the wrong type are ignored.
Parameters
Redefinition of
appendPart
Appends a part to the list of parts.
Parameters
getParts
array(ezcMail) getParts(
)
Returns the mail parts associated with this multipart.
multipartType
string multipartType(
)
Returns "digest".
Redefinition of
Last updated: Mon, 27 Jul 2009