Home
last modified time | relevance | path

Searched refs:ResponseFactoryInterface (Results 1 – 7 of 7) sorted by relevance

/webtrees/app/
H A DRegistry.php39 use Fisharebest\Webtrees\Contracts\ResponseFactoryInterface; alias
90 private static ResponseFactoryInterface $response_factory;
387 * @param ResponseFactoryInterface|null $factory
389 * @return ResponseFactoryInterface
391 …public static function responseFactory(ResponseFactoryInterface|null $factory = null): ResponseFac…
393 if ($factory instanceof ResponseFactoryInterface) {
H A DWebtrees.php79 use Psr\Http\Message\ResponseFactoryInterface; alias
/webtrees/app/Factories/
H A DResponseFactory.php23 use Fisharebest\Webtrees\Contracts\ResponseFactoryInterface; alias
27 use Psr\Http\Message\ResponseFactoryInterface as PSR17ResponseFactoryInterface;
43 class ResponseFactory implements ResponseFactoryInterface
/webtrees/app/Helpers/
H A Dfunctions.php26 use Psr\Http\Message\ResponseFactoryInterface; alias
82 $response_factory = Registry::container()->get(ResponseFactoryInterface::class);
/webtrees/app/Services/
H A DGedcomExportService.php43 use Psr\Http\Message\ResponseFactoryInterface; alias
82 private ResponseFactoryInterface $response_factory;
86 …public function __construct(ResponseFactoryInterface $response_factory, StreamFactoryInterface $st…
/webtrees/app/Contracts/
H A DResponseFactoryInterface.php30 interface ResponseFactoryInterface interface
/webtrees/
H A Dphpstan-baseline.neon1384 …meter \#3 \$headers of method Fisharebest\\Webtrees\\Contracts\\ResponseFactoryInterface\:\:respon…