platform/api/symfony/Component/Webhook/Server/JsonBodyConfigurator.yaml

33 lines
758 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: JsonBodyConfigurator
class_comment: null
dependencies:
- name: HttpOptions
type: class
source: Symfony\Component\HttpClient\HttpOptions
- name: RemoteEvent
type: class
source: Symfony\Component\RemoteEvent\RemoteEvent
- name: SerializerInterface
type: class
source: Symfony\Component\Serializer\SerializerInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: serializer
comment: null
- name: configure
visibility: public
parameters:
- name: event
- name: secret
- name: options
comment: null
traits:
- Symfony\Component\HttpClient\HttpOptions
- Symfony\Component\RemoteEvent\RemoteEvent
- Symfony\Component\Serializer\SerializerInterface
interfaces:
- RequestConfiguratorInterface