76 lines
2.1 KiB
YAML
76 lines
2.1 KiB
YAML
|
name: MandrillHttpTransport
|
||
|
class_comment: '# * @author Kevin Verschaeve'
|
||
|
dependencies:
|
||
|
- name: EventDispatcherInterface
|
||
|
type: class
|
||
|
source: Psr\EventDispatcher\EventDispatcherInterface
|
||
|
- name: LoggerInterface
|
||
|
type: class
|
||
|
source: Psr\Log\LoggerInterface
|
||
|
- name: HttpTransportException
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Exception\HttpTransportException
|
||
|
- name: SentMessage
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\SentMessage
|
||
|
- name: AbstractHttpTransport
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Transport\AbstractHttpTransport
|
||
|
- name: Address
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Address
|
||
|
- 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
|
||
|
- name: MandrillHeadersTrait
|
||
|
type: class
|
||
|
source: MandrillHeadersTrait
|
||
|
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: doSendHttp
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: message
|
||
|
comment: null
|
||
|
- name: getEndpoint
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Psr\EventDispatcher\EventDispatcherInterface
|
||
|
- Psr\Log\LoggerInterface
|
||
|
- Symfony\Component\Mailer\Exception\HttpTransportException
|
||
|
- Symfony\Component\Mailer\SentMessage
|
||
|
- Symfony\Component\Mailer\Transport\AbstractHttpTransport
|
||
|
- Symfony\Component\Mime\Address
|
||
|
- Symfony\Contracts\HttpClient\Exception\DecodingExceptionInterface
|
||
|
- Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface
|
||
|
- Symfony\Contracts\HttpClient\HttpClientInterface
|
||
|
- Symfony\Contracts\HttpClient\ResponseInterface
|
||
|
- MandrillHeadersTrait
|
||
|
interfaces: []
|