platform/api/symfony/Component/Mailer/Bridge/Mailomat/RemoteEvent/MailomatPayloadConverter.yaml

34 lines
1.1 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: MailomatPayloadConverter
class_comment: null
dependencies:
- name: AbstractMailerEvent
type: class
source: Symfony\Component\RemoteEvent\Event\Mailer\AbstractMailerEvent
- name: MailerDeliveryEvent
type: class
source: Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent
- name: MailerEngagementEvent
type: class
source: Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent
- name: ParseException
type: class
source: Symfony\Component\RemoteEvent\Exception\ParseException
- name: PayloadConverterInterface
type: class
source: Symfony\Component\RemoteEvent\PayloadConverterInterface
properties: []
methods:
- name: convert
visibility: public
parameters:
- name: payload
comment: null
traits:
- Symfony\Component\RemoteEvent\Event\Mailer\AbstractMailerEvent
- Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent
- Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent
- Symfony\Component\RemoteEvent\Exception\ParseException
- Symfony\Component\RemoteEvent\PayloadConverterInterface
interfaces:
- PayloadConverterInterface