ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Renderer.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 2016 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI
;
6
7
use
ILIAS\UI\Component\Component
;
8
14
interface
Renderer
15
{
16
26
public
function
render
($component, ?
Renderer
$root = null);
27
38
public
function
renderAsync
($component, ?
Renderer
$root = null);
39
57
public
function
withAdditionalContext
(
Component
$context
);
58
}
ILIAS\UI\Renderer
An entity that renders components to a string output.
Definition:
Renderer.php:14
$context
$context
Definition:
webdav.php:26
ILIAS\UI\Renderer\render
render($component, ?Renderer $root=null)
Render given component.
ILIAS\UI\Renderer\withAdditionalContext
withAdditionalContext(Component $context)
Get a new renderer with an additional context.
ILIAS\UI\Component
Component
ILIAS\UI\Renderer\renderAsync
renderAsync($component, ?Renderer $root=null)
Same as render, except that this version also returns any javascript code bound to the on load event...
ILIAS\UI
src
UI
Renderer.php
Generated on Sun Aug 31 2025 20:01:28 for ILIAS by
1.8.13 (using
Doxyfile
)