Fully Qualified Name: | Zend\Mail\Storage\Message\File |
Extends: | File |
Implements: | MessageInterface |
Name | Description | Defined By |
---|---|---|
__construct() | Public constructor | File |
getFlags() | get all set flags | File |
getTopLines() | return toplines as found after headers | File |
hasFlag() | check if flag is set | File |
Public constructor
In addition to the parameters of Zend\Mail\Storage\Part::__construct() this constructor supports:
Parameter Name | Type | Description |
---|---|---|
$params | array |
Returns:
get all set flags
Returns: array array with flags, key and value are the same for easy lookup
return toplines as found after headers
Returns: string toplines
check if flag is set
Parameter Name | Type | Description |
---|---|---|
$flag | mixed | a |
Returns: bool true if set, otherwise false