Searched refs:ResponseFactoryInterface (Results 1 – 7 of 7) sorted by relevance
39 use Fisharebest\Webtrees\Contracts\ResponseFactoryInterface; alias90 private static ResponseFactoryInterface $response_factory;387 * @param ResponseFactoryInterface|null $factory389 * @return ResponseFactoryInterface391 …public static function responseFactory(ResponseFactoryInterface|null $factory = null): ResponseFac…393 if ($factory instanceof ResponseFactoryInterface) {
79 use Psr\Http\Message\ResponseFactoryInterface; alias
23 use Fisharebest\Webtrees\Contracts\ResponseFactoryInterface; alias27 use Psr\Http\Message\ResponseFactoryInterface as PSR17ResponseFactoryInterface;43 class ResponseFactory implements ResponseFactoryInterface
26 use Psr\Http\Message\ResponseFactoryInterface; alias82 $response_factory = Registry::container()->get(ResponseFactoryInterface::class);
43 use Psr\Http\Message\ResponseFactoryInterface; alias82 private ResponseFactoryInterface $response_factory;86 …public function __construct(ResponseFactoryInterface $response_factory, StreamFactoryInterface $st…
30 interface ResponseFactoryInterface interface
1384 …meter \#3 \$headers of method Fisharebest\\Webtrees\\Contracts\\ResponseFactoryInterface\:\:respon…