Searched refs:response_factory (Results 1 – 4 of 4) sorted by relevance
45 private PSR17ResponseFactoryInterface $response_factory; variable in Fisharebest\\Webtrees\\Factories\\ResponseFactory50 * @param PSR17ResponseFactoryInterface $response_factory53 …public function __construct(PSR17ResponseFactoryInterface $response_factory, StreamFactoryInterfac… argument55 $this->response_factory = $response_factory;89 return $this->response_factory116 $response = $this->response_factory
82 private ResponseFactoryInterface $response_factory; variable in Fisharebest\\Webtrees\\Services\\GedcomExportService86 …public function __construct(ResponseFactoryInterface $response_factory, StreamFactoryInterface $st… argument88 $this->response_factory = $response_factory;118 return $this->response_factory->createResponse()153 return $this->response_factory->createResponse()
82 $response_factory = Registry::container()->get(ResponseFactoryInterface::class);84 return $response_factory
90 private static ResponseFactoryInterface $response_factory; variable in Fisharebest\\Webtrees\\Registry394 self::$response_factory = $factory;397 return self::$response_factory;