Class Zend_Mail_Message

Description

Located in /Zend/Mail/Message.php (line 32)


	
			
Variable Summary
mixed $_content
mixed $_headers
Method Summary
Zend_Mail_Message __construct (string $rawMessage, [array $headers = null])
string getContent ()
array getHeaders ()
string|array __get (string $name)
Variables
mixed $_content (line 42)

raw message body

  • access: protected
mixed $_headers (line 37)

headers of message as array

  • access: protected
Methods
Constructor __construct (line 51)

Public constructor

  • access: public
Zend_Mail_Message __construct (string $rawMessage, [array $headers = null])
  • string $rawMessage: full message with or without headers
  • array $headers: optional headers already seperated from body
getContent (line 72)

Body of message

  • return: body
  • access: public
string getContent ()
getHeaders (line 83)

Get all headers

  • return: headers
  • access: public
array getHeaders ()
__get (line 102)

Getter for mail headers - name is matched in lowercase

  • return: header line or array of headers if header exists more than once
  • access: public
  • throws: Zend_Mail_Exception
string|array __get (string $name)
  • string $name: header name

Documentation generated on Sun, 29 Oct 2006 21:27:59 -0600 by phpDocumentor 1.3.0RC6