1 | <?php |
||
8 | class Response extends \hiqdev\hiart\proxy\Response |
||
9 | { |
||
10 | /** |
||
11 | * @var \yii\httpclient\Response |
||
12 | */ |
||
13 | protected $worker; |
||
14 | |||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | public function getRawData() |
||
22 | |||
23 | public function getStatusCode() |
||
27 | |||
28 | public function getReasonPhrase() |
||
32 | |||
33 | public function getHeader($name) |
||
37 | } |
||
38 |