Method Detail
Summary:
Swift_MimePart
__construct
([
string $body =
null], [
string $contentType =
null], [
string $charset =
null])
Static Method newInstance (line 59)
Swift_Mime_MimePart newInstance(
[string
$body = null], [string
$contentType = null], [string
$charset = null])
Create a new MimePart.
Parameters
- string $body:
- string $contentType:
- string $charset:
Info
Constructor __construct (line 30)
Swift_MimePart __construct(
[string
$body = null], [string
$contentType = null], [string
$charset = null])
Overrides : Swift_Mime_MimePart::__construct() Create a new MimePart with $headers, $encoder and $cache.
Create a new MimePart.
Details may be optionally passed into the constructor.
Parameters
- string $body:
- string $contentType:
- string $charset:
Info