api/symfony/Component/Webhook/Server/JsonBodyConfigurator.yaml
2024-09-26 02:03:21 -07:00

32 lines
758 B
YAML

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