platform/api/symfony/Component/RemoteEvent/Event/Sms/SmsEvent.yaml

21 lines
399 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []