ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Player.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
Player
extends
\ILIAS\UI\Component\Component,
JavaScriptBindable
29
{
33
public
function
getSource
(): string;
34
}
ILIAS\UI\Component\Player\Player
Definition:
Player.php:28
JavaScriptBindable
ILIAS\UI\Implementation\Component\JavaScriptBindable
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition:
JavaScriptBindable.php:32
ILIAS\UI\Component\Player
Definition:
Audio.php:21
ILIAS\UI\Component\Player\Player\getSource
getSource()
Get the source path/url of the media.
components
ILIAS
UI
src
Component
Player
Player.php
Generated on Mon Sep 1 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)