Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($body, string $filename=null, string $contentType=null, string $encoding=null) | |
__destruct () | |
__sleep () | |
__wakeup () | |
asDebugString () | |
asInline () | |
getContentId () | |
getMediaType () | |
getPreparedHeaders () | |
hasContentId () | |
![]() | |
__construct ($body, ?string $charset='utf-8', $subtype='plain', string $encoding=null) | |
bodyToIterable () | |
bodyToString () | |
getBody () | |
getMediaSubtype () | |
setDisposition (string $disposition) | |
setName ($name) | |
![]() | |
__construct () | |
getHeaders () | |
toIterable () | |
toString () | |
Static Public Member Functions | |
static | fromPath (string $path, string $name=null, string $contentType=null) |
Definition at line 21 of file DataPart.php.
Symfony\Component\Mime\Part\DataPart::__construct | ( | $body, | |
string | $filename = null , |
||
string | $contentType = null , |
||
string | $encoding = null |
||
) |
resource | string | $body |
Definition at line 33 of file DataPart.php.
References Symfony\Component\Mime\Part\TextPart\setDisposition(), and Symfony\Component\Mime\Part\TextPart\setName().
Symfony\Component\Mime\Part\DataPart::__destruct | ( | ) |
Definition at line 121 of file DataPart.php.
Symfony\Component\Mime\Part\DataPart::__sleep | ( | ) |
Reimplemented from Symfony\Component\Mime\Part\TextPart.
Definition at line 131 of file DataPart.php.
References Symfony\Component\Mime\Part\AbstractPart\getHeaders().
Symfony\Component\Mime\Part\DataPart::__wakeup | ( | ) |
Reimplemented from Symfony\Component\Mime\Part\TextPart.
Definition at line 147 of file DataPart.php.
Symfony\Component\Mime\Part\DataPart::asDebugString | ( | ) |
Reimplemented from Symfony\Component\Mime\Part\TextPart.
Definition at line 106 of file DataPart.php.
Symfony\Component\Mime\Part\DataPart::asInline | ( | ) |
Definition at line 71 of file DataPart.php.
References Symfony\Component\Mime\Part\TextPart\setDisposition().
|
static |
Definition at line 47 of file DataPart.php.
Symfony\Component\Mime\Part\DataPart::getContentId | ( | ) |
Definition at line 76 of file DataPart.php.
Symfony\Component\Mime\Part\DataPart::getMediaType | ( | ) |
Reimplemented from Symfony\Component\Mime\Part\TextPart.
Reimplemented in Symfony\Component\Mime\Part\MessagePart.
Definition at line 86 of file DataPart.php.
Symfony\Component\Mime\Part\DataPart::getPreparedHeaders | ( | ) |
Reimplemented from Symfony\Component\Mime\Part\TextPart.
Definition at line 91 of file DataPart.php.
Symfony\Component\Mime\Part\DataPart::hasContentId | ( | ) |
Definition at line 81 of file DataPart.php.