interface AddressEncoderInterface
@author Christian Schmidt
Hierarchy
- interface \Symfony\Component\Mime\Encoder\AddressEncoderInterface
Expanded class hierarchy of AddressEncoderInterface
All classes that implement AddressEncoderInterface
File
-
vendor/
symfony/ mime/ Encoder/ AddressEncoderInterface.php, line 19
Namespace
Symfony\Component\Mime\EncoderView source
interface AddressEncoderInterface {
/**
* Encodes an email address.
*
* @throws AddressEncoderException if the email cannot be represented in
* the encoding implemented by this class
*/
public function encodeString(string $address) : string;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
AddressEncoderInterface::encodeString | public | function | Encodes an email address. | 1 |