ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
}
$context
$context
Definition:
webdav.php:25
Factory
Component
ILIAS\UI\Implementation\Render
Definition:
AbstractComponentRenderer.php:5
php
LoaderHelper
src
UI
Implementation
Render
LoaderHelper.php
Generated on Thu Jan 30 2025 19:02:12 for ILIAS by
1.8.13 (using
Doxyfile
)