Zend_Mail_Part| Class | Description |
|---|---|
Zend_Mail_Message
|
null|string
$_content
(line 48)
raw part body
null|int
$_countParts
(line 66)
count of parts of a multipart message
null|array
$_headers
(line 42)
headers of part as array
int
$_iterationPos
= 1 (line 72)
current position of iterator
null|Zend_Mail_Storage_Abstract
$_mail
(line 78)
mail handler, if late fetch is active
int
$_messageNum
= 0 (line 84)
message number for mail handler
array
$_parts
= array() (line 60)
parts of multipart message
string
$_topLines
= '' (line 54)
toplines as fetched with headers
Constructor __construct (line 99)
Public constructor
Zend_Mail_Part supports different sources for content. The possible params are:
countParts (line 232)
Count parts of a multipart part
current (line 407)
implements Iterator::current()
getChildren (line 364)
implements RecursiveIterator::getChildren()
getContent (line 154)
Body of part
If part is multipart the raw content of this part with all sub parts is returned
getHeader (line 288)
Get a header in specificed format
Internally headers that occur more than once are saved as array, all other as string. If $format is set to string implode is used to concat the values (with Zend_Mime::LINEEND as delim).
getHeaders (line 263)
Get all headers
The returned headers are as saved internally. All names are lowercased. The value is a string or an array if a header with the same name occurs more than once.
getPart (line 203)
Get part of multipart message
hasChildren (line 353)
implements RecursiveIterator::hasChildren()
isMultipart (line 136)
Check if part is a multipart message
key (line 397)
implements Iterator::key()
next (line 387)
implements Iterator::next()
rewind (line 417)
implements Iterator::rewind()
valid (line 374)
implements Iterator::valid()
_cacheContent (line 173)
Cache content and split in parts if multipart
__get (line 333)
Getter for mail headers - name is matched in lowercase
This getter is short for Zend_Mail_Part::getHeader($name, 'string')
__toString (line 343)
magic method to get content of part
Documentation generated on Sun, 27 May 2007 23:26:30 -0700 by phpDocumentor 1.3.2