attachment Class Reference

Attachment classes. More...

Inheritance diagram for attachment:

fileAttachment stringAttachment fileEmbeddedImage stringEmbeddedImage

List of all members.

Public Member Functions

 __construct ($data, $name, $contentType, iEncoding $encoding)
 Constructor.

Public Attributes

 $data
 $name
 $contentType
 $encoding


Detailed Description

Attachment classes.

Definition at line 870 of file Rmail.php.


Constructor & Destructor Documentation

attachment::__construct ( data,
name,
contentType,
iEncoding encoding 
)

Constructor.

Parameters:
string $data File data
string $name Name of attachment (filename)
string $contentType Content type of attachment
object $encoding Encoding type to use

Definition at line 904 of file Rmail.php.

References $contentType, $data, and $name.

00905     {
00906         $this->data        = $data;
00907         $this->name        = $name;
00908         $this->contentType = $contentType;
00909         $this->encoding    = $encoding;
00910     }


Member Data Documentation

attachment::$contentType

attachment::$data

Definition at line 876 of file Rmail.php.

Referenced by stringAttachment::__construct(), and __construct().

attachment::$encoding

Definition at line 894 of file Rmail.php.

Referenced by stringAttachment::__construct(), and fileAttachment::__construct().

attachment::$name

Definition at line 882 of file Rmail.php.

Referenced by stringAttachment::__construct(), and __construct().


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

Generated on Wed May 6 23:10:49 2009 for fareofficelib by  doxygen 1.5.8