ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
RequestBuilder.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
30{
31 public function buildRequest(Services $http, Factory $refinery, array $handlers): ?Request;
32}
Builds data types.
Definition: Factory.php:36
Class Services.
Definition: Services.php:38
$http
Definition: deliver.php:30
buildRequest(Services $http, Factory $refinery, array $handlers)