21 lines
462 B
YAML
21 lines
462 B
YAML
|
name: SendmailTransportFactory
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: UnsupportedSchemeException
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Exception\UnsupportedSchemeException
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: create
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: dsn
|
||
|
comment: null
|
||
|
- name: getSupportedSchemes
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Mailer\Exception\UnsupportedSchemeException
|
||
|
interfaces: []
|