ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
26 interface Factory
27 {
48  public function audio(string $source, string $transcript = ""): Audio;
49 
73  public function video(string $source): Video;
74 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Audio.php:21
audio(string $source, string $transcript="")
description: purpose: The Audio component is used to play and control an mp3 audio source...
Interface for Video elements.
Definition: Video.php:29
$source
Definition: metadata.php:93
video(string $source)
description: purpose: The Video component is used to play and control mp4 video files, youtube or vimeo videos.