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

28 lines
681 B
YAML

name: ResendSmtpTransport
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: password
- name: dispatcher
default: 'null'
- name: logger
default: 'null'
comment: null
traits:
- Psr\EventDispatcher\EventDispatcherInterface
- Psr\Log\LoggerInterface
- Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
interfaces: []