api/symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceApiTransport.yaml
2024-09-26 02:03:21 -07:00

92 lines
2.5 KiB
YAML

name: MailPaceApiTransport
class_comment: null
dependencies:
- name: EventDispatcherInterface
type: class
source: Psr\EventDispatcher\EventDispatcherInterface
- name: LoggerInterface
type: class
source: Psr\Log\LoggerInterface
- name: Envelope
type: class
source: Symfony\Component\Mailer\Envelope
- name: HttpTransportException
type: class
source: Symfony\Component\Mailer\Exception\HttpTransportException
- name: TagHeader
type: class
source: Symfony\Component\Mailer\Header\TagHeader
- name: SentMessage
type: class
source: Symfony\Component\Mailer\SentMessage
- name: AbstractApiTransport
type: class
source: Symfony\Component\Mailer\Transport\AbstractApiTransport
- name: Email
type: class
source: Symfony\Component\Mime\Email
- name: DecodingExceptionInterface
type: class
source: Symfony\Contracts\HttpClient\Exception\DecodingExceptionInterface
- name: TransportExceptionInterface
type: class
source: Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface
- name: HttpClientInterface
type: class
source: Symfony\Contracts\HttpClient\HttpClientInterface
- name: ResponseInterface
type: class
source: Symfony\Contracts\HttpClient\ResponseInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: key
- name: client
default: 'null'
- name: dispatcher
default: 'null'
- name: logger
default: 'null'
comment: null
- name: __toString
visibility: public
parameters: []
comment: null
- name: doSendApi
visibility: protected
parameters:
- name: sentMessage
- name: email
- name: envelope
comment: null
- name: getPayload
visibility: private
parameters:
- name: email
- name: envelope
comment: null
- name: getAttachments
visibility: private
parameters:
- name: email
comment: null
- name: getEndpoint
visibility: private
parameters: []
comment: null
traits:
- Psr\EventDispatcher\EventDispatcherInterface
- Psr\Log\LoggerInterface
- Symfony\Component\Mailer\Envelope
- Symfony\Component\Mailer\Exception\HttpTransportException
- Symfony\Component\Mailer\Header\TagHeader
- Symfony\Component\Mailer\SentMessage
- Symfony\Component\Mailer\Transport\AbstractApiTransport
- Symfony\Component\Mime\Email
- Symfony\Contracts\HttpClient\Exception\DecodingExceptionInterface
- Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface
- Symfony\Contracts\HttpClient\HttpClientInterface
- Symfony\Contracts\HttpClient\ResponseInterface
interfaces: []