platform/api/symfony/Component/Mailer/Bridge/Mailomat/Webhook/MailomatRequestParser.yaml
2024-09-02 10:44:11 -07:00

80 lines
2.7 KiB
YAML

name: MailomatRequestParser
class_comment: null
dependencies:
- name: ChainRequestMatcher
type: class
source: Symfony\Component\HttpFoundation\ChainRequestMatcher
- name: HeaderBag
type: class
source: Symfony\Component\HttpFoundation\HeaderBag
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: HeaderRequestMatcher
type: class
source: Symfony\Component\HttpFoundation\RequestMatcher\HeaderRequestMatcher
- name: IsJsonRequestMatcher
type: class
source: Symfony\Component\HttpFoundation\RequestMatcher\IsJsonRequestMatcher
- name: MethodRequestMatcher
type: class
source: Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher
- name: RequestMatcherInterface
type: class
source: Symfony\Component\HttpFoundation\RequestMatcherInterface
- name: MailomatPayloadConverter
type: class
source: Symfony\Component\Mailer\Bridge\Mailomat\RemoteEvent\MailomatPayloadConverter
- name: InvalidArgumentException
type: class
source: Symfony\Component\Mailer\Exception\InvalidArgumentException
- name: AbstractMailerEvent
type: class
source: Symfony\Component\RemoteEvent\Event\Mailer\AbstractMailerEvent
- name: ParseException
type: class
source: Symfony\Component\RemoteEvent\Exception\ParseException
- name: AbstractRequestParser
type: class
source: Symfony\Component\Webhook\Client\AbstractRequestParser
- name: RejectWebhookException
type: class
source: Symfony\Component\Webhook\Exception\RejectWebhookException
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: converter
comment: null
- name: getRequestMatcher
visibility: protected
parameters: []
comment: null
- name: doParse
visibility: protected
parameters:
- name: request
- name: secret
comment: null
- name: validateSignature
visibility: private
parameters:
- name: headers
- name: secret
comment: null
traits:
- Symfony\Component\HttpFoundation\ChainRequestMatcher
- Symfony\Component\HttpFoundation\HeaderBag
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\RequestMatcher\HeaderRequestMatcher
- Symfony\Component\HttpFoundation\RequestMatcher\IsJsonRequestMatcher
- Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher
- Symfony\Component\HttpFoundation\RequestMatcherInterface
- Symfony\Component\Mailer\Bridge\Mailomat\RemoteEvent\MailomatPayloadConverter
- Symfony\Component\Mailer\Exception\InvalidArgumentException
- Symfony\Component\RemoteEvent\Event\Mailer\AbstractMailerEvent
- Symfony\Component\RemoteEvent\Exception\ParseException
- Symfony\Component\Webhook\Client\AbstractRequestParser
- Symfony\Component\Webhook\Exception\RejectWebhookException
interfaces: []