|
XOOPS RMCommon Utilities
2.1.8.91RC
|

Static Public Member Functions | |
| static | fromPath ($path) |
| static | newInstance ($data=null, $filename=null, $contentType=null) |
Static Public Member Functions inherited from Swift_EmbeddedFile | |
| static | fromPath ($path) |
| static | newInstance ($data=null, $filename=null, $contentType=null) |
Additional Inherited Members | |
Public Attributes inherited from Swift_Mime_MimeEntity | |
| const | LEVEL_ALTERNATIVE = 4096 |
| const | LEVEL_MIXED = 256 |
| const | LEVEL_RELATED = 65536 |
| const | LEVEL_TOP = 16 |
Protected Member Functions inherited from Swift_Mime_SimpleMimeEntity | |
| _clearCache () | |
| _fixHeaders () | |
| _getCache () | |
| _getHeaderFieldModel ($field) | |
| _getHeaderParameter ($field, $parameter) | |
| _getIdField () | |
| _setHeaderFieldModel ($field, $model) | |
| _setHeaderParameter ($field, $parameter, $value) | |
| getRandomId () | |
Protected Attributes inherited from Swift_Mime_SimpleMimeEntity | |
| $_userContentType | |
| Swift_Image::__construct | ( | $data = null, |
|
$filename = null, |
|||
$contentType = null |
|||
| ) |
Create a new EmbeddedFile. Details may be optionally provided to the constructor.
| string | Swift_OutputByteStream | $data | |
| string | $filename | |
| string | $contentType |
Definition at line 30 of file Image.php.
References $data, and __construct().

|
static |
Create a new Image from a filesystem path.
| string | $path |
Definition at line 54 of file Image.php.
Referenced by RMMailer\embed().

|
static |
Create a new Image.
| string | Swift_OutputByteStream | $data | |
| string | $filename | |
| string | $contentType |
Definition at line 43 of file Image.php.
References $data.
Referenced by RMMailer\embed().
