interface MimeHeaderEncoderInterface
@author Chris Corbyn
Hierarchy
- interface \Symfony\Component\Mime\Encoder\MimeHeaderEncoderInterface
Expanded class hierarchy of MimeHeaderEncoderInterface
All classes that implement MimeHeaderEncoderInterface
File
-
vendor/
symfony/ mime/ Encoder/ MimeHeaderEncoderInterface.php, line 17
Namespace
Symfony\Component\Mime\EncoderView source
interface MimeHeaderEncoderInterface {
/**
* Get the MIME name of this content encoding scheme.
*/
public function getName() : string;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
MimeHeaderEncoderInterface::getName | public | function | Get the MIME name of this content encoding scheme. | 2 |