1 | <?php |
||
14 | final class Stream extends AbstractStreamQuery |
||
15 | { |
||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | public function httpMethod(): string |
||
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function uri(): string |
||
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | public function toArray(): array |
||
41 | |||
42 | /** |
||
43 | * @param ResponseInterface $response |
||
44 | * |
||
45 | * @return AbstractResult |
||
46 | */ |
||
47 | public function queryResult(ResponseInterface $response): AbstractResult |
||
54 | } |
||
55 |