32 lines
674 B
YAML
32 lines
674 B
YAML
name: AddressEncoderInterface
|
|
class_comment: null
|
|
dependencies:
|
|
- name: AddressEncoderException
|
|
type: class
|
|
source: Symfony\Component\Mime\Exception\AddressEncoderException
|
|
properties: []
|
|
methods:
|
|
- name: encodeString
|
|
visibility: public
|
|
parameters:
|
|
- name: address
|
|
comment: '# * @author Christian Schmidt
|
|
|
|
# */
|
|
|
|
# interface AddressEncoderInterface
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * Encodes an email address.
|
|
|
|
# *
|
|
|
|
# * @throws AddressEncoderException if the email cannot be represented in
|
|
|
|
# * the encoding implemented by this class'
|
|
traits:
|
|
- Symfony\Component\Mime\Exception\AddressEncoderException
|
|
interfaces: []
|