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: []