![]() |
Maileon PHP client
1.5.5
Easily integrate your PHP application with Maileon.
|
Public Member Functions | |
__construct ($filename, $mimetype, $data) | |
toString () | |
Public Attributes | |
$filename | |
$mimetype | |
$data | |
A binary file attached to a transaction e-mail.
Definition at line 8 of file Attachment.php.
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.
$filename | |
$mimetype | |
$data |
Definition at line 20 of file Attachment.php.