Searched refs:stream_factory (Results 1 – 7 of 7) sorted by relevance
53 protected StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Http\\Middleware\\CompressResponse56 * @param StreamFactoryInterface $stream_factory58 public function __construct(StreamFactoryInterface $stream_factory) argument60 $this->stream_factory = $stream_factory;92 $stream = $this->stream_factory->createStream($content);
47 private StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\SynchronizeTrees55 * @param StreamFactoryInterface $stream_factory61 StreamFactoryInterface $stream_factory, argument66 $this->stream_factory = $stream_factory;91 $stream = $this->stream_factory->createStreamFromResource($resource);
47 private StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\ImportGedcomAction52 * @param StreamFactoryInterface $stream_factory55 public function __construct(StreamFactoryInterface $stream_factory, TreeService $tree_service) argument58 $this->stream_factory = $stream_factory;109 $stream = $this->stream_factory->createStreamFromResource($resource);
61 private StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\MapDataImportAction64 * @param StreamFactoryInterface $stream_factory66 public function __construct(StreamFactoryInterface $stream_factory) argument68 $this->stream_factory = $stream_factory;116 $fp = $this->stream_factory->createStreamFromResource($resource)->detach();
47 private StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Factories\\ResponseFactory51 * @param StreamFactoryInterface $stream_factory53 …_construct(PSR17ResponseFactoryInterface $response_factory, StreamFactoryInterface $stream_factory) argument56 $this->stream_factory = $stream_factory;114 $stream = $this->stream_factory->createStream($content);
84 private StreamFactoryInterface $stream_factory; variable in Fisharebest\\Webtrees\\Services\\GedcomExportService86 …ion __construct(ResponseFactoryInterface $response_factory, StreamFactoryInterface $stream_factory) argument89 $this->stream_factory = $stream_factory;116 $stream = $this->stream_factory->createStreamFromResource($resource);151 $stream = $this->stream_factory->createStreamFromFile($temp_zip_file);
204 $stream_factory = Registry::container()->get(StreamFactoryInterface::class);207 $stream = $stream_factory->createStreamFromFile($filename);