Email attachment.
More...
Email attachment.
Definition at line 11 of file Attachment.php.
Elgg\Email\Attachment::__construct |
( |
|
$content = '' | ) |
|
static Elgg\Email\Attachment::factory |
( |
|
$options | ) |
|
|
static |
Create an attachment.
- Parameters
-
mixed | $options | an array or an ElggFile, supported array keys are:
- content: (string) the file contents of the attachment
|
- filepath: (string) if content isn't provided, a filepath can be given to fetch the content from
- filename: (string) the name of the attachment
- type: (string) the mimetype
- encoding: (string) the content encoding
- disposition: (string) the attachment disposition (default: attachment)
- charset: (string) the charset
- See also
- Returns
- false| return the attachment or false on error
Definition at line 39 of file Attachment.php.
static Elgg\Email\Attachment::fromElggFile |
( |
\ElggFile |
$file | ) |
|
|
static |
The documentation for this class was generated from the following file: