ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
RequestToComponents.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26
31{
32 public function __construct(
33 Request $request,
34 Factory $ui_factory,
35 \ilLanguage $language,
37 TableDataProvider $data_provider,
38 ActionBuilder $action_builder,
39 ViewControlBuilder $view_control_builder,
40 UploadBuilder $upload_builder
41 );
42
43 public function getComponents(): \Generator;
44}
Builds a Color from either hex- or rgb values.
Definition: Factory.php:31
Class Services.
Definition: Services.php:38
language handling
$http
Definition: deliver.php:30
This is how the factory for UI elements looks.
Definition: Factory.php:38
__construct(Request $request, Factory $ui_factory, \ilLanguage $language, Services $http, TableDataProvider $data_provider, ActionBuilder $action_builder, ViewControlBuilder $view_control_builder, UploadBuilder $upload_builder)