class AlternativePart
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- class \Symfony\Component\Mime\Part\AbstractPart
- class \Symfony\Component\Mime\Part\AbstractMultipartPart extends \Symfony\Component\Mime\Part\AbstractPart
- class \Symfony\Component\Mime\Part\Multipart\AlternativePart extends \Symfony\Component\Mime\Part\AbstractMultipartPart
- class \Symfony\Component\Mime\Part\AbstractMultipartPart extends \Symfony\Component\Mime\Part\AbstractPart
Expanded class hierarchy of AlternativePart
2 files declare their use of AlternativePart
- Email.php in vendor/
symfony/ mime/ Email.php - MessageConverter.php in vendor/
symfony/ mime/ MessageConverter.php
File
-
vendor/
symfony/ mime/ Part/ Multipart/ AlternativePart.php, line 19
Namespace
Symfony\Component\Mime\Part\MultipartView source
final class AlternativePart extends AbstractMultipartPart {
public function getMediaSubtype() : string {
return 'alternative';
}
}