Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (array $params) | |
getTopLines () | |
hasFlag ($flag) | |
getFlags () | |
![]() | |
__construct (array $params) | |
setPartClass ($class) | |
getPartClass () | |
isMultipart () | |
getContent () | |
getSize () | |
getPart ($num) | |
countParts () | |
getHeaders () | |
getHeader ($name, $format=null) | |
headerExists ($name) | |
getHeaderField ($name, $wantedPart=0, $firstName=0) | |
__get ($name) | |
__isset ($name) | |
__toString () | |
hasChildren () | |
getChildren () | |
valid () | |
next () | |
key () | |
current () | |
rewind () | |
Protected Attributes | |
$_flags = array() | |
![]() | |
$_headers | |
$_content | |
$_topLines = '' | |
$_parts = array() | |
$_countParts | |
$_iterationPos = 1 | |
$_mail | |
$_messageNum = 0 | |
$_partClass | |
Additional Inherited Members | |
![]() | |
_cacheContent () | |
_validateHeaders (array $headers, $assertNames=true) | |
Definition at line 39 of file Message.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 |
Definition at line 57 of file Message.php.
getFlags | ( | ) |
get all set flags
Implements Zend_Mail_Message_Interface.
Definition at line 109 of file Message.php.
getTopLines | ( | ) |
return toplines as found after headers
Implements Zend_Mail_Message_Interface.
Definition at line 88 of file Message.php.
hasFlag | ( | $flag | ) |
check if flag is set
mixed | $flag | a flag name, use constants defined in Zend_Mail_Storage |
Implements Zend_Mail_Message_Interface.
Definition at line 99 of file Message.php.
|
protected |
Definition at line 45 of file Message.php.