ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
RenderFactory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\GlobalScreen\Scope;
22 
24 
28 interface RenderFactory
29 {
30  public function __construct(UIServices $ui);
31 }
Provides fluid interface to RBAC services.
Definition: UIServices.php:23