Searched refs:StreamFactoryInterface (Results 1 – 9 of 9) sorted by relevance
25 use Psr\Http\Message\StreamFactoryInterface; alias53 protected StreamFactoryInterface $stream_factory;56 * @param StreamFactoryInterface $stream_factory58 public function __construct(StreamFactoryInterface $stream_factory)
34 use Psr\Http\Message\StreamFactoryInterface; alias47 private StreamFactoryInterface $stream_factory;55 * @param StreamFactoryInterface $stream_factory61 StreamFactoryInterface $stream_factory,
32 use Psr\Http\Message\StreamFactoryInterface; alias47 private StreamFactoryInterface $stream_factory;52 * @param StreamFactoryInterface $stream_factory55 public function __construct(StreamFactoryInterface $stream_factory, TreeService $tree_service)
34 use Psr\Http\Message\StreamFactoryInterface; alias61 private StreamFactoryInterface $stream_factory;64 * @param StreamFactoryInterface $stream_factory66 public function __construct(StreamFactoryInterface $stream_factory)
30 use Psr\Http\Message\StreamFactoryInterface; alias47 private StreamFactoryInterface $stream_factory;51 * @param StreamFactoryInterface $stream_factory53 …ion __construct(PSR17ResponseFactoryInterface $response_factory, StreamFactoryInterface $stream_fa…
39 use Psr\Http\Message\StreamFactoryInterface; alias185 …$stream = Registry::container()->get(StreamFactoryInterface::class)->createStreamFr…204 $stream_factory = Registry::container()->get(StreamFactoryInterface::class);
45 use Psr\Http\Message\StreamFactoryInterface; alias84 private StreamFactoryInterface $stream_factory;86 …public function __construct(ResponseFactoryInterface $response_factory, StreamFactoryInterface $st…
82 use Psr\Http\Message\StreamFactoryInterface; alias
10510 …er\\ServerRequestCreator constructor expects Psr\\Http\\Message\\StreamFactoryInterface, mixed giv…