ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
video_vimeo.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
39function video_vimeo(): string
40{
41 global $DIC;
42 $renderer = $DIC->ui()->renderer();
43 $f = $DIC->ui()->factory();
44
45 $video = $f->player()->video("https://vimeo.com/669475821?controls=0");
46
47 return $renderer->render($video);
48}
$renderer
global $DIC
Definition: shib_login.php:26