ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
LoaderHelper.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2017 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Implementation\Render
;
6
7
use
ILIAS\UI\Factory
as RootFactory;
8
use
ILIAS\UI\Component\Component
;
9
13
trait LoaderHelper
14
{
21
protected
function
getContextNames(array $contexts)
22
{
23
$names = [];
24
foreach
($contexts as
$context
) {
25
$names[] = str_replace(
" "
,
""
,
$context
->getCanonicalName());
26
}
27
return
$names;
28
}
29
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:14
ILIAS\UI\Factory
This is how the factory for UI elements looks.
Definition:
Factory.php:18
ILIAS\UI\Implementation\Render
Definition:
AbstractComponentRenderer.php:5
$context
$context
Definition:
webdav.php:26
src
UI
Implementation
Render
LoaderHelper.php
Generated on Sat Oct 4 2025 20:01:13 for ILIAS by
1.9.4 (using
Doxyfile
)