platform/api/symfony/Component/RemoteEvent/Event/Sms/SmsEvent.yaml
2024-09-02 10:44:11 -07:00

20 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: []