19 declare(strict_types=1);
34 $this->ui_factory = $DIC->ui()->factory();
39 $tpl = new \ilTemplate(
'tpl.wopi_container.html',
true,
true,
'Services/WOPI');
40 $tpl->setVariable(
'EDITOR_URL', (
string) $this->embedded_application->getActionLauncherURL());
41 $tpl->setVariable(
'INLINE', (
string) (
int) $this->embedded_application->isInline());
42 $tpl->setVariable(
'TOKEN', (
string) $this->embedded_application->getToken());
43 $tpl->setVariable(
'TTL', (
string) (time() + $this->embedded_application->getTTL()) * 1000);
45 return $this->ui_factory->legacy($tpl->get());
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS UI Factory $ui_factory
__construct(private EmbeddedApplication $embedded_application)