Home
last modified time | relevance | path

Searched refs:StreamFactoryInterface (Results 1 – 9 of 9) sorted by relevance

/webtrees/app/Http/Middleware/
H A DCompressResponse.php25 use Psr\Http\Message\StreamFactoryInterface; alias
53 protected StreamFactoryInterface $stream_factory;
56 * @param StreamFactoryInterface $stream_factory
58 public function __construct(StreamFactoryInterface $stream_factory)
/webtrees/app/Http/RequestHandlers/
H A DSynchronizeTrees.php34 use Psr\Http\Message\StreamFactoryInterface; alias
47 private StreamFactoryInterface $stream_factory;
55 * @param StreamFactoryInterface $stream_factory
61 StreamFactoryInterface $stream_factory,
H A DImportGedcomAction.php32 use Psr\Http\Message\StreamFactoryInterface; alias
47 private StreamFactoryInterface $stream_factory;
52 * @param StreamFactoryInterface $stream_factory
55 public function __construct(StreamFactoryInterface $stream_factory, TreeService $tree_service)
H A DMapDataImportAction.php34 use Psr\Http\Message\StreamFactoryInterface; alias
61 private StreamFactoryInterface $stream_factory;
64 * @param StreamFactoryInterface $stream_factory
66 public function __construct(StreamFactoryInterface $stream_factory)
/webtrees/app/Factories/
H A DResponseFactory.php30 use Psr\Http\Message\StreamFactoryInterface; alias
47 private StreamFactoryInterface $stream_factory;
51 * @param StreamFactoryInterface $stream_factory
53 …ion __construct(PSR17ResponseFactoryInterface $response_factory, StreamFactoryInterface $stream_fa…
/webtrees/tests/
H A DTestCase.php39 use Psr\Http\Message\StreamFactoryInterface; alias
185 …$stream = Registry::container()->get(StreamFactoryInterface::class)->createStreamFr…
204 $stream_factory = Registry::container()->get(StreamFactoryInterface::class);
/webtrees/app/Services/
H A DGedcomExportService.php45 use Psr\Http\Message\StreamFactoryInterface; alias
84 private StreamFactoryInterface $stream_factory;
86 …public function __construct(ResponseFactoryInterface $response_factory, StreamFactoryInterface $st…
/webtrees/app/
H A DWebtrees.php82 use Psr\Http\Message\StreamFactoryInterface; alias
/webtrees/
H A Dphpstan-baseline.neon10510 …er\\ServerRequestCreator constructor expects Psr\\Http\\Message\\StreamFactoryInterface, mixed giv…