Class Zend_Mail_Message

Description

Located in /Mail/Message.php (line 36)


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

raw message body

  • access: protected
mixed $_headers (line 41)

headers of message as array

  • access: protected
Methods
Constructor __construct (line 55)

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

Body of message

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

Get all headers

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

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 Thu, 18 Jan 2007 10:01:06 -0800 by phpDocumentor 1.3.1