1 | <?php |
||
12 | class Response extends BaseResponse |
||
13 | { |
||
14 | /** |
||
15 | * @param ResponseInterface $response |
||
16 | * @return Response |
||
17 | */ |
||
18 | public static function fromResponse(ResponseInterface $response): Response |
||
27 | |||
28 | /** |
||
29 | * @param bool $array |
||
30 | * @return array|null|object |
||
31 | */ |
||
32 | public function json(bool $array = false) |
||
36 | } |
||
37 |