Class attachment

Description

Attachment classes

Located in /src/mail/class.htmlMimeMail5.php (line 853)


	
			
Direct descendents
Class Description
fileAttachment File based attachment class
stringAttachment Attachment class to handle attachments which are contained in a variable.
Variable Summary
string $contentType
string $data
object $encoding
string $name
Method Summary
attachment __construct (string $data, string $name, string $contentType, iEncoding $encoding)
Variables
string $contentType (line 870)

Content type of attachment

  • access: public
string $data (line 858)

Data of attachment

  • access: public
object $encoding (line 876)

Encoding type of attachment

  • access: public
string $name (line 864)

Name of attachment (filename)

  • access: public
Methods
Constructor __construct (line 886)

Constructor

  • access: public
attachment __construct (string $data, string $name, string $contentType, iEncoding $encoding)
  • string $data: File data
  • string $name: Name of attachment (filename)
  • string $contentType: Content type of attachment
  • object $encoding: Encoding type to use

Redefined in descendants as:

Documentation generated on Sat, 24 Mar 2007 09:59:27 +0100 by phpDocumentor 1.3.1