Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
Zend_Mail_Message_Interface Interface Reference
Inheritance diagram for Zend_Mail_Message_Interface:
Zend_Mail_Message Zend_Mail_Message_File

Public Member Functions

 getTopLines ()
 
 hasFlag ($flag)
 
 getFlags ()
 

Detailed Description

Definition at line 32 of file Interface.php.

Member Function Documentation

◆ getFlags()

getFlags ( )

get all set flags

Returns
array array with flags, key and value are the same for easy lookup

Implemented in Zend_Mail_Message, and Zend_Mail_Message_File.

◆ getTopLines()

getTopLines ( )

return toplines as found after headers

Returns
string toplines

Implemented in Zend_Mail_Message, and Zend_Mail_Message_File.

◆ hasFlag()

hasFlag (   $flag)

check if flag is set

Parameters
mixed$flaga flag name, use constants defined in Zend_Mail_Storage
Returns
bool true if set, otherwise false

Implemented in Zend_Mail_Message, and Zend_Mail_Message_File.


The documentation for this interface was generated from the following file: