Home
last modified time | relevance | path

Searched refs:response_factory (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Factories/
H A DResponseFactory.php45 private PSR17ResponseFactoryInterface $response_factory; variable in Fisharebest\\Webtrees\\Factories\\ResponseFactory
50 * @param PSR17ResponseFactoryInterface $response_factory
53 …public function __construct(PSR17ResponseFactoryInterface $response_factory, StreamFactoryInterfac… argument
55 $this->response_factory = $response_factory;
89 return $this->response_factory
116 $response = $this->response_factory
/webtrees/app/Services/
H A DGedcomExportService.php82 private ResponseFactoryInterface $response_factory; variable in Fisharebest\\Webtrees\\Services\\GedcomExportService
86 …public function __construct(ResponseFactoryInterface $response_factory, StreamFactoryInterface $st… argument
88 $this->response_factory = $response_factory;
118 return $this->response_factory->createResponse()
153 return $this->response_factory->createResponse()
/webtrees/app/Helpers/
H A Dfunctions.php82 $response_factory = Registry::container()->get(ResponseFactoryInterface::class);
84 return $response_factory
/webtrees/app/
H A DRegistry.php90 private static ResponseFactoryInterface $response_factory; variable in Fisharebest\\Webtrees\\Registry
394 self::$response_factory = $factory;
397 return self::$response_factory;