ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Audio.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Player
;
22
23
use
ILIAS\UI\Component\JavaScriptBindable
;
24
28
interface
Audio
extends
Player
29
{
33
public
function
getTranscription
(): string;
34
}
ILIAS\UI\Component\Player\Audio
Definition:
Audio.php:29
ILIAS\UI\Component\Player\Audio\getTranscription
getTranscription()
Get the transcription.
ILIAS\UI\Component\Player\Player
Definition:
Player.php:29
ILIAS\UI\Component\Player
Definition:
Audio.php:21
ILIAS\UI\Implementation\Component\JavaScriptBindable
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition:
JavaScriptBindable.php:32
components
ILIAS
UI
src
Component
Player
Audio.php
Generated on Sat Oct 18 2025 23:02:54 for ILIAS by
1.9.4 (using
Doxyfile
)