platform/api/symfony/Component/Mailer/Transport/FailoverTransport.yaml

24 lines
467 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: FailoverTransport
class_comment: '# * Uses several Transports using a failover algorithm.
# *
# * @author Fabien Potencier <fabien@symfony.com>'
dependencies: []
properties: []
methods:
- name: getNextTransport
visibility: protected
parameters: []
comment: null
- name: getInitialCursor
visibility: protected
parameters: []
comment: null
- name: getNameSymbol
visibility: protected
parameters: []
comment: null
traits: []
interfaces: []