73 lines
2.4 KiB
YAML
73 lines
2.4 KiB
YAML
|
name: PostmarkRequestParser
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: ChainRequestMatcher
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\ChainRequestMatcher
|
||
|
- name: Request
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Request
|
||
|
- name: IpsRequestMatcher
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\RequestMatcher\IpsRequestMatcher
|
||
|
- 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: PostmarkPayloadConverter
|
||
|
type: class
|
||
|
source: Symfony\Component\Mailer\Bridge\Postmark\RemoteEvent\PostmarkPayloadConverter
|
||
|
- 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
|
||
|
- name: allowedIPs
|
||
|
default: '[''3.134.147.250'''
|
||
|
- name: '''50.31.156.6'''
|
||
|
- name: '''50.31.156.77'''
|
||
|
- name: '''18.217.206.57'''
|
||
|
- name: '''127.0.0.1'']'
|
||
|
comment: null
|
||
|
- name: getRequestMatcher
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: doParse
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: request
|
||
|
- name: secret
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\HttpFoundation\ChainRequestMatcher
|
||
|
- Symfony\Component\HttpFoundation\Request
|
||
|
- Symfony\Component\HttpFoundation\RequestMatcher\IpsRequestMatcher
|
||
|
- Symfony\Component\HttpFoundation\RequestMatcher\IsJsonRequestMatcher
|
||
|
- Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher
|
||
|
- Symfony\Component\HttpFoundation\RequestMatcherInterface
|
||
|
- Symfony\Component\Mailer\Bridge\Postmark\RemoteEvent\PostmarkPayloadConverter
|
||
|
- Symfony\Component\RemoteEvent\Event\Mailer\AbstractMailerEvent
|
||
|
- Symfony\Component\RemoteEvent\Exception\ParseException
|
||
|
- Symfony\Component\Webhook\Client\AbstractRequestParser
|
||
|
- Symfony\Component\Webhook\Exception\RejectWebhookException
|
||
|
interfaces: []
|