Public Member Functions | |
__construct (array $params) | |
getTopLines () | |
hasFlag ($flag) | |
getFlags () | |
Protected Attributes | |
$_flags = array() |
Definition at line 39 of file File.php.
__construct | ( | array $ | params ) |
Public constructor
In addition to the parameters of Zend_Mail_Part::__construct() this constructor supports:
string | $rawMessage | full message with or without headers |
Zend_Mail_Exception |
Reimplemented from Zend_Mail_Part_File.
getFlags | ( | ) |
get all set flags
Implements Zend_Mail_Message_Interface.
getTopLines | ( | ) |
return toplines as found after headers
Implements Zend_Mail_Message_Interface.
hasFlag | ( | $ | flag ) |
check if flag is set
mixed | $flag | a flag name, use constants defined in Zend_Mail_Storage |
Implements Zend_Mail_Message_Interface.