ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ 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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\DI\UIServices
Provides fluid interface to RBAC services.
Definition:
UIServices.php:24
ILIAS\GlobalScreen\Scope\RenderFactory\__construct
__construct(UIServices $ui)
ILIAS\GlobalScreen\Scope
Definition:
CheckClosureTrait.php:21
components
ILIAS
GlobalScreen
src
Scope
RenderFactory.php
Generated on Tue Sep 2 2025 23:03:09 for ILIAS by
1.8.13 (using
Doxyfile
)