ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 }
Class ChatMainBarProvider .
buildRequest(\ILIAS\HTTP\Services $http, Factory $refinery, array $handlers)
$http
Definition: raiseError.php:7
Refinery Factory $refinery