api/symfony/Component/Mailer/Bridge/Google/Transport/GmailSmtpTransport.yaml

30 lines
725 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: GmailSmtpTransport
class_comment: '# * @author Kevin Verschaeve'
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: username
- 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: []