ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Player
;
22
26
interface
Factory
27
{
48
public
function
audio
(
string
$source,
string
$transcript =
""
):
Audio
;
49
73
public
function
video
(
string
$source):
Video
;
74
}
ILIAS\UI\Component\Player\Audio
Definition:
Audio.php:28
ILIAS\UI\Component\Player
Definition:
Audio.php:21
ILIAS\UI\Component\Player\Factory\audio
audio(string $source, string $transcript="")
description: purpose: The Audio component is used to play and control an mp3 audio source...
ILIAS\UI\Component\Player\Video
Interface for Video elements.
Definition:
Video.php:29
ILIAS\UI\Component\Player\Factory
Definition:
Factory.php:26
ILIAS\UI\Component\Player\Factory\video
video(string $source)
description: purpose: The Video component is used to play and control mp4 video files, youtube or vimeo videos.
components
ILIAS
UI
src
Component
Player
Factory.php
Generated on Wed Sep 3 2025 23:01:59 for ILIAS by
1.8.13 (using
Doxyfile
)