api/symfony/Component/RemoteEvent/Consumer/ConsumerInterface.yaml
2024-09-26 02:03:21 -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: []