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 (  )

get all set flags

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

Implemented in Zend_Mail_Message_File, and Zend_Mail_Message.

getTopLines (  )

return toplines as found after headers

Returns:
string toplines

Implemented in Zend_Mail_Message_File, and Zend_Mail_Message.

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_File, and Zend_Mail_Message.


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