Home
last modified time | relevance | path

Searched defs:stream_factory (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DImportGedcomAction.php47 private StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\ImportGedcomAction
55 public function __construct(StreamFactoryInterface $stream_factory, TreeService $tree_service)
H A DSynchronizeTrees.php47 private StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\SynchronizeTrees
61 StreamFactoryInterface $stream_factory,
H A DMapDataImportAction.php61 private StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\MapDataImportAction
66 public function __construct(StreamFactoryInterface $stream_factory)
/webtrees/app/Http/Middleware/
H A DCompressResponse.php53 protected StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Http\\Middleware\\CompressResponse
58 public function __construct(StreamFactoryInterface $stream_factory)
/webtrees/app/Factories/
H A DResponseFactory.php47 private StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Factories\\ResponseFactory
53 …_construct(PSR17ResponseFactoryInterface $response_factory, StreamFactoryInterface $stream_factory)
/webtrees/app/Services/
H A DGedcomExportService.php84 private StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Services\\GedcomExportService
86 …ion __construct(ResponseFactoryInterface $response_factory, StreamFactoryInterface $stream_factory)