| 1 | <?php |
||
| 5 | class CheckHealth extends Method |
||
| 6 | { |
||
| 7 | |||
| 8 | public function __construct() |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @return string |
||
| 17 | */ |
||
| 18 | public function getName() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param mixed $data |
||
| 25 | * @return mixed |
||
| 26 | */ |
||
| 27 | protected function parseResponseData($data) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param array $data |
||
| 34 | * @return array |
||
| 35 | */ |
||
| 36 | protected function parseRequestData($data) |
||
| 40 | |||
| 41 | } |
||
| 42 |