21 lines
399 B
YAML
21 lines
399 B
YAML
|
name: SmsEvent
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: RemoteEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\RemoteEvent\RemoteEvent
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: setRecipientPhone
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: phone
|
||
|
comment: null
|
||
|
- name: getRecipientPhone
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\RemoteEvent\RemoteEvent
|
||
|
interfaces: []
|