Maileon PHP client  1.5.0
Easily integrate your PHP application with Maileon.
com_maileon_api_transactions_Attachment Class Reference

Public Member Functions

 __construct ($filename, $mimetype, $data)
 
 toString ()
 

Public Attributes

 $filename
 
 $mimetype
 
 $data
 

Detailed Description

A binary file attached to a transaction e-mail.

Author
Marcus Beckerle | XQueue GmbH | marcus.beckerle@xqueue.com

Definition at line 8 of file Attachment.php.

Constructor & Destructor Documentation

com_maileon_api_transactions_Attachment::__construct (   $filename,
  $mimetype,
  $data 
)

Creates a new attachment. Please use the factory methods in com_maileon_api_transactions_Transaction instead of calling this constructor directly.

Parameters
$filename
$mimetype
$data

Definition at line 20 of file Attachment.php.


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