| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 62.5% |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | abstract class BaseIgfsCgMpi extends BaseIgfsCg |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var mixed |
||
| 12 | */ |
||
| 13 | public $xid; |
||
| 14 | |||
| 15 | 2 | public function resetFields() |
|
| 16 | { |
||
| 17 | 2 | parent::resetFields(); |
|
| 18 | 2 | $this->xid = null; |
|
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | 4 | protected function getServicePort() |
|
| 25 | { |
||
| 26 | 4 | return 'MPIGatewayPort'; |
|
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param array $response |
||
| 31 | */ |
||
| 32 | protected function parseResponseMap($response) |
||
| 37 | } |
||
| 38 | } |
||
| 39 |