Description
Swift_Mime_SimpleMimeEntity
|
--Swift_Mime_Attachment
|
--Swift_Mime_EmbeddedFile
|
--Swift_EmbeddedFile
Located in File: /vendors/swiftMailer/classes/Swift/EmbeddedFile.php
An embedded file, in a multipart message.
Classes extended from Swift_EmbeddedFile:
- Swift_Image
- An image, embedded in a multipart message.
Method Detail
Summary:
Static Method fromPath (line 66)
Overridden in child classes as:
- Swift_Image::fromPath()
- Create a new Image from a filesystem path.
Create a new EmbeddedFile from a filesystem path.
Parameters
Info
Constructor __construct (line 31)
Swift_EmbeddedFile __construct(
[string|Swift_OutputByteStream
$data = null], [string
$filename = null], [string
$contentType = null])
Overridden in child classes as:
- Swift_Image::__construct()
- Create a new EmbeddedFile.
Overrides : Swift_Mime_EmbeddedFile::__construct() Creates a new Attachment with $headers and $encoder.
Create a new EmbeddedFile.
Details may be optionally provided to the constructor.
Parameters
Info