ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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\GlobalScreen\Scope\RenderFactory
Definition:
RenderFactory.php:28
UIServices
ILIAS\DI\UIServices
Provides fluid interface to RBAC services.
Definition:
UIServices.php:9
ILIAS\GlobalScreen\Scope\RenderFactory\__construct
__construct(UIServices $ui)
ILIAS\GlobalScreen\Scope
Definition:
ComponentDecoratorTrait.php:21
src
GlobalScreen
Scope
RenderFactory.php
Generated on Mon Sep 1 2025 21:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)