ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
RenderFactory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope
;
22
23
use
ILIAS\DI\UIServices
;
24
28
interface
RenderFactory
29
{
30
public
function
__construct
(
UIServices
$ui);
31
}
ILIAS\DI\UIServices
Provides fluid interface to RBAC services.
Definition:
UIServices.php:25
ILIAS\GlobalScreen\Scope\RenderFactory
Definition:
RenderFactory.php:29
ILIAS\GlobalScreen\Scope\RenderFactory\__construct
__construct(UIServices $ui)
ILIAS\GlobalScreen\Scope
Definition:
CheckClosureTrait.php:21
components
ILIAS
GlobalScreen
src
Scope
RenderFactory.php
Generated on Sat Oct 18 2025 23:03:08 for ILIAS by
1.9.4 (using
Doxyfile
)