Class Support_Mail_Attachment

Description

Represents an email attachment

Located in /support/lib/Support/Mail/Attachment.php (line 9)


	
			
Variable Summary
 mixed $data
 mixed $name
 mixed $type
Method Summary
 Support_Mail_Attachment __construct (string $name, string $type, mixed $data, [boolean $data_is_path = false])
Variables
mixed $data (line 15)

The data or path/filename of the attachment data

  • access: public
mixed $data_is_path (line 17)

A flag that, when true, indicates $data contains a path and not actual data

  • access: public
mixed $name (line 11)

The name of the attachment

  • access: public
mixed $type (line 13)

The MIME type of the attachment

  • access: public
Methods
Constructor __construct (line 27)

Constructor

  • access: public
Support_Mail_Attachment __construct (string $name, string $type, mixed $data, [boolean $data_is_path = false])
  • string $name: The name of the attachment
  • string $type: The MIME type of the attachment
  • mixed $data: The attachment data or path/filename of the data
  • boolean $data_is_path: When true, indicates the $data parameter is a filename

Documentation generated on Wed, 25 Apr 2012 09:46:39 -0700 by phpDocumentor 1.4.3