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

28 lines
677 B
YAML

name: InfobipSmtpTransport
class_comment: null
dependencies:
- name: EventDispatcherInterface
type: class
source: Psr\EventDispatcher\EventDispatcherInterface
- name: LoggerInterface
type: class
source: Psr\Log\LoggerInterface
- name: EsmtpTransport
type: class
source: Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: key
- name: dispatcher
default: 'null'
- name: logger
default: 'null'
comment: null
traits:
- Psr\EventDispatcher\EventDispatcherInterface
- Psr\Log\LoggerInterface
- Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
interfaces: []