Open Journal Systems  3.3.0
Symfony\Component\Mime\Part\AbstractMultipartPart Class Reference
Inheritance diagram for Symfony\Component\Mime\Part\AbstractMultipartPart:
Symfony\Component\Mime\Part\AbstractPart Symfony\Component\Mime\Part\Multipart\AlternativePart Symfony\Component\Mime\Part\Multipart\DigestPart Symfony\Component\Mime\Part\Multipart\FormDataPart Symfony\Component\Mime\Part\Multipart\MixedPart Symfony\Component\Mime\Part\Multipart\RelatedPart

Public Member Functions

 __construct (AbstractPart ... $parts)
 
 asDebugString ()
 
 bodyToIterable ()
 
 bodyToString ()
 
 getMediaType ()
 
 getParts ()
 
 getPreparedHeaders ()
 
- Public Member Functions inherited from Symfony\Component\Mime\Part\AbstractPart
 __construct ()
 
 getHeaders ()
 
 getMediaSubtype ()
 
 toIterable ()
 
 toString ()
 

Detailed Description

Author
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Definition at line 19 of file AbstractMultipartPart.php.

Constructor & Destructor Documentation

◆ __construct()

Symfony\Component\Mime\Part\AbstractMultipartPart::__construct ( AbstractPart ...  $parts)

Definition at line 24 of file AbstractMultipartPart.php.

Member Function Documentation

◆ asDebugString()

Symfony\Component\Mime\Part\AbstractMultipartPart::asDebugString ( )

◆ bodyToIterable()

Symfony\Component\Mime\Part\AbstractMultipartPart::bodyToIterable ( )

◆ bodyToString()

Symfony\Component\Mime\Part\AbstractMultipartPart::bodyToString ( )

◆ getMediaType()

Symfony\Component\Mime\Part\AbstractMultipartPart::getMediaType ( )

Reimplemented from Symfony\Component\Mime\Part\AbstractPart.

Definition at line 41 of file AbstractMultipartPart.php.

◆ getParts()

◆ getPreparedHeaders()

Symfony\Component\Mime\Part\AbstractMultipartPart::getPreparedHeaders ( )

Reimplemented from Symfony\Component\Mime\Part\AbstractPart.

Definition at line 46 of file AbstractMultipartPart.php.


The documentation for this class was generated from the following file: