ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\DI\UIServices Class Reference

Provides fluid interface to RBAC services. More...

+ Collaboration diagram for ILIAS\DI\UIServices:

Public Member Functions

 __construct (Container $container)
 
 factory ()
 Get the factory that crafts UI components. More...
 
 renderer ()
 Get a renderer for UI components. More...
 
 mainTemplate ()
 Get the ILIAS main template. More...
 

Protected Attributes

Container $container
 

Detailed Description

Provides fluid interface to RBAC services.

Definition at line 24 of file UIServices.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\DI\UIServices::__construct ( Container  $container)

Definition at line 28 of file UIServices.php.

References ILIAS\DI\UIServices\$container.

29  {
30  $this->container = $container;
31  }
Container $container
Definition: UIServices.php:26

Member Function Documentation

◆ factory()

ILIAS\DI\UIServices::factory ( )

◆ mainTemplate()

ILIAS\DI\UIServices::mainTemplate ( )

Get the ILIAS main template.

Returns

Definition at line 54 of file UIServices.php.

Referenced by ilExcRandomAssignmentGUI\__construct(), ilObjSearchSettingsFormGUI\__construct(), and ilObjSearchLuceneSettingsFormGUI\__construct().

55  {
56  return $this->container["tpl"];
57  }
+ Here is the caller graph for this function:

◆ renderer()

ILIAS\DI\UIServices::renderer ( )

Field Documentation

◆ $container

Container ILIAS\DI\UIServices::$container
protected

Definition at line 26 of file UIServices.php.

Referenced by ILIAS\DI\UIServices\__construct().


The documentation for this class was generated from the following file: