platform/api/symfony/Component/RemoteEvent/Consumer/ConsumerInterface.yaml
2024-09-02 10:44:11 -07:00

16 lines
318 B
YAML

name: ConsumerInterface
class_comment: null
dependencies:
- name: RemoteEvent
type: class
source: Symfony\Component\RemoteEvent\RemoteEvent
properties: []
methods:
- name: consume
visibility: public
parameters:
- name: event
comment: null
traits:
- Symfony\Component\RemoteEvent\RemoteEvent
interfaces: []