function ContentEncoderInterface::getName
Gets the MIME name of this content encoding scheme.
3 methods override ContentEncoderInterface::getName()
- Base64ContentEncoder::getName in vendor/
symfony/ mime/ Encoder/ Base64ContentEncoder.php - Gets the MIME name of this content encoding scheme.
- EightBitContentEncoder::getName in vendor/
symfony/ mime/ Encoder/ EightBitContentEncoder.php - Gets the MIME name of this content encoding scheme.
- QpContentEncoder::getName in vendor/
symfony/ mime/ Encoder/ QpContentEncoder.php - Gets the MIME name of this content encoding scheme.
File
-
vendor/
symfony/ mime/ Encoder/ ContentEncoderInterface.php, line 29
Class
- ContentEncoderInterface
- @author Chris Corbyn
Namespace
Symfony\Component\Mime\EncoderCode
public function getName() : string;