Skip to content

VoiceParams

André Matthies edited this page Feb 6, 2025 · 1 revision

VoiceParams

Properties

from

protected ?string $from

ringtime

protected ?int $ringtime

text

protected string $text

to

protected string $to

Methods

__construct

public __construct(string $text, string $to): mixed

Parameters:

Parameter Type Description
$text string
$to string

toArray

public toArray(): array

getFrom

public getFrom(): ?string

setFrom

public setFrom(?string $from): self

Parameters:

Parameter Type Description
$from ?string

getRingtime

public getRingtime(): ?int

setRingtime

public setRingtime(?int $ringtime): self

Parameters:

Parameter Type Description
$ringtime ?int

getText

public getText(): string

setText

public setText(string $text): self

Parameters:

Parameter Type Description
$text string

getTo

public getTo(): string

setTo

public setTo(string $to): self

Parameters:

Parameter Type Description
$to string


Automatically generated on 2025-02-06

Clone this wiki locally