Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct (AbstractPart ... $parts) | |
asDebugString () | |
bodyToIterable () | |
bodyToString () | |
getMediaType () | |
getParts () | |
getPreparedHeaders () | |
![]() | |
__construct () | |
getHeaders () | |
getMediaSubtype () | |
toIterable () | |
toString () | |
Definition at line 19 of file AbstractMultipartPart.php.
Symfony\Component\Mime\Part\AbstractMultipartPart::__construct | ( | AbstractPart ... | $parts | ) |
Definition at line 24 of file AbstractMultipartPart.php.
Symfony\Component\Mime\Part\AbstractMultipartPart::asDebugString | ( | ) |
Reimplemented from Symfony\Component\Mime\Part\AbstractPart.
Definition at line 77 of file AbstractMultipartPart.php.
References Symfony\Component\Mime\Part\AbstractMultipartPart\getParts().
Symfony\Component\Mime\Part\AbstractMultipartPart::bodyToIterable | ( | ) |
Reimplemented from Symfony\Component\Mime\Part\AbstractPart.
Definition at line 66 of file AbstractMultipartPart.php.
References Symfony\Component\Mime\Part\AbstractMultipartPart\getParts().
Symfony\Component\Mime\Part\AbstractMultipartPart::bodyToString | ( | ) |
Reimplemented from Symfony\Component\Mime\Part\AbstractPart.
Definition at line 54 of file AbstractMultipartPart.php.
References Symfony\Component\Mime\Part\AbstractMultipartPart\getParts().
Symfony\Component\Mime\Part\AbstractMultipartPart::getMediaType | ( | ) |
Reimplemented from Symfony\Component\Mime\Part\AbstractPart.
Definition at line 41 of file AbstractMultipartPart.php.
Symfony\Component\Mime\Part\AbstractMultipartPart::getParts | ( | ) |
Reimplemented in Symfony\Component\Mime\Part\Multipart\FormDataPart, and Symfony\Component\Mime\Part\Multipart\RelatedPart.
Definition at line 36 of file AbstractMultipartPart.php.
Referenced by Symfony\Component\Mime\Part\AbstractMultipartPart\asDebugString(), Symfony\Component\Mime\Part\AbstractMultipartPart\bodyToIterable(), and Symfony\Component\Mime\Part\AbstractMultipartPart\bodyToString().
Symfony\Component\Mime\Part\AbstractMultipartPart::getPreparedHeaders | ( | ) |
Reimplemented from Symfony\Component\Mime\Part\AbstractPart.
Definition at line 46 of file AbstractMultipartPart.php.