-
Notifications
You must be signed in to change notification settings - Fork 3
VoiceParams
André Matthies edited this page Feb 6, 2025
·
1 revision
- Full name:
\Seven\Api\Resource\Voice\VoiceParams
- This class implements:
\Seven\Api\Library\ParamsInterface
protected ?string $from
protected ?int $ringtime
protected string $text
protected string $to
public __construct(string $text, string $to): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$text |
string | |
$to |
string |
public toArray(): array
public getFrom(): ?string
public setFrom(?string $from): self
Parameters:
Parameter | Type | Description |
---|---|---|
$from |
?string |
public getRingtime(): ?int
public setRingtime(?int $ringtime): self
Parameters:
Parameter | Type | Description |
---|---|---|
$ringtime |
?int |
public getText(): string
public setText(string $text): self
Parameters:
Parameter | Type | Description |
---|---|---|
$text |
string |
public getTo(): string
public setTo(string $to): self
Parameters:
Parameter | Type | Description |
---|---|---|
$to |
string |
Automatically generated on 2025-02-06