Sound
in
Класс отвечающий за обработку и корректное воспроизведение звуков, в зависимости от типа приложения.
Class Sound
Table of Contents
$sounds | Массив звуков. | array |
---|---|---|
$isUsedStandardSound | Использование стандартных звуков. | bool |
__construct() | Sound constructor. | mixed |
getSounds() | Получение корректно поставленных звуков в текст. | string|array |
Properties
$sounds
Массив звуков.
public
array
$sounds
$isUsedStandardSound
Использование стандартных звуков.
public
bool
$isUsedStandardSound
Methods
__construct()
Sound constructor.
public
__construct(
)
: mixed
Return values
mixedgetSounds()
Получение корректно поставленных звуков в текст.
public
getSounds(
$text :
string
[, $userSound :
TemplateSoundTypes|null
= null ]
)
: string|array
Parameters
- $text : string
Исходный текст.
- $userSound : TemplateSoundTypes|null = null
Пользовательский класс для обработки звуков.