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

25 lines
533 B
YAML

name: ConsumeRemoteEventMessage
class_comment: '# * @author Fabien Potencier <fabien@symfony.com>'
dependencies:
- name: RemoteEvent
type: class
source: Symfony\Component\RemoteEvent\RemoteEvent
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: type
- name: event
comment: null
- name: getType
visibility: public
parameters: []
comment: null
- name: getEvent
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\RemoteEvent\RemoteEvent
interfaces: []