17 lines
411 B
YAML
17 lines
411 B
YAML
|
name: PayloadConverterInterface
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: ParseException
|
||
|
type: class
|
||
|
source: Symfony\Component\RemoteEvent\Exception\ParseException
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: convert
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: payload
|
||
|
comment: '# * @throws ParseException when the payload is not valid'
|
||
|
traits:
|
||
|
- Symfony\Component\RemoteEvent\Exception\ParseException
|
||
|
interfaces: []
|