ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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:29
ILIAS\UI\Component\Player\Factory
Definition:
Factory.php:27
ILIAS\UI\Component\Player\Factory\video
video(string $source)
ILIAS\UI\Component\Player\Factory\audio
audio(string $source, string $transcript="")
ILIAS\UI\Component\Player\Video
Interface for Video elements.
Definition:
Video.php:30
$source
$source
Definition:
metadata.php:93
ILIAS\UI\Component\Player
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Audio.php:21
src
UI
Component
Player
Factory.php
Generated on Mon Nov 3 2025 22:02:07 for ILIAS by
1.9.4 (using
Doxyfile
)