ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
RequestBuilder.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\StaticURL\Request;
22 
24 
28 interface RequestBuilder
29 {
30  public function buildRequest(\ILIAS\HTTP\Services $http, Factory $refinery, array $handlers): ?Request;
31 }
Interface Observer Contains several chained tasks and infos about them.
$http
Definition: deliver.php:14
buildRequest(\ILIAS\HTTP\Services $http, Factory $refinery, array $handlers)