![]() |
Maileon PHP client
1.3.2
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 6 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 18 of file Attachment.php.